xl.demo
Class CSV

System.Object
  extended byxl.util.CSV

public class CSV
extends System.Object

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

CSV

public CSV(Workbook w,
           System.IO.Stream out,
           System.String encoding,
           boolean hide)
    throws System.Exception
Constructor

Parameters:
w - The workbook to interrogate
out - The output stream to which the CSV values are written
encoding - The encoding used by the output stream. Null or unrecognized values cause the encoding to default to Unicode
hide - Suppresses hidden cells
Throws:
System.Exception