public class CSV
extends java.lang.Object
public CSV(Workbook w, java.io.OutputStream out, java.lang.String encoding, boolean hide) throws java.io.IOException
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 UTF8hide - Suppresses hidden cellsjava.io.IOException