-
### 版本情况
JDK版本: openjdk_8_201
hutool版本: 5.8.4
### 问题描述(包括截图)
在远程放置了一个excel模板,ExcelUtil从流中获取writer,在进行编辑,原来模板中的数据没有了,只剩下新写入的数据.
模板文件:
![image](https://user-images.githubusercontent.com/407…
-
**异常代码**
```java
EasyExcel.read(is, GipsVo.class,new GipsListener(externalHandlerContext)).sheet(0).doRead();
```
**异常提示**
com.alibaba.excel.exception.ExcelAnalysisException: Can not close IO
…
-
When I try functions excell import I allways see this error with this code line, but not with ' Blazor Hero templalte':
**var item = (T)Activator.CreateInstance(typeof(T));**
Please help !!!
…
-
## General
- Remove trino dependencies (#523)
- Add kafka writer plugin (#532)
- Allow use encrypted password string instead plain text password (#533)
- Add starrocks writer plugin (#578)
## R…
-
**Describe the bug**
After successfuly build an image from a Genie webapp, it goes well when I run Deploy.Docker.run().
But an error occurs if the commands is Deploy.Docker.run(mountapp=true).
**…
-
背景:
需要使用EasyExcel对各种不同文件内容的Excel文件进行读取,所以使用的Map在回调中进行接收数据
public void invoke(Map dataMap, AnalysisContext context) {
//如果配置了结束行号且结束行号小于总行号时直接返回
if(endRow != -1 && totalRow > en…
-
```java
EasyExcel.read(file, new DemoExcelSheetListener).sheet(0).doRead();
```
**异常提示**
java.lang.IndexOutOfBoundsException: Index: 164, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.j…
-
**建议先去看文档**
[快速开始](https://www.yuque.com/easyexcel/doc/easyexcel) 、[常见问题](https://www.yuque.com/easyexcel/faq)
**触发场景描述**
一个Excel文件含有多个工作簿,设置部分工作簿隐藏之后,通过文件上传EasyExcel读取解析该文件出现OOM
[Uploading 日报模板-0…
-
**建议先去看文档**
[快速开始](https://www.yuque.com/easyexcel/doc/easyexcel) 、[常见问题](https://www.yuque.com/easyexcel/faq)
**触发场景描述**
以ExcelReader reader = EasyExcel.read(filePath).build();这种方式读取csv文件,读取完毕后资源未…
-
**Exception after upgrading JDK to version 16**
**UT with java**
```
@Test
public void readAndWriteTest(){
String fileName = "src/test/resources/demo/" + File.separator + "20210809…