-
**触发场景描述**
将xlsx07版本得Excel导入时。读取头部备注信息
**触发Bug的代码**
EasyExcel.read(PATH, new NoModelDataListener())
// 需要读取合并单元格信息 默认不读取
.extraRead(CellExtraTypeEnum.COMME…
-
Caused by: java.lang.NoSuchMethodError: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle.getTableStyleElementList()Ljava/util/List;
at org.apache.poi.xssf.usermodel.XSSFTableStyle.(X…
-
-
Would it be possible to generate a new release for Apache POI 4.1.1 ?
The current release has Maven dependencies with Apache POI 4.0.0
Thanks
-
Hi,
I'm facing the above issue even after adding the System properties as shown in ReadMe file.
Below is the log:
`java.lang.RuntimeException: An error occurred while executing doInBackground…
-
I am using Apache POI with OpenPdf to convert docx(with arabic text) to a pdf. However, in the pdf being generated the characters are printed in the direction left to right instead of Right to Left.
…
-
## Description
I am using an Eclipse plugin that uses Apache POI, which in turn uses Log4j. It runs fine in most configurations, but in some constellations I haven't been able to conclusively pin d…
hd42 updated
5 months ago
-
Macro detection in the SCA is only tentative, because all we do is check is a VBA module is present. If present, there does not have to be a macro in there.
Using the Apache POI POIFS VBAMacroReader …
-
java.lang.RuntimeException: Coding Error: Expected ExpPtg to be converted from Shared to Non-Shared Formula by ValueRecordsAggregate, but it wasn't
at org.apache.poi.ss.formula.ptg.ExpPtg.toFormulaS…
-
```
What steps will reproduce the problem?
1.Using xdocreport 1.0.4
2.Force using POI:3.10-FINAL in dependency (this version is integrated already
from 1.0.5)
We got:
java.lang.NoSuchMethodError:
o…