Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.record.common |
Modifier and Type | Method and Description |
---|---|
UnicodeString |
InternalWorkbook.getSSTString(int str)
given an index into the SST table, this function returns the corresponding String value
|
Modifier and Type | Method and Description |
---|---|
int |
InternalWorkbook.addSSTString(UnicodeString string)
Adds a string to the SST table and returns its index (if its a duplicate
just returns its index and update the counts) ASSUMES compressed unicode
(meaning 8bit)
|
Modifier and Type | Class and Description |
---|---|
class |
UnicodeString
Deprecated.
Use
UnicodeString instead |
Modifier and Type | Method and Description |
---|---|
UnicodeString |
SSTRecord.getString(int id)
Get a particular string by its index
|
Modifier and Type | Method and Description |
---|---|
int |
SSTRecord.addString(UnicodeString string)
Add a string.
|
Modifier and Type | Method and Description |
---|---|
int |
UnicodeString.compareTo(UnicodeString str) |
Copyright © 2020. All rights reserved.