Package jxl.demo
Class Formulas
java.lang.Object
jxl.demo.Formulas
Goes through each cell in the workbook, and if the contents of that
cell is a formula, it prints out the last calculated value and
the formula string
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Formulas
Constructor- Parameters:
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- Throws:
IOException
-