public class Table extends Object
Modifier and Type | Method and Description |
---|---|
String |
getColumnName(int columnIndex) |
int |
getMaxRowIndex() |
int |
getMinRowIndex() |
Row |
getRow(int rowIndex) |
boolean |
hasColumns() |
void |
print(PrintStream ps) |
static Table |
read(InputStream is,
String sheetName) |
static Table |
read(String filename,
String sheetName) |
public static Table read(InputStream is, String sheetName)
public boolean hasColumns()
public String getColumnName(int columnIndex)
public int getMinRowIndex()
public int getMaxRowIndex()
public Row getRow(int rowIndex)
public void print(PrintStream ps)
Copyright © 2015 Meikel. All Rights Reserved.