Package jxl.demo

Class EscherDrawingGroup

java.lang.Object
jxl.demo.EscherDrawingGroup

public class EscherDrawingGroup extends Object
Displays the escher data
  • Constructor Details

    • EscherDrawingGroup

      public EscherDrawingGroup(Workbook w, OutputStream out, String encoding) throws IOException
      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 UTF8
      Throws:
      IOException