-
# 触发场景描述
1、使用List作为数据源,加上模板(e.g.{.name})进行数据写入时,如果list中其中一个map的数据有不存在的key,那一列的数据会上移。
2、后来经过试验发现,使用继承的VO,当传入的是父类时,对于缺少的属性也会有类似的情况。
简单模板:
![image](https://github.com/alibaba/easyexcel/assets/2477026…
-
Hi,
We are having the following stacktrace when ingesting big excel files (over 10000 lines):
```
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.TreeMap.put(…
-
Hi! And thanks so much for writing this great package!
When I run the following command:
`df = spark.read.format("com.elastacloud.spark.excel").option("cellAddress", "A1").load(file_location)`
…
-
2021/2/4 利用者の方からバグ情報の提供あり。
- OS:Windows10
- バージョン:v0.7.7
- ファイル形式:.xlsm
- 発生エラー:『Excelブックへの着色、保存、表示に失敗しました。』
- スタックトレース:
```
xyz.hotchpotch.hogandiff.excel.ExcelHandlingException: xl/drawin…
-
![Capture](https://user-images.githubusercontent.com/35103790/152690993-01813608-a55e-4d5c-bf3b-25a62f8c3c3b.PNG)
Hi, I tried spark-excel with Java it works fine,I mean basic Operations. but sa…
-
Hello there,
i had an issue when i try saving my results by using read and write excel, it always show me an Exception window, and Rename me after writing is done.xlsx never exist anymore. I mean i …
-
#### Describe the bug
Report creation fails with a NullPointerException.
#### To reproduce
> _Steps to reproduce the behavior._
Run the standalone jar:
``
java -jar sonar-cnes-report-4.3…
-
we can use other format without issue, but for spark excel, it seems we always getting error if we set creds in dataframereader.option like this:
for gcp
>df.option("google.cloud.auth.service.accoun…
-
文件是这个
[1.xls](https://github.com/wangguanquan/eec/files/14555550/1.xls)
代码是这个
```
org.ttzero
eec
0.5.13
…
-
### Am I using the newest version of the library?
- [X] I have made sure that I'm using the latest version of the library.
### Is there an existing issue for this?
- [X] I have searched the existin…