Uses of Class
loci.poi.poifs.filesystem.POIFSFileSystem
-
Packages that use POIFSFileSystem Package Description 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 -
-
Uses of POIFSFileSystem in loci.poi
Fields in loci.poi declared as POIFSFileSystem Modifier and Type Field Description protected POIFSFileSystem
POIDocument. filesystem
The open POIFS FileSystem that contains our documentMethods in loci.poi with parameters of type POIFSFileSystem Modifier and Type Method Description protected void
POIDocument. copyNodes(POIFSFileSystem source, POIFSFileSystem target, List excepts)
Copies nodes from one POIFS to the other minus the exceptsprotected 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 -
Uses of POIFSFileSystem in loci.poi.hssf.eventusermodel
Methods in loci.poi.hssf.eventusermodel with parameters of type POIFSFileSystem Modifier and Type Method 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. -
Uses of POIFSFileSystem in loci.poi.hssf.extractor
Constructors in loci.poi.hssf.extractor with parameters of type POIFSFileSystem Constructor Description ExcelExtractor(POIFSFileSystem fs)
-
Uses of POIFSFileSystem in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type POIFSFileSystem Constructor 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.
-