Package jxl.demo


package jxl.demo
  • Classes
    Class
    Description
    Simple demo class which uses the api to present the contents of an excel 97 spreadsheet as comma separated values, using a workbook and output stream of your choice
    The main demo class which interprets the command line switches in order to determine how to call the demo programs The demo program uses stdout as its default output stream
    Displays the escher data
    Displays the escher data
    Goes through each cell in the workbook, and if the cell has any features associated with, it prints out the cell contents and the features
    Goes through each cell in the workbook, and if the contents of that cell is a formula, it prints out the last calculated value and the formula string
    Demo class which uses the api to read in a spreadsheet and generate a clone of that spreadsheet which contains the same data.
    Demo class which writes a spreadsheet.
    Simple demo class which uses the api to present the contents of an excel 97 spreadsheet as an XML document, using a workbook and output stream of your choice