Package jxl.demo
package jxl.demo
-
ClassesClassDescriptionSimple 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 choiceThe 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 streamDisplays the escher dataDisplays the escher dataGoes through each cell in the workbook, and if the cell has any features associated with, it prints out the cell contents and the featuresGoes 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 stringDemo 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