-
就是读取的 ``` EasyExcel.read```这一步就失败了,代码请看下面:
**异常代码**
```java
public Map getFilterData(String fileName) {
FilterDataListener listener = new FilterDataListener();
EasyEx…
-
I have the same problem as #20 and when I run Pkg.test("ExcelReaders") I had the following output. Any idea how I can fix this?
INFO: Testing ExcelReaders
ERROR: LoadError: InitError: Failed to im…
-
Hello,
I noticed that for a device on Kitkat (API 19), when I import an Excel file by calling:
`wb = WorkbookFactory.create(inStream);`
I get the following error:
```
org.apache.poi.POIXMLExceptio…
-
HI @AlexandrePavlov, per an issue brought up on the forum about DICE2010 here:
https://forum.mimiframework.org/t/mimidice2010-get-model-pyerror-excel-xlsx-file-not-supported/145/5
and some digg…
-
xlsx格式excel文件首行固定,读取时报错,错误信息如下:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: length -37 is negative
at java.base/java.lang.System.arraycopy(Native Method)
at or…
-
PR #491 removed the wrapping of the `path` variable into `pathlib.Path`:
https://github.com/IAMconsortium/pyam/commit/3d31fdd36f9b1ca6088eadbc01d23857b9fab4ae#diff-473e3e462e12aec320a41b983e95a130a…
coroa updated
3 years ago
-
### 版本情况
JDK版本: 1.8
hutool版本: 5.4.0
### 问题描述(包括截图)
1.样式设置无效,writer.getStyleSet().setBackgroundColor()和writer.getStyleSet().setFont()都无效,但是writer.setColumnWidth()、writer.setSheet()等方法有效.
…
lsiuf updated
3 years ago
-
**Receive error when trying to upload a .xlsx file**. Below log file:
Running init scripts stored in /docker-entrypoint-init.d
RaceDBVersion=v3.0.43-20210505130116
/usr/sbin/entrypoint.sh: sourci…
-
Firstly, thanks for your speed excel reader, I tested it and it's much faster compare to ExcelDataReader.
Currently the sheet reader skips empty cell when read next in row, it make impossible to re…
-
### 版本情况
JDK版本: jdk1.8.0_171
hutool版本: 5.5.6(请确保最新尝试是否还有问题)
### 问题描述(包括截图)
按照官方文档给的示例,解析后对象为null;请问一下是BeanType设置的不对,与excel里面的行数据对应不上,还是说需要在Bean上添加注解?
1. 复现代码
```java
String…