-
org.apache.poi.openxml4j.exceptions.InvalidFormatException: OPC Compliance error [M4.3]: Producers shall not create a document element that contains refinements to the Dublin Core elements, except for…
-
**建议先去看文档**
[快速开始](https://www.yuque.com/easyexcel/doc/easyexcel) 、[常见问题](https://www.yuque.com/easyexcel/faq)
**触发场景描述**
读多个sheet,采用方式二,理解可指定sheet读取,在使用时发现,如果第一个sheet没有读取的话,直接读取后面的sheet,会报错,报的是空指针…
-
**建议先去看文档**
[快速开始](https://www.yuque.com/easyexcel/doc/easyexcel) 、[常见问题](https://www.yuque.com/easyexcel/faq)
**触发场景描述**
**触发Bug的代码**
```java
public class Address {
@ExcelProperty(value…
DLW59 updated
4 years ago
-
**触发场景描述**
有3个sheet,我想读第2个,触发npe
**触发Bug的代码**
```java
String fileName = "打码******圣光******圣光******马赛克";
ArrayList resources = new ArrayList(1000);
ExcelReader excelReader = Eas…
-
I am specifying publicPath as /js/ so that the output of worker goes to the js folder along with my other build files. However, it's not going there. Also, I'm getting an error in console saying
…
-
**触发场景描述**
**触发Bug的代码**
```java
File file = null;
try {
if (fileName.endsWith(".xls")) {
file = new File(System.currentTimeMillis() + "_" + MD5.md5String(no…
-
**代码**
private void saveData() {
log.info("{}条数据,开始存储数据库!", list.size());
for (int i = 0, size = list.size(); i < size; i++) {
log.info(i + ":" + JSONObject.toJSONString(list.get(i)));
…
-
As discussed, there is scope for simplification here. You don't need Pycharm for running scripts in this repo.
Really, you could replace all the guidance at https://github.com/banillie/analysis_en…
-
Hey,
Today i updated the ExcelDataReader package to its latest version and i found that it is not working anymore. It doesnt recognize AsDataSet() and IsFirstRowAsColumnNames as properties/methods …
-
String paramConfigs = "2233";
ExcelImportListener excelImportListener = new ExcelImportListener();
ExcelReader build = EasyExcel.read(file.getInputStream()).build();
…