Package org.jzy3d.io.xls
Class ExcelLoader<T>
java.lang.Object
org.jzy3d.io.xls.ExcelLoader<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
accepts
(org.apache.poi.ss.usermodel.Row row) Might be refine by subclasses that may use this method as a line filter.protected boolean
isNull
(org.apache.poi.ss.usermodel.Row row) Stops when a row is null.Stops when a maximum number of expected lines has been reached.readCellDouble
(org.apache.poi.ss.usermodel.Row row, int cellId) readCellString
(org.apache.poi.ss.usermodel.Row row, int cellId) abstract T
readRow
(org.apache.poi.ss.usermodel.Row row)
-
Constructor Details
-
ExcelLoader
public ExcelLoader()
-
-
Method Details
-
readRow
-
accepts
protected boolean accepts(org.apache.poi.ss.usermodel.Row row) Might be refine by subclasses that may use this method as a line filter. -
isNull
protected boolean isNull(org.apache.poi.ss.usermodel.Row row) -
load
Stops when a maximum number of expected lines has been reached. Ignore rows that do not fullfillaccepts(org.apache.poi.ss.usermodel.Row)
.- Throws:
IOException
-
load
Stops when a row is null.- Throws:
IOException
-
readCellString
-
readCellDouble
-