Uses of Class
io.keikai.importer.XlsxExtractor.XlsxXfExtractor
-
Packages that use XlsxExtractor.XlsxXfExtractor Package Description io.keikai.importer -
-
Uses of XlsxExtractor.XlsxXfExtractor in io.keikai.importer
Subclasses of XlsxExtractor.XlsxXfExtractor in io.keikai.importer Modifier and Type Class Description static class
XlsxExtractor.XlsxCellXfExtractor
Fields in io.keikai.importer with type parameters of type XlsxExtractor.XlsxXfExtractor Modifier and Type Field Description protected Map<XlsxExtractor.XlsxXfExtractor,SCellStyle>
XlsxImporter. importedXfs
Methods in io.keikai.importer that return types with arguments of type XlsxExtractor.XlsxXfExtractor Modifier and Type Method Description List<XlsxExtractor.XlsxXfExtractor>
XlsxExtractor.XlsxStyleSheetExtractor. getCellStyleXfs()
List<XlsxExtractor.XlsxXfExtractor>
XlsxExtractor.XlsxStyleSheetExtractor. getCellXfs()
Methods in io.keikai.importer with parameters of type XlsxExtractor.XlsxXfExtractor Modifier and Type Method Description protected SCellStyle
XlsxImporter. importCellStyleXf(XlsxExtractor.XlsxXfExtractor xCellXf, boolean inStyleTable)
protected SCellStyle
XlsxImporter. importCellXf(XlsxExtractor.XlsxXfExtractor xCellXf, boolean inStyleTable)
Constructors in io.keikai.importer with parameters of type XlsxExtractor.XlsxXfExtractor Constructor Description XlsxAlignmentExtractor(Map jsonMap, XlsxExtractor.XlsxXfExtractor self)
XlsxCellXfExtractor(XlsxExtractor.XlsxXfExtractor self, XlsxExtractor.XlsxXfExtractor parentXf)
-