xl.demo
Class XML

System.Object
  extended byxl.util.XML

public class XML
extends System.Object

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

XML

public XML(Workbook w,
           System.IO.Stream out,
           System.String enc,
           boolean f)
    throws System.Exception
Constructor

Parameters:
w - The workbook to interrogate
out - The output stream to which the XML values are written
enc - The encoding used by the output stream. Null or unrecognized values cause the encoding to default to Unicode
f - Indicates whether the generated XML document should contain the cell format information
Throws:
System.Exception