Jiaju Zhuang
3f85c4e08b
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
00d0abe7d9
Merge pull request #1565 from alaahong/patch-1
...
Fix the contentType issue
4 years ago
Jiaju Zhuang
40f8f13ac7
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
5b3a794071
Merge pull request #1487 from fanfanyimeng/2.1.x
...
修复部分情况自动去除空格无效的问题
4 years ago
Jiaju Zhuang
7b89fc6975
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
72b6cd76eb
Merge pull request #1610 from alibaba/dependabot/maven/junit-junit-4.13.1
...
Bump junit from 4.12 to 4.13.1
4 years ago
Jiaju Zhuang
3084a8edf3
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
53bbfecc82
Merge pull request #1427 from ZebulonFeng/patch-1
...
修改错别字,修改句子使其通顺
4 years ago
Jiaju Zhuang
55ef9d4770
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
a3f1707076
Merge pull request #1863 from alibaba/revert-1323-styleOtherTest01
...
Revert "easyexcel整体覆盖率提升3%"
4 years ago
Jiaju Zhuang
5d25eb7073
Revert "easyexcel整体覆盖率提升3%"
4 years ago
Jiaju Zhuang
e13af9f520
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
c0bfe92c5d
Merge pull request #1323 from dota17/styleOtherTest01
...
easyexcel整体覆盖率提升3%
4 years ago
Jiaju Zhuang
619ea5e22f
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
01f35d0490
Merge pull request #1713 from GodDai/master
...
添加两个精度只到分的时间格式
4 years ago
Jiaju Zhuang
df0f51385e
修改合并冲突
4 years ago
Jiaju Zhuang
a5730593dc
修改demo
4 years ago
是仪
9ce8671978
Merge remote-tracking branch 'origin/3.x' into 3.x
4 years ago
Jiaju Zhuang
87d5b40630
Merge pull request #1844 from hackstepz/master
...
Apache POI < 4.1.0 XSSFExportToXml XXE 漏洞(CVE-2019-12415)修复
4 years ago
Jiaju Zhuang
aabbdb208c
Merge branch '3.x' into master
4 years ago
是仪
5e5fa0b0f1
Merge branch 'bugfix' into 3.x
...
# Conflicts:
# pom.xml
# update.md
4 years ago
是仪
1cd05d40d9
修复`CellData`可能不返回行列号
4 years ago
是仪
aae5ff0fdb
修复`CellData`可能不返回行列号
4 years ago
是仪
412a8bd2d1
支持非驼峰的字段读写
4 years ago
hackstep
8ee438ede8
Apache POI < 4.1.0 XSSFExportToXml XXE 漏洞(CVE-2019-12415)修复
4 years ago
是仪
cebc52175a
兼容07在特殊的excel的情况下,读取数据异常
4 years ago
Jiaju Zhuang
bb3166345d
Update README.md
...
新增4群
4 years ago
何乐天
4ada481812
添加两个精度只到分的时间格式
4 years ago
Jiaju Zhuang
756f16e42f
Merge pull request #1688 from alibaba/bugfix
...
Bugfix
4 years ago
Jiaju Zhuang
24feac55e2
修改07在特殊情况下用`String`接收数字会丢小数位的bug
4 years ago
Jiaju Zhuang
7e6d81c5e0
修改07在特殊情况下用`String`接收数字会丢小数位的bug
4 years ago
dependabot[bot]
ecde3d47e2
Bump junit from 4.12 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Jiaju Zhuang
19fcc3f4f6
Update README.md
...
新增钉钉3群
4 years ago
ian.zhang
2adb7a472e
Update WebTest.java
...
Fix missed dependency.
4 years ago
ian.zhang
4540aba699
Update WebTest.java
...
Fix incorrect content type.
response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
4 years ago
ian.zhang
006b102e16
Update correct content type
...
Update correct content type
4 years ago
ian.zhang
4629a28428
Fix the contentType issue
...
Raise the PR to fix the sample issue by incorrect content type.
By given sample, we will get a xls type excel even set excelType(ExcelTypeEnum.XLSX), which will open with an alert even the file encoding is based on xlsx.
"The file format and extension of 'xxx' don't match. The file could be corrupted of unsafe. Unless you trust its source, don't open it. Do you want to open it anyway?"
The root cause is from incorrect content type. it will be fine if set the content type based on xlsx as below
response.setContentType("vnd.openxmlformats-officedocument.spreadsheetml.sheet")
Reference:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
.xls Microsoft Excel application/vnd.ms-excel
.xlsx Microsoft Excel (OpenXML) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
4 years ago
Jiaju Zhuang
e18841e7d2
Merge pull request #1557 from alibaba/developing
...
修改demo safari浏览器中文乱码的bug
4 years ago
Jiaju Zhuang
d37b87238a
修改demo safari浏览器中文乱码的bug
4 years ago
Jiaju Zhuang
40b563cb1f
Merge pull request #1556 from alibaba/developing
...
Developing
4 years ago
Jiaju Zhuang
2c1a337e55
修改demo safari浏览器中文乱码的bug
4 years ago
Jiaju Zhuang
ce69683a7a
修改demo safari浏览器中文乱码的bug
4 years ago
fanfanyimeng
5de67db8cd
修复部分情况自动去除空格无效的问题
...
当不是从sharedStrings.xml取到的string时,代码未执行去除空格。
4 years ago
Zebulon Feng
a65c4de055
修改错别字,修改句子使其通顺
4 years ago
Zebulon Feng
1a6bb95a17
修改错别字,修改句子使其通顺
4 years ago
Jiaju Zhuang
3111cbedd0
Merge pull request #1424 from alibaba/developing
...
Developing
4 years ago
Jiaju Zhuang
417154be9a
Merge remote-tracking branch 'origin/master' into developing
4 years ago
Jiaju Zhuang
f74c8299e9
修改跳着读取03版本空指针bug
4 years ago
Jiaju Zhuang
088ebe4ece
升级fastjson版本
4 years ago
Jiaju Zhuang
0eca95dfc6
升级fastjson版本
4 years ago