-
Notebooks should have TOC just like recent excel writer examples in pandas
-
Hello,
I want to update a cell value of an existing macro enabled excel file. I have attached the input excel file for your reference. Please unzip and use it.
For this, my algorithm is
1. R…
-
**Description**
Hi! I'm migrating one of our projects from excelize v2.4.0 to v2.8.1 and can I not compile code:
```
cannot use xlsx (variable of type *excelize.File) as io.WriterTo value…
-
Hi,
The idea started after seing issue #39, which I agree on being out of PortPHP scope.
PortPHP should focus on transforming data in one format to another format, format being CSV, Excel, XML, …
-
Hallo,
I have got a problem with a complex makro excel sheet. The file includes vba code, formular, objects and buttons.
When I load this xlsm file by class ZCL_EXCEL_READER_XLSM (method load) and w…
-
#### Code Sample, a copy-pastable example if possible
```python
import io
import pandas as pd
from openpyxl.chart import ScatterChart, Reference, Series
writer = pd.ExcelWriter("out.xlsx", …
-
I really like the speed and low memory consumption, this is much more important than some styles.
However, when switching from PhpSpreadSheet, we had to abandon the following styles: indent, row grou…
-
when there's a writer, we also need a reader. it will open options like converters. eg from csv -> excel
-
Hi i tried following code my html content a image in a table cell
Error : Fatal error: Call-time pass-by-reference has been removed in /var/www/simple-excel-php-develop/SimpleExcel/Writer/XMLWriter.p…
-
The below code does not work on Python 3.9.6. Returns following error. Changing to BytesIO solved the issue. Perhaps docs should be updated.
```
from pyexcel_xlsx import save_data
data = Order…