-
The following was fine with mypy until `types-openpyxl-3.1.5.20241114`:
``` python
next(wb[sheet].iter_rows(...)
```
But when I upgraded to `types-openpyxl-3.1.5.20241126` I have the following…
-
-
Looping through 1000 rows and finding the first cell in each row in a read-only workbook takes 13s and calls `openpyxl.worksheet._reader.WorkSheetParser.parse_cell()` over **7 million times**.
I ha…
-
Environment: Ubuntu 20.04, Qt5.14.1, Python3.8.10, Pip 20.0.2, Openpyxl3.0.9/Openpyxl3.1.5
In the above environment, I used Python to call openpyxl to create an xlsx file and write a string into it, …
-
You include `openpyxl` as a requirement for this package, however openpyxl is not used by this library, as you can see from [this search](https://github.com/search?q=repo%3Adatabricks%2Fdatabricks-sql…
-
## 🐍 Package Request
- Package Name and Version: openpyxl
- Package URL: https://pypi.org/project/openpyxl/
- Package Dependencies that needs to be resolved first: none (as I know)
openpyx…
-
Hi all,
I was trying to use openpyxl to create some Excel sheets and got a HostException (which is an NPE):
```
Traceback (most recent call last):
File "Unnamed", line 1, in
…
-
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
**Description:**
When using the Openpyxl library to open and save an Excel file containing charts (please note **multiple tabs** in the file to simplify case-by-case navigation), the charts become…