jxl.demo

Class Formulas


public class Formulas
extends java.lang.Object

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

Formulas(Workbook w, OutputStream out, String encoding)
Constructor

Constructor Details

Formulas

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