Package org.hl7.fhir.utilities.xls
Class XLSXmlParser.Sheet
- java.lang.Object
-
- org.hl7.fhir.utilities.xls.XLSXmlParser.Sheet
-
- Enclosing class:
- XLSXmlParser
public class XLSXmlParser.Sheet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description XLSXmlParser.RowcolumnsList<XLSXmlParser.Row>rowsStringtitle
-
Constructor Summary
Constructors Constructor Description Sheet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetByColumnPrefix(int row, String column)StringgetColumn(int row, String column)List<String>getColumnNamesBySuffix(String suffix)intgetIntColumn(int row, String column)StringgetNonEmptyColumn(int row, String column)List<XLSXmlParser.Row>getRows()booleanhasColumn(int row, String column)booleanhasColumn(String column)booleanhasColumnContent(String col)
-
-
-
Field Detail
-
columns
public XLSXmlParser.Row columns
-
rows
public List<XLSXmlParser.Row> rows
-
-
Constructor Detail
-
Sheet
public Sheet()
-
-
Method Detail
-
getColumnNamesBySuffix
public List<String> getColumnNamesBySuffix(String suffix)
-
getByColumnPrefix
public String getByColumnPrefix(int row, String column)
-
getRows
public List<XLSXmlParser.Row> getRows()
-
getIntColumn
public int getIntColumn(int row, String column)
-
getNonEmptyColumn
public String getNonEmptyColumn(int row, String column) throws FHIRException
- Throws:
FHIRException
-
hasColumnContent
public boolean hasColumnContent(String col)
-
-