Package jxl.demo
Class EscherDrawingGroup
java.lang.Object
jxl.demo.EscherDrawingGroup
Displays the escher data
-
Constructor Summary
ConstructorsConstructorDescriptionEscherDrawingGroup(Workbook w, OutputStream out, String encoding) Constructor -
Method Summary
-
Constructor Details
-
EscherDrawingGroup
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:
IOException
-