Uses of Class
loci.poi.poifs.filesystem.POIFSFileSystem
Packages that use POIFSFileSystem
Package
Description
HSSF eventmodel Package provides an event-based API for reading HSSF files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of POIFSFileSystem in loci.poi
Fields in loci.poi declared as POIFSFileSystemModifier and TypeFieldDescriptionprotected POIFSFileSystemPOIDocument.filesystemThe open POIFS FileSystem that contains our documentMethods in loci.poi with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionprotected voidPOIDocument.copyNodes(POIFSFileSystem source, POIFSFileSystem target, List excepts) Copies nodes from one POIFS to the other minus the exceptsprotected voidPOIDocument.writeProperties(POIFSFileSystem outFS) Writes out the standard Documment Information Properties (HPSF)protected voidPOIDocument.writeProperties(POIFSFileSystem outFS, List writtenEntries) Writes out the standard Documment Information Properties (HPSF)protected voidPOIDocument.writePropertySet(String name, PropertySet set, POIFSFileSystem outFS) Writes out a given ProperySet -
Uses of POIFSFileSystem in loci.poi.hssf.eventusermodel
Methods in loci.poi.hssf.eventusermodel with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionshortHSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req, POIFSFileSystem fs) Processes a file into essentially record events.voidHSSFEventFactory.processWorkbookEvents(HSSFRequest req, POIFSFileSystem fs) Processes a file into essentially record events. -
Uses of POIFSFileSystem in loci.poi.hssf.extractor
Constructors in loci.poi.hssf.extractor with parameters of type POIFSFileSystem -
Uses of POIFSFileSystem in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type POIFSFileSystemModifierConstructorDescriptionHSSFObjectData(ObjRecord record, POIFSFileSystem poifs) Constructs object data by wrapping a lower level object record.HSSFWorkbook(POIFSFileSystem fs, boolean preserveNodes) given a POI POIFSFileSystem object, read in its Workbook and populate the high and low level models.