-
-
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, …
-
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…
-
-
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…
-
目前pip intsall -r requirements.txt不能一键完成依赖安装。
缺少openpyxl,不需要tkinter。
-
I noticed when editing with openpyxl some sub files are lost. The whole customXml folder is deleted. Which then gives the following error.
> opc diff input.xlsx output.xlsx
Traceback (most recent…
-
For testing code that uses a tiled client, I use a pytest fixture that build a server app.
For my tests, I import tiled[minimal-server].
For the code
```python
@pytest.fixture
def app(catalog…