| Package | Description |
|---|---|
| io.keikai.importer | |
| io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
| io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
| io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected SRow |
XlsxImporter.importRow(XlsxExtractor.XlsxRowExtractor xRow,
SSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
SRow |
SSheet.getRow(int rowIdx) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SRow> |
SSheet.getRowIterator() |
Iterator<SRow> |
SSheet.getRowIterator(int start,
int end) |
| 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() |
Iterator<SRow> |
SheetImpl.getRowIterator(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
protected SRow |
AbstractExcelImporter.importRow(Row poiRow,
SSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExcelExporter.exportRow(SSheet sheet,
Sheet poiSheet,
SRow row) |
Copyright © 2020. All rights reserved.