|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
System.Objectxl.util.CSV
Class which uses the api to present the contents of an Excel worksheet as comma separated values, using a workbook and output stream of your choice
Constructor Summary | |
CSV(Workbook w,
System.IO.Stream out,
System.String encoding,
boolean hide)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSV(Workbook w, System.IO.Stream out, System.String encoding, boolean hide) throws System.Exception
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 Unicodehide
- Suppresses hidden cells
System.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |