-
### 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…
-
**触发场景描述**
将xlsx07版本得Excel导入时。读取头部备注信息
**触发Bug的代码**
EasyExcel.read(PATH, new NoModelDataListener())
// 需要读取合并单元格信息 默认不读取
.extraRead(CellExtraTypeEnum.COMME…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Attempting to use the excel reader with configurations for the SAS token authentication…
-
# 异常代码
java
@Override
public void downLoadsubPackageDaily(ActivityReportSubPackageDailyDto activityReportSubPackageDailyDto, HttpServletResponse response, String userPin, String accountId) …
-
TLDR: Let's release new version of spark-excel. It has POI 5.
I have a file where some cells have Currency format. I can read it with spark-excel, but it also shows warnings.
## Expected Behavio…
-
```java
package com.ste.qr.stats.export;
import com.alibaba.excel.metadata.Head;
import com.alibaba.excel.metadata.data.WriteCellData;
import com.alibaba.excel.write.handler.AbstractCellWriteH…
-
InputStream inputStream = Jsoup.connect(excelUrl).ignoreContentType(true).execute().bodyStream();
//实例化实现了AnalysisEventListener接口的类
ExcelListener listener = new ExcelListener…
-
# 触发场景描述
多sheet模板导出,ExcelWriter build的时候,直接oom, 模板大小900K+,是因为模板太大的缘故吗?只是加载模板,还未添加数据
# 触发Bug的代码
```java
ExcelWriter excelWriter = EasyExcel.write(path).withTemplate(templatePath).build();
```…
-
All,
I'm getting the error when I run the code in notebook based off of SQLServer 2019 Big Data Cluster from Microsoft.
I'm not sure if I have all the jars added or the right versions of them. I'm…
-
Type: Bug
There's a typo in debugger in the breakpoints. Specifically, "Toggle Activate Breakpoints" should probably be "Toggle active breakpoints".
VS Code version: Code 1.92.0 (Universal) (b1c0a1…