|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.demo.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
Constructor Summary | |
CSV(Workbook w,
java.io.OutputStream out,
java.lang.String encoding,
boolean hide)
Constructor |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CSV(Workbook w, java.io.OutputStream out, java.lang.String encoding, boolean hide) throws java.io.IOException
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 cellsjava.io.IOException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |