|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.dev.HSSF
public class HSSF
File for HSSF testing/examples THIS IS NOT THE MAIN HSSF FILE!! This is a util for testing functionality. It does contain sample API usage that may be educational to regular API users.
main(java.lang.String[])
Field Summary | |
---|---|
protected HSSFWorkbook |
hssfworkbook
|
Constructor Summary | |
---|---|
HSSF(java.lang.String filename)
Constructor HSSF - creates an HSSFStream from an InputStream. |
|
HSSF(java.lang.String filename,
boolean write)
Constructor HSSF - given a filename this outputs a sample sheet with just a set of rows/cells. |
|
HSSF(java.lang.String infile,
java.lang.String outfile,
boolean write)
Constructor HSSF - takes in file - attempts to read it then reconstruct it |
Method Summary | |
---|---|
static void |
main(java.lang.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)). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HSSFWorkbook hssfworkbook
Constructor Detail |
---|
public HSSF(java.lang.String filename) throws java.io.IOException
filename
-
java.io.IOException
public HSSF(java.lang.String filename, boolean write) throws java.io.IOException
filename
- write
-
java.io.IOException
public HSSF(java.lang.String infile, java.lang.String outfile, boolean write) throws java.io.IOException
infile
- outfile
- write
-
java.io.IOException
Method Detail |
---|
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |