xl.demo
Class Escher

System.Object
  extended byxl.util.Escher

public class Escher
extends System.Object

Displays the escher data


Constructor Summary
Escher(Workbook w, System.IO.Stream out, System.String encoding)
          Constructor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Escher

public Escher(Workbook w,
              System.IO.Stream out,
              System.String encoding)
       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
Throws:
System.Exception