jxl.demo
Class XML
public class XML
extends java.lang.Object
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
XML(Workbook w, OutputStream out, String enc, boolean f)- Constructor
|
XML
public XML(Workbook w,
OutputStream out,
String enc,
boolean f)
throws IOException Constructor
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