|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.demo.XML
Simple demo class which uses the api to present the contents of an excel 97 spreadsheet as an XML document, using a workbook and output stream of your choice
| Constructor Summary | |
XML(Workbook w,
java.io.OutputStream out,
java.lang.String enc,
boolean f)
Constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XML(Workbook w,
java.io.OutputStream out,
java.lang.String enc,
boolean f)
throws java.io.IOException
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 UTF8f - Indicates whether the generated XML document should contain
the cell format information
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||