Package io.keikai.importer
Class XlsxExtractor.XlsxCellExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxCellExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxCellExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxCellExtractor(Cell jsonMap, Map sharedStrings, Map calcChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Number
getCm()
XlsxExtractor.XlsxFormulaExtractor
getFormula()
String
getRef()
XlsxExtractor.XlsxRichTextExtractor
getRichTextInline()
int
getStyle()
String
getType()
Object
getValue()
Number
getVm()
Boolean
isPhonetic()
-
-
-
Method Detail
-
getCm
public Number getCm()
-
isPhonetic
public Boolean isPhonetic()
-
getRef
public String getRef()
-
getStyle
public int getStyle()
-
getType
public String getType()
-
getVm
public Number getVm()
-
getFormula
public XlsxExtractor.XlsxFormulaExtractor getFormula()
-
getRichTextInline
public XlsxExtractor.XlsxRichTextExtractor getRichTextInline()
-
getValue
public Object getValue()
-
-