Uses of Interface
loci.poi.hssf.model.Model
-
Packages that use Model Package Description loci.poi.hssf.eventmodel loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of Model in loci.poi.hssf.eventmodel
Methods in loci.poi.hssf.eventmodel with parameters of type Model Modifier and Type Method Description boolean
ModelFactoryListener. process(Model model)
Process a model. -
Uses of Model in loci.poi.hssf.model
Classes in loci.poi.hssf.model that implement Model Modifier and Type Class Description class
Sheet
Low level model implementation of a Sheet (one workbook contains many sheets) This file contains the low level binary records starting at the sheets BOF and ending with the sheets EOF.class
Workbook
Low level model implementation of a Workbook.
-