Uses of Interface
io.keikai.model.SRow
-
Packages that use SRow 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. -
-
Uses of SRow in io.keikai.importer
Methods in io.keikai.importer that return SRow Modifier and Type Method Description protected SRow
XlsxImporter. importRow(XlsxExtractor.XlsxRowExtractor xRow, SSheet sheet)
-
Uses of SRow in io.keikai.model
Methods in io.keikai.model that return SRow Modifier and Type Method Description SRow
SSheet. getRow(int rowIdx)
Methods in io.keikai.model that return types with arguments of type SRow Modifier and Type Method Description Iterator<SRow>
SSheet. getRowIterator()
Iterator<SRow>
SSheet. getRowIterator(int start, int end)
-
Uses of SRow in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SRow Modifier and Type Class Description class
AbstractRowAdv
class
RowImpl
Methods in io.keikai.model.impl that return SRow Modifier and Type Method Description SRow
SheetImpl. getRow(int rowIdx)
Methods in io.keikai.model.impl that return types with arguments of type SRow Modifier and Type Method Description Iterator<SRow>
SheetImpl. getRowIterator()
Iterator<SRow>
SheetImpl. getRowIterator(int start, int end)
-
Uses of SRow in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SRow Modifier and Type Method Description protected SRow
AbstractExcelImporter. importRow(Row poiRow, SSheet sheet)
Methods in io.keikai.range.impl.imexp with parameters of type SRow Modifier and Type Method Description protected void
AbstractExcelExporter. exportRow(SSheet sheet, Sheet poiSheet, SRow row)
-