-
**Description**
SetColStyle not working
**Steps to reproduce the issue**:
```
func test() {
file := excelize.NewFile()
writer, _ := file.NewStreamWriter("sheet1")
row := make([]interface{}…
-
Dear all,
In my job, we use a lot of Pandas (though not always very professionally). One very useful case is to build a dataframe conatining data from several instruments for several items. I tend to…
-
### Steps to reproduce
1. Setup nextcloud aio on latest version
2. Download and enable the collabora built in CODE server app
3. Go into settings/admin/richdocumentscode and try to enable bu…
-
This is:
- [x] a bug report
- [ ] a feature request
- [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreads…
-
I create file with stream writer. Nothing special, just text (file attached).
File has size ~50Mb.
But if I open it and save via Excel/Numbers to same xlsx format - file size will be 1.5 Mb.
Why …
-
### Current behavior
I have a workbook contains strings like below:
"=======new line====="
Then use pandas read this workbook and write with xlsxwriter.
The file turns out corrupt.
I have tested …
-
So in the example codes, I'm seeing a new instance of BeamNG being opened and creating a brand new scenario. I was wondering if it's possible to connect to an already running instance of BeamNG or to …
-
Is there a possibility to embed an image into the excel sheet?
-
Using this code:
```
import time
from pyracf import IRRDBU
mysys = IRRDBU('/x/IRRDBU00.txt')
mysys.parse()
while mysys.status['status'] != 'Ready':
time.sleep(5)
mysys.xls('/x/y/my.xlsx'…
-
I don't need any features that creates a pdf, or export charts anywhere in my application. Yet this "pdfmake" library ends up in my final production bundle, taking up a whopping 400kb GZIPPED!
…