Uses of Package
org.apache.poi.ss.util

Packages that use org.apache.poi.ss.util
Package
Description
 
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
 
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.
This package contains common internal POI code for manipulating formulas.
formula package contains binary PTG structures used in Formulas
 
 
 
 
 
 
The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.