|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
System.Objectxl.util.XML
Class which uses the API to present the contents of an Excel worksheet as an XML document, using a workbook and output stream of your choice
| Constructor Summary | |
XML(Workbook w,
System.IO.Stream out,
System.String enc,
boolean f)
Constructor |
|
| Methods inherited from class System.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XML(Workbook w,
System.IO.Stream out,
System.String enc,
boolean f)
throws System.Exception
w - The workbook to interrogateout - The output stream to which the XML values are writtenenc - The encoding used by the output stream. Null or
unrecognized values cause the encoding to default to Unicodef - Indicates whether the generated XML document should contain
the cell format information
System.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||