Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFName
High Level Representation of a 'defined name' which could be a 'built-in' name,
'named range' or name of a user defined function.
|
Modifier and Type | Method and Description |
---|---|
Name |
Workbook.createName()
Creates a new (uninitialised) defined name in this workbook
|
Name |
Workbook.getName(java.lang.String name) |
Name |
Workbook.getNameAt(int nameIndex) |
Modifier and Type | Method and Description |
---|---|
Name |
SXSSFWorkbook.createName()
Creates a new (uninitialised) defined name in this workbook
|
Name |
SXSSFWorkbook.getName(java.lang.String name) |
Name |
SXSSFWorkbook.getNameAt(int nameIndex) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFName
Represents a defined named range in a SpreadsheetML workbook.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ExcelXlsxImporter.skipName(Name definedName) |
protected boolean |
ExcelXlsImporter.skipName(Name definedName) |
protected boolean |
AbstractExcelImporter.skipName(Name definedName) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.