-
### Current behavior
A column with a hyperlink formula is not getting autofitted correctly, it is less wide than it should be.
### Expected behavior
The column with hyperlinks gets autofitted…
-
With the `to excel` command, we already have a robust CSV to Excel exporter.
However, it doesn't allow you to:
* format cells
* add formulas
* add conditional formatting
* do merged cells,
* …
-
Hi,
currently absp2xlsx handles „invalid“ Excel dates (dates before 01.01.1900) different on the import and on the export side.
I want to convert an ALV to a CSV file using abap2xlsx. If the data…
-
Firstly, this is a good library,think you author.
Before this ,I use `calamine` for reading excel,and use `rust_xlsxwriter` for writing excel.But,when I want to modify a excel file,this method is har…
-
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[14], line 29
27 print(n)
2…
-
### Description
I've seen [another issue](https://github.com/hey-api/openapi-ts/issues/796) recently with a similar subject but the context is different so we'll see.
I want to download an excel…
-
Hi I am using PHP version 7.4.27 and i have tried to-get it working phpspreadsheet to
phpoffice/phpspreadsheet": "^1.22",
When i use the your settings version 7.0 and 1.5 with this command
`com…
-
Hello, everyone.
While working with WRITER_2007, I observed that it only supports built-in Excel tables and cannot handle custom tables.
Case: I worked with an Excel file that contained custom t…
-
This is:
```
- [X] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
```
pip install pandas openpyxl
import pandas as pd
# Load the Excel file
file_path = 'input_file.xlsx'
sheet_name = 'safir'
df = pd.read_excel(file_path, sheet_name=sheet_name, header=2) # a…