Package jxl.demo
Class Escher
- java.lang.Object
-
- jxl.demo.Escher
-
public class Escher extends java.lang.Object
Displays the escher data
-
-
Constructor Detail
-
Escher
public Escher(Workbook w, java.io.OutputStream out, java.lang.String encoding) throws java.io.IOException
Constructor- Parameters:
w
- The workbook to interrogateout
- The output stream to which the CSV values are writtenencoding
- The encoding used by the output stream. Null or unrecognized values cause the encoding to default to UTF8- Throws:
java.io.IOException
-
-