Package io.keikai.importer
Class XlsxExtractor.XlsxFormulaExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxFormulaExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxFormulaExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxFormulaExtractor(String cref, Map jsonMap, Map calcChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getR1()
String
getR2()
String
getRef()
String
getSharedRef()
Number
getSi()
String
getType()
Object
getValue()
Boolean
isAca()
Boolean
isBx()
Boolean
isCa()
Boolean
isDel1()
Boolean
isDel2()
Boolean
isDt2D()
Boolean
isDtr()
-
-
-
Method Detail
-
isAca
public Boolean isAca()
-
isBx
public Boolean isBx()
-
isCa
public Boolean isCa()
-
isDel1
public Boolean isDel1()
-
isDel2
public Boolean isDel2()
-
isDt2D
public Boolean isDt2D()
-
isDtr
public Boolean isDtr()
-
getR1
public String getR1()
-
getR2
public String getR2()
-
getRef
public String getRef()
-
getSi
public Number getSi()
-
getType
public String getType()
-
getValue
public Object getValue()
-
getSharedRef
public String getSharedRef()
-
-