Package | Description |
---|---|
net.waglewagle.excel |
Modifier and Type | Class and Description |
---|---|
class |
ExcelRowHandlerAdapter |
class |
PrintExcelRowHandler
단순히 읽혀진 Excel 정보를 출력하는 클래스.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelReader.read(java.io.File file,
ExcelRowHandler handler)
File로부터 Excel의 내용을 읽는다.
|
void |
ExcelReader.read(java.io.InputStream is,
ExcelRowHandler handler)
InputStream으로부터 Excel의 내용을 읽는다.
|