Package io.keikai.importer
Class XlsxExtractor.XlsxRowExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxRowExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxRowExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxRowExtractor(Row jsonMap, Map sharedStrings, Map calcChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XlsxExtractor.XlsxCellExtractor>
getCells()
int
getIndex()
Number
getOutlineLevel()
float
getRowHeight()
XlsxExtractor.XlsxSpanExtractor
getSpans()
int
getStyle()
Boolean
isCollapsed()
Boolean
isCustomFormat()
Boolean
isCustomHeight()
Boolean
isHidden()
Boolean
isPhonetic()
Boolean
isThickBot()
Boolean
isThickTop()
-
-
-
Method Detail
-
isCollapsed
public Boolean isCollapsed()
-
isCustomFormat
public Boolean isCustomFormat()
-
isCustomHeight
public Boolean isCustomHeight()
-
isHidden
public Boolean isHidden()
-
getIndex
public int getIndex()
-
getOutlineLevel
public Number getOutlineLevel()
-
isPhonetic
public Boolean isPhonetic()
-
getRowHeight
public float getRowHeight()
-
getSpans
public XlsxExtractor.XlsxSpanExtractor getSpans()
-
getStyle
public int getStyle()
-
isThickBot
public Boolean isThickBot()
-
isThickTop
public Boolean isThickTop()
-
getCells
public List<XlsxExtractor.XlsxCellExtractor> getCells()
-
-