public class BImportVector extends Object
| Constructor and Description |
|---|
BImportVector(BElement view) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearupload() |
void |
close() |
int |
getColumnCount() |
String |
getColumnName(int col) |
Vector<Vector<Object>> |
getData() |
void |
getExcelData(InputStream input,
String worksheet) |
void |
getRecordData(InputStream input) |
int |
getRowCount() |
String |
getstrvalue(org.apache.poi.hssf.usermodel.HSSFRow row,
int column) |
String |
getstrvalue(String mystr) |
void |
getTextData(InputStream input) |
Object |
getValueAt(int aRow,
int aColumn) |
boolean |
isCellEditable(int row,
int col) |
void |
setValueAt(Object value,
int row,
int col) |
public BImportVector(BElement view)
public String getColumnName(int col)
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int aRow, int aColumn)
public boolean isCellEditable(int row,
int col)
public void setValueAt(Object value, int row, int col)
public void getTextData(InputStream input)
public void getRecordData(InputStream input)
public void getExcelData(InputStream input, String worksheet)
public void clearupload()
public String getstrvalue(org.apache.poi.hssf.usermodel.HSSFRow row, int column)
public void close()
Copyright © 2016 openBaraza. All Rights Reserved.