-
OTP 27.1 has been released and it breaks the library. There have been some changes to the `:zip` module.
https://erlangforums.com/t/erlang-otp-27-1-released/4006
**How to reproduce:**
Run `mi…
-
e.g.
```
test.xlsx
a, b, c
1, , 2
3, 4,
```
converts to
```
[
["a", "b", "c"],
["1", "", "2"]
["3", "4"]
]
```
The last row should have three cells, but it only has two…
-
Hello devs,
Thanks for making/maintaining this library. I am currently in a microservice that validates the data in excel spreadsheets.
I'm reading an excel workbook with multiple sheets in tabl…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you using…
-
I use this reader on a xlsx file which is downloaded from a S3 bucket. However, when I try reading the file using XlsxReader.read method, I see each row being read twice. (For example, if the excel fi…
-
I have For example A1 = "hello", A2 = A1, and A3 = A2, A4 = A3, A5 = A4 etc. I'm getting
getCellValue('A1'); // hello
getCellValue('A2'); // hello
getCellValue('A3'); // hello
getCellValue('A4'); // …
-
```
File "/home/vagrant/src/djuploader/lib/djuploader/utils.py", line 15, in create_reader
XlsxReader(open(path), *args, **kwargs)
File "/home/vagrant/src/djuploader/lib/djuploader/xlsxutils.p…
hdknr updated
8 years ago
-
This is:
- [x] a bug report
### What is the expected behavior?
PhpSpreadsheet should let the Y Axis displayed
### What is the current behavior?
PhpSpreadsheet hides the Y axis
### Wh…
-
-
During the course of developing the port of `suspendmanager` to C++ @chdoc ran into difficulty reloading the development build of the plugin from a running DF using dfhack's `reload` command. Further …
ab9rf updated
2 months ago