Package | Description |
---|---|
loci.formats.services | |
loci.poi | |
loci.poi.hssf.eventusermodel |
HSSF eventmodel Package provides an event-based API for reading HSSF files.
|
loci.poi.hssf.extractor | |
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
loci.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Field and Description |
---|---|
private POIFSFileSystem |
POIServiceImpl.fileSystem |
Modifier and Type | Field and Description |
---|---|
protected POIFSFileSystem |
POIDocument.filesystem
The open POIFS FileSystem that contains our document
|
Modifier and Type | Method and Description |
---|---|
protected void |
POIDocument.copyNodes(POIFSFileSystem source,
POIFSFileSystem target,
List excepts)
Copies nodes from one POIFS to the other minus the excepts
|
protected void |
POIDocument.writeProperties(POIFSFileSystem outFS)
Writes out the standard Documment Information Properties (HPSF)
|
protected void |
POIDocument.writeProperties(POIFSFileSystem outFS,
List writtenEntries)
Writes out the standard Documment Information Properties (HPSF)
|
protected void |
POIDocument.writePropertySet(String name,
PropertySet set,
POIFSFileSystem outFS)
Writes out a given ProperySet
|
Modifier and Type | Method and Description |
---|---|
short |
HSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req,
POIFSFileSystem fs)
Processes a file into essentially record events.
|
void |
HSSFEventFactory.processWorkbookEvents(HSSFRequest req,
POIFSFileSystem fs)
Processes a file into essentially record events.
|
Constructor and Description |
---|
ExcelExtractor(POIFSFileSystem fs) |
Modifier and Type | Field and Description |
---|---|
private POIFSFileSystem |
HSSFObjectData.poifs
Reference to the filesystem, required for retrieving the object data.
|
Constructor and Description |
---|
HSSFObjectData(ObjRecord record,
POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record.
|
HSSFWorkbook(POIFSFileSystem fs) |
HSSFWorkbook(POIFSFileSystem fs,
boolean preserveNodes)
given a POI POIFSFileSystem object, read in its Workbook and populate the high and
low level models.
|
Modifier and Type | Field and Description |
---|---|
private POIFSFileSystem |
DirectoryNode._filesystem |
Constructor and Description |
---|
DirectoryNode(DirectoryProperty property,
POIFSFileSystem filesystem,
DirectoryNode parent)
create a DirectoryNode.
|
Copyright © 2016 Open Microscopy Environment