Package jxl.demo

Class Escher

java.lang.Object
jxl.demo.Escher

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

    • Escher

      public Escher(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