jxl.demo
Class Features
public class Features
extends java.lang.Object
Goes through each cell in the workbook, and if the cell has any features
associated with, it prints out the cell contents and the features
Features
public Features(Workbook w,
OutputStream out,
String encoding)
throws IOException
Constructor
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