public class XLSXmlParser.Sheet extends Object
| Modifier and Type | Field and Description |
|---|---|
XLSXmlParser.Row |
columns |
List<XLSXmlParser.Row> |
rows |
String |
title |
| Constructor and Description |
|---|
Sheet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getByColumnPrefix(int row,
String column) |
String |
getColumn(int row,
String column) |
List<String> |
getColumnNamesBySuffix(String suffix) |
int |
getIntColumn(int row,
String column) |
String |
getNonEmptyColumn(int row,
String column) |
List<XLSXmlParser.Row> |
getRows() |
boolean |
hasColumn(int row,
String column) |
boolean |
hasColumn(String column) |
boolean |
hasColumnContent(String col) |
public XLSXmlParser.Row columns
public List<XLSXmlParser.Row> rows
public Sheet()
public List<String> getColumnNamesBySuffix(String suffix)
public String getByColumnPrefix(int row, String column)
public List<XLSXmlParser.Row> getRows()
public int getIntColumn(int row, String column)
public String getNonEmptyColumn(int row, String column) throws FHIRException
FHIRExceptionpublic boolean hasColumnContent(String col)
Copyright © 2014–2019 University Health Network. All rights reserved.