Package org.apache.poi.hssf.usermodel

usermodel package maps HSSF low level strutures to familiar workbook/sheet model

See:
          Description

Interface Summary
HSSFColorConstants Deprecated. use org.apache.poi.hssf.util.HSSFColor instead
HSSFErrorConstants contains constants representing Excel error codes.
 

Class Summary
HSSFCell High level representation of a cell in a row of a spreadsheet.
HSSFCellStyle High level representation of the style of a cell in a sheet of a workbook.
HSSFDataFormat Utility to identify builin formats.
HSSFDateUtil Contains methods for dealing with Excel dates.
HSSFFont Represents a Font used in a workbook.
HSSFRow High level representation of a row of a spreadsheet.
HSSFSheet High level representation of a worksheet.
HSSFWorkbook High level representation of a workbook.
 

Package org.apache.poi.hssf.usermodel Description

usermodel package maps HSSF low level strutures to familiar workbook/sheet model

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
org.apache.poi.hssf, org.apache.poi.hssf.eventmodel


Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.