Uses of Class
com.github.javaxcel.in.ModelReader
Package | Description |
---|---|
com.github.javaxcel.factory | |
com.github.javaxcel.in |
-
Uses of ModelReader in com.github.javaxcel.factory
Methods in com.github.javaxcel.factory that return ModelReader Modifier and Type Method Description static <W extends org.apache.poi.ss.usermodel.Workbook, T>
ModelReader<W,T>ExcelReaderFactory. create(W workbook, Class<T> type)
Returns instance ofModelReader
. -
Uses of ModelReader in com.github.javaxcel.in
Methods in com.github.javaxcel.in that return ModelReader Modifier and Type Method Description ModelReader<W,T>
ModelReader. limit(int limit)
Limits the number of models.ModelReader<W,T>
ModelReader. parallel()
Makes the conversion from imitated model into real model parallel.