| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SRow |
SSheet.getRow(int rowIdx) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SRow> |
SSheet.getRowIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRowAdv |
class |
RowImpl |
| Modifier and Type | Method and Description |
|---|---|
SRow |
SheetImpl.getRow(int rowIdx) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SRow> |
SheetImpl.getRowIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected SRow |
AbstractExcelImporter.importRow(org.zkoss.poi.ss.usermodel.Row poiRow,
SSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExcelExporter.exportRow(SSheet sheet,
org.zkoss.poi.ss.usermodel.Sheet poiSheet,
SRow row) |
Copyright © 2019. All rights reserved.