-
when resolving `df.to_excel(...)` it refers to openpyxl, which we never installed on our learn-env. I tried going to command line and using `conda install openpyxl` but this doesn't seem to be immedia…
-
Installation breaks with the following error:
`ImportError: cannot import name 'save_virtual_workbook' from 'openpyxl.writer.excel' (/home/stockazio/stockazio/venv/lib/python3.10/site-packages/open…
-
打完依赖还是无法加载
-
Trying out `uv` for the first time, I tried to set up https://github.com/RUCKBReasoning/SpreadsheetBench according to the instructions in its README, just using `uv pip` instead of `pip`. That fails w…
-
import records
db=records.Database('sqlite:///d:/a.db')
rows=db.query('select * from tjb')
with open('d:/a.xls', 'wb') as f:
f.write(rows.export('xls'))
from openpyxl.reader.excel import Ex…
-
**Description**
reindex and other options that might change the dtype of a datetime64[ns] series can cause the values to become ints. I don't think reindex should change values.
**Example**
…
-
Hi there,
i have an excel-sheet (.xslx) with more than 1.000.000 rows.
Openpyxl reports max_row = 0
What is the maximum number openpyxl can handle?
Thanks a lot!
Andreas
-
I think we should have clearer messages when packages are missing. I get this (missing openpyxl)
```
mkdir -p parsed
LOG_LEVEL=debug python3 src/parse.py parsed/P0-58155.csv raw/P0-58155/P058155_…
-
Hello,
As of now, the excel output looks like this
![image](https://github.com/user-attachments/assets/8b97869c-bcc6-448f-b462-91e32e1e9e38)
I would like to add some formatting on it (as an …
-
Hey, thanks for the script. Had an issue running on Win10/Py3.8
```
Traceback (most recent call last):
File ".\watchparse.py", line 7, in
from openpyxl.compat import range
ImportError: …