| 程序包 | 说明 |
|---|---|
| org.hellojavaer.poi.excel.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ExcelUtils.write(ExcelType fileType,
OutputStream outputStream,
ExcelWriteSheetProcessor<?>... sheetProcessors)
parse java object to excel file
|
static void |
ExcelUtils.write(InputStream template,
OutputStream outputStream,
ExcelWriteSheetProcessor<?>... sheetProcessors)
parse java object to excel file
|
Copyright © 2016. All Rights Reserved.