jxl.demo
Class CSV
public class CSV
extends java.lang.Object
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
CSV(Workbook w, OutputStream out, String encoding, boolean hide) - Constructor
|
CSV
public CSV(Workbook w,
OutputStream out,
String encoding,
boolean hide)
throws IOException
Constructor
w
- The workbook to interrogateout
- The output stream to which the CSV values are writtenencoding
- The encoding used by the output stream. Null or
unrecognized values cause the encoding to default to UTF8hide
- Suppresses hidden cells