|
|||||||||
| Home >> All >> org >> apache >> poi >> hssf >> [ dev overview ] | PREV NEXT | ||||||||
B
- BiffViewer - class org.apache.poi.hssf.dev.BiffViewer.
- Utillity for reading in BIFF8 records and displaying data from them.
- BiffViewer(String[]) - Constructor for class org.apache.poi.hssf.dev.BiffViewer
- Creates new BiffViewer
- BiffViewer.RecordDetails - class org.apache.poi.hssf.dev.BiffViewer.RecordDetails.
- BiffViewer.RecordDetails(short, short, int, byte[], Record) - Constructor for class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
C
- composeFormula(FormulaRecord) - Method in class org.apache.poi.hssf.dev.FormulaViewer
- createRecord(short, short, byte[]) - Static method in class org.apache.poi.hssf.dev.BiffViewer
- Essentially a duplicate of RecordFactory.
- createRecords(InputStream, boolean) - Static method in class org.apache.poi.hssf.dev.BiffViewer
- Create an array of records from an input stream
- cursheet - Variable in class org.apache.poi.hssf.dev.EFHSSF
D
- data - Variable in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- dump() - Method in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- dump - Variable in class org.apache.poi.hssf.dev.BiffViewer
- dumpContinueRecord(Record, boolean, byte[]) - Static method in class org.apache.poi.hssf.dev.BiffViewer
- dumpNormal(Record, int, short, short) - Static method in class org.apache.poi.hssf.dev.BiffViewer
- dumpRaw(short, short, byte[]) - Static method in class org.apache.poi.hssf.dev.BiffViewer
- dumpUnknownRecord(byte[]) - Static method in class org.apache.poi.hssf.dev.BiffViewer
E
- EFBiffViewer - class org.apache.poi.hssf.dev.EFBiffViewer.
- EFBiffViewer() - Constructor for class org.apache.poi.hssf.dev.EFBiffViewer
- Creates a new instance of EFBiffViewer
- EFHSSF - class org.apache.poi.hssf.dev.EFHSSF.
- Event Factory version of HSSF test class.
- EFHSSF() - Constructor for class org.apache.poi.hssf.dev.EFHSSF
- Creates a new instance of EFHSSF
- EFHSSFListener - class org.apache.poi.hssf.dev.EFHSSFListener.
- EFHSSFListener(EFHSSF) - Constructor for class org.apache.poi.hssf.dev.EFHSSFListener
- efhssf - Variable in class org.apache.poi.hssf.dev.EFHSSFListener
F
- FormulaViewer - class org.apache.poi.hssf.dev.FormulaViewer.
- FormulaViewer - finds formulas in a BIFF8 file and attempts to read them/display data from them.
- FormulaViewer() - Constructor for class org.apache.poi.hssf.dev.FormulaViewer
- Creates new FormulaViewer
- file - Variable in class org.apache.poi.hssf.dev.EFBiffViewer
- file - Variable in class org.apache.poi.hssf.dev.FormulaViewer
- filename - Variable in class org.apache.poi.hssf.dev.BiffViewer
- filename - Variable in class org.apache.poi.hssf.dev.HSSF
- formulaString(FormulaRecord) - Method in class org.apache.poi.hssf.dev.FormulaViewer
G
- getData() - Method in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- getRecord() - Method in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- getRecsize() - Method in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- getRectype() - Method in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
H
- HSSF - class org.apache.poi.hssf.dev.HSSF.
- File for HSSF testing/examples THIS IS NOT THE MAIN HSSF FILE!! This is a util for testing functionality.
- HSSF(String) - Constructor for class org.apache.poi.hssf.dev.HSSF
- Constructor HSSF - creates an HSSFStream from an InputStream.
- HSSF(String, boolean) - Constructor for class org.apache.poi.hssf.dev.HSSF
- Constructor HSSF - given a filename this outputs a sample sheet with just a set of rows/cells.
- HSSF(String, String, boolean) - Constructor for class org.apache.poi.hssf.dev.HSSF
- Constructor HSSF - takes in file - attempts to read it then reconstruct it
- hssfworkbook - Variable in class org.apache.poi.hssf.dev.HSSF
I
L
- list - Variable in class org.apache.poi.hssf.dev.FormulaViewer
- listFormula(FormulaRecord) - Method in class org.apache.poi.hssf.dev.FormulaViewer
M
- main(String[]) - Static method in class org.apache.poi.hssf.dev.BiffViewer
- Method main with 1 argument just run straight biffview against given file
- main(String[]) - Static method in class org.apache.poi.hssf.dev.EFBiffViewer
- main(String[]) - Static method in class org.apache.poi.hssf.dev.EFHSSF
- main(String[]) - Static method in class org.apache.poi.hssf.dev.FormulaViewer
- Method main pass me a filename and I'll try and parse the formulas from it
- main(String[]) - Static method in class org.apache.poi.hssf.dev.HSSF
- 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)).
O
- org.apache.poi.hssf.dev - package org.apache.poi.hssf.dev
- outfile - Variable in class org.apache.poi.hssf.dev.EFHSSF
P
- parseFormulaRecord(FormulaRecord) - Method in class org.apache.poi.hssf.dev.FormulaViewer
- Method parseFormulaRecord
- processRecord(Record) - Method in class org.apache.poi.hssf.dev.EFHSSFListener
R
- record - Variable in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- recordHandler(Record) - Method in class org.apache.poi.hssf.dev.EFHSSF
- records - Variable in class org.apache.poi.hssf.dev.HSSF
- recsize - Variable in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- rectype - Variable in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- run() - Method in class org.apache.poi.hssf.dev.BiffViewer
- Method run starts up BiffViewer...
- run() - Method in class org.apache.poi.hssf.dev.EFBiffViewer
- run() - Method in class org.apache.poi.hssf.dev.EFHSSF
- run() - Method in class org.apache.poi.hssf.dev.FormulaViewer
- Method run
S
- setDump(boolean) - Method in class org.apache.poi.hssf.dev.BiffViewer
- Method setDump - hex dump out data or not.
- setFile(String) - Method in class org.apache.poi.hssf.dev.EFBiffViewer
- setFile(String) - Method in class org.apache.poi.hssf.dev.FormulaViewer
- Method setFile
- setInputFile(String) - Method in class org.apache.poi.hssf.dev.EFHSSF
- setList(boolean) - Method in class org.apache.poi.hssf.dev.FormulaViewer
- setOutputFile(String) - Method in class org.apache.poi.hssf.dev.EFHSSF
- startloc - Variable in class org.apache.poi.hssf.dev.BiffViewer.RecordDetails
- stream - Variable in class org.apache.poi.hssf.dev.HSSF
W
B C D E F G H I L M O P R S W
|
|||||||||
| Home >> All >> org >> apache >> poi >> hssf >> [ dev overview ] | PREV NEXT | ||||||||