corpus.extractor
Class JExcelRead
java.lang.Object
|
+--corpus.extractor.JExcelRead
- public class JExcelRead
- 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 |
JExcelRead(java.lang.String path)
|
JExcelRead(jxl.Workbook w,
java.lang.String path)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JExcelRead
public JExcelRead(java.lang.String path)
throws java.io.IOException,
jxl.read.biff.BiffException
JExcelRead
public JExcelRead(jxl.Workbook w,
java.lang.String path)
throws java.io.IOException
- Constructor
- Parameters:
w
- The workbook to interrogate
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
getWorkbook
public WorkBook getWorkbook()
Project Home Page