Uses of Class
loci.poi.hssf.record.SCLRecord
-
Packages that use SCLRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of SCLRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model with parameters of type SCLRecord Modifier and Type Method Description void
Sheet. setSCLRecord(SCLRecord sclRecord)
Sets the SCL record or creates it in the correct place if it does not already exist.
-