Package jxl.demo
Class Demo
java.lang.Object
jxl.demo.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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Demo
public Demo()
-
-
Method Details
-
main
The main method. Gets the worksheet and then uses the API within a simple loop to print out the spreadsheet contents as comma separated values- Parameters:
args
- the command line arguments
-