Home » jexcelapi_2_6_8 » jxl » demo »

jxl.demo

Classes:

BiffDump   Generates a biff dump of the specified excel file  code | html
CSV   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  code | html
Demo   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  code | html
Escher   Displays the escher data  code | html
EscherDrawingGroup   Displays the escher data  code | html
Features   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  code | html
Formulas   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  code | html
PropertySetsReader   Generates a biff dump of the specified excel file  code | html
ReadWrite   Demo class which uses the api to read in a spreadsheet and generate a clone of that spreadsheet which contains the same data.  code | html
Write   Demo class which writes a spreadsheet.  code | html
WriteAccess   Displays whatever generated the excel file (ie. the WriteAccess record)  code | html
XML   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  code | html