Excel07SaxReader中,对于小数类型,增加精度判断(issue#IB0EJ9@Gitee)

This commit is contained in:
Looly
2024-11-19 16:42:29 +08:00
parent 812c75158e
commit 4437b63ee5
4 changed files with 38 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ public class IssueIB0EJ9Test {
@Test
@Disabled
void saxReadTest() {
ExcelUtil.readBySax(FileUtil.file("d:/test/bbb.xlsx"), "Sheet1",
ExcelUtil.readBySax(FileUtil.file("d:/test/数值型测试.xlsx"), "hcm工资表",
(sheetIndex, rowIndex, rowlist) -> Console.log("[{}] [{}] {}", sheetIndex, rowIndex, rowlist));
}
}