-
This is:
```
- [x] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
Sometimes, when I'm trying to use https://github.com/guyonroche/exceljs#reading-xlsx for reading rows in the streaming mode, instead of list of values, I'm getting a list of 'sharredString's
```
[…
-
# 建议先去看文档
[快速开始](https://easyexcel.opensource.alibaba.com/docs/current/) 、[常见问题](https://easyexcel.opensource.alibaba.com/qa/)
# 异常代码
```java
EasyExcel.read(file, new ReadListener() {
@Override…
-
When reading a large excel file I am getting the warnings/error below. Any idea what would cause this?
```
Severity: Warning --> XMLReader::expand(): zip:///home/dev/tmp/usertemp645567ee73f18…
-
Hi,
My xlsx file has header in second row instead of the top first row. I can't use schema to output rows as object with {columnName:value}.
Is there a way to either:
a) set which row contains he…
-
Hello, everyone.
While working with WRITER_2007, I observed that it only supports built-in Excel tables and cannot handle custom tables.
Case: I worked with an Excel file that contained custom t…
-
### Connector Name
source-file
### Connector Version
0.5.13
### What step the error happened?
None
### Relevant information
I was trying to load an Excel (XLSX) file containing multiple sheets …
-
## 🐛 Bug Report
- When trying to read an excel file, the array containing each row columns values doesn't return the last cell if it's empty (the same problem if we have more consecutive empty cell…
-
## Issue Overview
When Running Section 2.03 the current setup has errors creating documents. First I found that you are trying to [load `./data`](https://github.com/LinkedInLearning/hands-on-ai-…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `exceljs@4.3.0` for the project I'm working on.
…