| Package | Description |
|---|---|
| org.apache.poi | |
| org.apache.poi.extractor | |
| org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
| org.apache.poi.hpsf.extractor | |
| org.apache.poi.hssf.eventusermodel |
HSSF eventmodel Package provides an event-based API for reading HSSF files.
|
| org.apache.poi.hssf.extractor | |
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 and MS-propritary document encryptions
|
| org.apache.poi.poifs.crypt.cryptoapi | |
| org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| org.apache.poi.poifs.eventfilesystem |
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
|
| org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.apache.poi.poifs.macros | |
| org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
| org.apache.poi.sl.usermodel | |
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
void |
POIDocument.writeProperties(POIFSFileSystem outFS)
Writes out the standard Document Information Properties (HPSF)
|
protected void |
POIDocument.writeProperties(POIFSFileSystem outFS,
List<String> writtenEntries)
Writes out the standard Document Information Properties (HPSF)
|
| Constructor and Description |
|---|
POIDocument(POIFSFileSystem fs)
Constructs from the default POIFS
|
POIReadOnlyDocument(POIFSFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
static POITextExtractor |
ExtractorFactory.createExtractor(POIFSFileSystem fs)
Create an extractor that can be used to read text from the given file.
|
static POITextExtractor |
ExtractorFactory.createExtractor(POIFSFileSystem fs,
String password)
Create an extractor that can be used to read text from the given file.
|
| Constructor and Description |
|---|
HPSFPropertiesOnlyDocument(POIFSFileSystem fs) |
| Constructor and Description |
|---|
HPSFPropertiesExtractor(POIFSFileSystem fs) |
| 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 |
|---|
EventBasedExcelExtractor(POIFSFileSystem fs) |
ExcelExtractor(POIFSFileSystem fs) |
OldExcelExtractor(POIFSFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
int |
HSSFWorkbook.addOlePackage(POIFSFileSystem poiData,
String label,
String fileName,
String command)
Adds an OLE package manager object with the given POIFS to the sheet
|
static HSSFWorkbook |
HSSFWorkbookFactory.createWorkbook(POIFSFileSystem fs)
Creates a HSSFWorkbook from the given
POIFSFileSystem |
| Constructor and Description |
|---|
HSSFWorkbook(DirectoryNode directory,
POIFSFileSystem fs,
boolean preserveNodes)
given a POI POIFSFileSystem object, and a specific directory
within it, read in its Workbook and populate the high and
low level models.
|
HSSFWorkbook(POIFSFileSystem fs)
Given a POI POIFSFileSystem object, read in its Workbook along
with all related nodes, and populate the high and low level models.
|
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 | Method and Description |
|---|---|
InputStream |
Decryptor.getDataStream(POIFSFileSystem fs) |
OutputStream |
Encryptor.getDataStream(POIFSFileSystem fs) |
| Constructor and Description |
|---|
EncryptionInfo(POIFSFileSystem fs)
Opens for decryption
|
| Modifier and Type | Method and Description |
|---|---|
POIFSFileSystem |
CryptoAPIDecryptor.getSummaryEntries(DirectoryNode root,
String encryptedStream)
Decrypt the Document-/SummaryInformation and other optionally streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CryptoAPIEncryptor.setSummaryEntries(DirectoryNode dir,
String encryptedStream,
POIFSFileSystem entries)
Encrypt the Document-/SummaryInformation and other optionally streams.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
POIFSDump.dump(POIFSFileSystem fs,
int startBlock,
String name,
File parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
POIFSReader.read(POIFSFileSystem poifs)
Read from a
POIFSFileSystem and process the documents we get |
| Modifier and Type | Class and Description |
|---|---|
class |
TempFilePOIFSFileSystem
An experimental POIFSFileSystem to support the encryption of large files
|
| Modifier and Type | Method and Description |
|---|---|
static POIFSFileSystem |
POIFSFileSystem.create(File file)
Creates a new POIFSFileSystem in a new
File. |
POIFSFileSystem |
DirectoryNode.getFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntryUtils.copyNodes(POIFSFileSystem source,
POIFSFileSystem target)
Copies all nodes from one POIFS to the other
|
static void |
EntryUtils.copyNodes(POIFSFileSystem source,
POIFSFileSystem target,
List<String> excepts)
Copies nodes from one POIFS to the other, minus the excepts.
|
static Ole10Native |
Ole10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object.
|
static void |
Ole10Native.createOleMarkerEntry(POIFSFileSystem poifs)
Add the \1OLE marker entry, which is not the Ole10Native entry.
|
static InputStream |
DocumentFactoryHelper.getDecryptedStream(POIFSFileSystem fs,
String password)
Wrap the OLE2 data in the
POIFSFileSystem into a decrypted stream by using
the given password. |
| Constructor and Description |
|---|
POIFSDocument(DocumentProperty property,
POIFSFileSystem filesystem)
Constructor for an existing Document
|
POIFSDocument(String name,
int size,
POIFSFileSystem filesystem,
POIFSWriterListener writer) |
POIFSDocument(String name,
POIFSFileSystem filesystem,
InputStream stream)
Constructor for a new Document
|
| Constructor and Description |
|---|
VBAMacroReader(POIFSFileSystem fs) |
| Constructor and Description |
|---|
PropertyTable(HeaderBlock headerBlock,
POIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want
to extract the property table from it).
|
| Modifier and Type | Method and Description |
|---|---|
static SlideShow<?,?> |
SlideShowFactory.create(POIFSFileSystem fs)
Creates a HSLFSlideShow from the given POIFSFileSystem
|
| Modifier and Type | Method and Description |
|---|---|
static Workbook |
WorkbookFactory.create(POIFSFileSystem fs)
Creates a Workbook from the given POIFSFileSystem.
|