public class HSSF extends Object
main(java.lang.String[])
Modifier and Type | Field and Description |
---|---|
private String |
filename |
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)).
|
private String filename
protected HSSFWorkbook hssfworkbook
public HSSF(String filename) throws IOException
filename
- IOException
public HSSF(String filename, boolean write) throws IOException
filename
- write
- IOException
public HSSF(String infile, String outfile, boolean write) throws IOException
infile
- outfile
- write
- IOException
public static void main(String[] args)
args
- Copyright © 2016 Open Microscopy Environment