public static class XlsxExtractor.XlsxRowExtractor extends Object
Constructor and Description |
---|
XlsxRowExtractor(Row jsonMap,
Map sharedStrings,
Map calcChain) |
Modifier and Type | Method and 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() |
public Boolean isCollapsed()
public Boolean isCustomFormat()
public Boolean isCustomHeight()
public Boolean isHidden()
public int getIndex()
public Number getOutlineLevel()
public Boolean isPhonetic()
public float getRowHeight()
public XlsxExtractor.XlsxSpanExtractor getSpans()
public int getStyle()
public Boolean isThickBot()
public Boolean isThickTop()
public List<XlsxExtractor.XlsxCellExtractor> getCells()
Copyright © 2020. All rights reserved.