249 Commits

Author SHA1 Message Date
hower
4323a98969 roll back code 2023-05-26 13:02:39 +08:00
hower
c07a3d94bf 添加writeCellValue的重载,以支持isHeader 2023-05-26 12:49:14 +08:00
Looly
8a4496b3af 优化Sax方式读取时空白行返回0,修改为返回-1 2023-04-27 18:49:14 +08:00
Looly
89ccae81d1 回退 2023-04-11 23:57:42 +08:00
Golden Looly
2df88aad56
Merge pull request #3050 from GengMS/v5-dev
Issue#3048: 添加 数字单元格精度据单元格实际数值自动适配新特性;
2023-04-11 23:37:08 +08:00
Looly
3dfaa1ba1d add test 2023-04-11 23:00:41 +08:00
耿明硕
8739e39e73 Issue#3048: 添加数字单元格精度 据单元格实际数值自动适配; 设置为true后,每个数字类型单元格精度都可自动设置为 value对应的精度 2023-04-09 10:29:51 +08:00
Looly
e34eb4314b ExcelWriter在关闭后不清空currentRow,以便复用 2023-03-29 22:11:43 +08:00
Looly
5187fc1a01 fix doc 2023-03-20 23:43:45 +08:00
Looly
def6fe2b60 修复SXSSFWorkbook调用setComment时错位的问题 2023-03-12 13:18:59 +08:00
Looly
dc5992b139 修复NoSuchMethodError未捕获问题 2023-03-09 20:02:22 +08:00
Looly
28b52054b8 HttpRequest#body增加支持Resource重载 2023-03-03 20:37:30 +08:00
Looly
27b1ff8330 remove debug 2023-02-15 19:34:53 +08:00
Looly
1366b6c1b9 add test 2023-02-15 19:27:44 +08:00
Looly
771f0a4809 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题 2023-02-09 19:43:49 +08:00
Looly
0e3cf48875
!919 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题。
Merge pull request !919 from hellozrh/v5-dev
2023-02-09 11:37:01 +00:00
Looly
f1164ffa2e fix code 2023-02-09 19:16:16 +08:00
Looly
7a34e0c0d3 fix code 2023-02-09 19:15:45 +08:00
hellozrh
9ceac4d3cd 单元测试增加assert 2023-01-18 14:35:18 +08:00
hellozrh
7c0a8a4571 修复多个sheet页时,doAfterAllAnalysed调用次数问题。 2023-01-18 14:23:12 +08:00
hellozrh
616d3af128 修复2003版本excel读取时processLastCellSheet执行两次的问题 2023-01-18 13:59:31 +08:00
hellozrh
e36649fbc8 修复2003版本excel读取时processLastCellSheet执行两次的问题 2023-01-18 13:59:22 +08:00
hellozrh
29278a10d8 解决excel读到时空白行rowHanler重复执行的问题。 2023-01-18 09:20:05 +08:00
hellozrh
c660d79bf2 解决excel读到时空白行rowHanler重复执行的问题。 2023-01-18 09:20:05 +08:00
Looly
d0916f8ffd add test 2022-12-06 23:53:32 +08:00
Looly
c3b50a23c2 add test 2022-11-08 19:39:20 +08:00
Looly
da21e6b071 优化合并单元格读取 2022-10-09 19:07:19 +08:00
Looly
4212d47bc2 fix bugs 2022-09-30 18:59:50 +08:00
Looly
9dfac34f69 修复ExcelReader读取时间变成12小时形式问题 2022-09-24 01:04:16 +08:00
Looly
f51df24970 修复ExcelWriter导出List<Map>引起的个数混乱问题 2022-09-23 12:52:05 +08:00
Looly
06fec1045c 增加SafeConcurrentHashMap 2022-09-15 09:50:54 +08:00
Looly
c5911c0501 修复提示信息错误 2022-08-30 21:53:45 +08:00
Looly
e05a3b19e0 add methods 2022-05-05 11:16:39 +08:00
Husky
2c00b09ce8 1、修改错误注释
2、增加isMergedRegion空指针判断
3、增加获取CellRangeAddress方法
4、增加设置合并单元格样式方法(目前需要先合并再设置样式,但是有种情况为该单元格本来就是合并单元格,只需要设置样式)
5、提取方法根据cellStyle设置单元格样式
2022-04-30 18:32:35 +08:00
Looly
c9064c2334 ad test 2022-04-30 10:46:17 +08:00
Looly
bea723c11b add methods 2022-04-28 17:00:49 +08:00
Looly
3896b9d675 fix code 2022-04-27 16:02:57 +08:00
Looly
ca03fb3411 add test 2022-04-24 14:21:20 +08:00
Looly
37f53e9856 fix dumplicate bug 2022-04-24 13:36:23 +08:00
Looly
4e12aa52c9 add test 2022-04-24 10:59:02 +08:00
Looly
7fad8f6f7c fix bug 2022-04-07 00:32:12 +08:00
Looly
449ec53da2 fix bug 2022-04-07 00:16:35 +08:00
Looly
8196941b6e fix NPE bug 2022-04-02 00:42:27 +08:00
Golden Looly
aaa88dad81
Merge pull request #2234 from goldpumpkin/v5-dev
读取 excel 抛 NPE 错误
2022-04-02 00:38:46 +08:00
Looly
4d2e7bc755 fix comment 2022-04-02 00:32:08 +08:00
Looly
be96b8c8b3 fix code 2022-04-02 00:19:38 +08:00
jin.huang
8cf841a67c Add Junit Test 2022-04-01 18:03:13 +08:00
jin.huang
bffd1d204c Fix 读取空行NPE错误 2022-04-01 17:53:53 +08:00
Looly
d981be8cd1 fix code 2022-03-30 02:20:30 +08:00
Looly
b8f0f7efdb add test 2022-03-30 01:55:02 +08:00