The HSSF library currently requires a
full object representation to be created before reading values. This
results in very high memory utilization. We need to reduce this
substantially for reading. It would be preferable to do this for
writing, but it may not be possible due to the constraints imposed by
the file format itself. Memory utilization during read is our top
user complaint.
The POIFS library currently requires a
full object representation to be created before reading values. This
results in very high memory utilization. We need to reduce this
substantially for reading.
The HSSF library currently ignores
formula cells and identifies them as "UnknownRecord" at the
lower level of the API. We must provide a way to read and write
formulas. This is now the top requested feature.
The HSSF library currently does not support
charts. This is a key requirement of some users who wish to use HSSF
in a reporting engine.
The HSSF Serializer currently does not
provide serialization for cell styling. User's will want stylish
spreadsheets to result from their XML.
There is currently no way to generate
the XML from an XLS that is consistent with the format used by the
HSSF Serializer.
There should be a way to read and write
the DOC file format using pure Java.
|