public class HSSF extends Object
main(java.lang.String[])| Modifier and Type | Field and Description | 
|---|---|
| protected HSSFWorkbook | hssfworkbook | 
| Constructor and Description | 
|---|
| HSSF(String filename)Constructor HSSF - creates an HSSFStream from an InputStream. | 
| HSSF(String filename,
    boolean write)Constructor HSSF - given a filename this outputs a sample sheet with just
 a set of rows/cells. | 
| HSSF(String infile,
    String outfile,
    boolean write)Constructor HSSF - takes in file - attempts to read it then reconstruct it | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(String[] args)Method main
 Given 1 argument takes that as the filename, inputs it and dumps the
 cell values/types out to sys.out
 given 2 arguments where the second argument is the word "write" and the
 first is the filename - writes out a sample (test) spreadsheet (see
 public HSSF(String filename, boolean write)). | 
protected HSSFWorkbook hssfworkbook
public HSSF(String filename) throws IOException
filename - IOExceptionpublic HSSF(String filename, boolean write) throws IOException
filename - write - IOExceptionpublic HSSF(String infile, String outfile, boolean write) throws IOException
infile - outfile - write - IOExceptionpublic static void main(String[] args)
args - Copyright © 2014 Open Microscopy Environment