Spreadsheet Toolkit

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
 
Method Summary
 WorkBook getWorkbook()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

main

public static void main(java.lang.String[] args)

getWorkbook

public WorkBook getWorkbook()

Spreadsheet Toolkit

Project Home Page