Package io.keikai.importer
Class CellXfs
- java.lang.Object
-
- io.keikai.importer.CellXfs
-
public class CellXfs extends Object
- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description CellXfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCellXf(XlsxExtractor.XlsxCellXfExtractor xf)
XlsxExtractor.XlsxCellXfExtractor
getCellXfAt(int index)
-
-
-
Method Detail
-
addCellXf
public void addCellXf(XlsxExtractor.XlsxCellXfExtractor xf)
-
getCellXfAt
public XlsxExtractor.XlsxCellXfExtractor getCellXfAt(int index)
-
-