| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.demo.Features
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
| Constructor Summary | |
| Features(Workbook w,
         java.io.OutputStream out,
         java.lang.String encoding)Constructor | |
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Features(Workbook w,
                java.io.OutputStream out,
                java.lang.String encoding)
         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 UTF8
java.io.IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||