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