Class Summary |
BiffDump |
Generates a biff dump of the specified excel file |
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 |
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 |
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 |
PropertySetsReader |
Generates a biff dump of the specified excel file |
ReadWrite |
Demo class which uses the api to read in a spreadsheet and generate a clone
of that spreadsheet which contains the same data. |
Write |
Demo class which writes a spreadsheet. |
WriteAccess |
Displays whatever generated the excel file (ie. |
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 |