src/main/kotlin/cn/flightfeather/supervision/common/utils/ExcelUtil.kt
@@ -84,7 +84,7 @@ } /** * 自动处理行合并数据 * 写入excel */ fun write(heads: List<Array<Any>>, contents: MutableList<Array<Any>>, workbook: HSSFWorkbook, sheetName: String = "sheet1") { @@ -274,7 +274,7 @@ } /** * 自动处理行合并数据 * 写入excel */ fun write2(out: OutputStream, heads: List<Array<Any>>, contents: MutableList<Array<Any>>, sheetName: String = "sheet1") {