-
Hi. I'd like to have different icons for Libreoffice Writer and Calc (not MS Word/Excel ones).
-
xbrl 파일을 pd.ExcelWriter 를 사용하여 엑셀 파일을 만드는 도중 에러가 발생했습니다.
```
with pd.ExcelWriter(f"{xbrl_request.corp_code}.xlsx", engine="xlsxwriter") as writer:
for table in xbrl.tables:
data = xb…
bhnvx updated
4 months ago
-
## Read and complete the full issue template
**Do you want to request a *feature* or report a *bug*?**
- [ ] Bug
- [x] Feature
**Version of ClosedXML**
0.94.999.1559
**What is the current …
-
It would be great if I could either specify a range to be read, or know the location of returned values. As things stand now, empty rows/columns aren't read so I have no idea where I am in my excel fi…
-
Cells are filled with digits and data type char using set_cell. Incorrect values are displayed in the cell during generation.
![2024-04-09_16h11_02](https://github.com/abap2xlsx/abap2xlsx/assets/1665…
-
Hello,
I'm kind of having the same issue as described here:
https://github.com/box/spout/issues/619
When I open a excel exported csv for example in EditPad Lite, the encoding is windows 1252.…
-
First: Thank you for this tool!
Similar to #9 if you convert an excel document and a cell contains commas or the quote character. They should be escaped according to [rfc-4180](https://www.ietf.org…
-
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…
-
This header appears to drive what writer is used when connecting Odata from Excel.
From looking over the available json writers, JsonLightODataWriter should be used, but can't match odata.metadata …
-
Is it possible to wrap the text in excel report using Openxml writer?