-
### Pandas version 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://pandas.pydata.org/docs/whatsn…
-
This student has appeared to change font.family > 14, which throws the error. It looks to be some sort of Asian language font. Traceback and file are attached below:
Traceback (most recent call las…
-
Traceback and the spreadsheet in question are below:
File "/home/connor/.local/lib/python3.5/site-packages/openpyxl/descriptors/base.py", line 57, in _convert
value = expected_type(value)
Val…
-
The object being passed to ExcelReader is an ombott.request_pkg.multipart.BytesIOProxy object.
I'm using py4web 1.20240602.1 with openpxyl 3.1.4 and ombott 2.0
My same code works fine with py4we…
-
Hi,
when trying to open an excel (.xlsx) file, i got this error:
Traceback (most recent call last):
File "main.py", line 15, in
load_workbook(filename='old.xlsx')
File "~/.local/lib/…
-
### 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…
-
```bash
#!/bin/bash
if ! command -v pip &> /dev/null
then
echo "pip not found, installing pip..."
if command -v apt &> /dev/null; then
sudo apt update && sudo apt install -y pyth…
-
### Current Behaviour
`dark_mode=True ` only applies to the header, setting config theme to dark breaks the html
### Expected Behaviour
background and components to be dark, with font-color t…
-
**Describe the chore that needs to be addressed.**
Change from the openpyxl to the pyexcel library for import/export. The pyexcel library provides more file format options by default and has plugins…
-
In Heptapod by @jbm on Mar 15, 2021, 15:46
Greetings. Unsure if this issue should be raised here, or directly with openpyxl. Please advise.
## Issue summary
* Reading and writing `xlsx` using pypy/…