接口 AxolotlExcelWriter
- 所有超级接口:
AutoCloseable,Closeable
-
方法概要
修饰符和类型方法说明voidflush()刷新数据到文件中org.apache.poi.xssf.streaming.SXSSFWorkbook获取工作簿voidswitchSheet(int sheetIndex) 切换工作表
-
方法详细资料
-
flush
void flush()刷新数据到文件中 -
getWorkbook
org.apache.poi.xssf.streaming.SXSSFWorkbook getWorkbook()获取工作簿- 返回:
- 工作簿
-
switchSheet
void switchSheet(int sheetIndex) 切换工作表- 参数:
sheetIndex- 工作表索引
-