-
Hi, First of all thank you for this library. It is really great and can be awesome if some improvements can be done. So I am creating 2 issues, Below is 1 of 2 -
I created simple pdf as attached b…
-
when will there be feature to convert excel to pdf
-
It would be awesome to be able to go back and forth at will between JSON and CSV or something similar!
-
Help with your library convert xlsx to pdf
```
Set XLWkbk = XL.Workbooks.Open("C:\\2.xlsx", False)
XLWkbk.ExportAsFixedFormat 0, "C:\\2.pdf", 1, false, false
```
I tried
```
ole.CoInitialize(0…
-
Hi,
Thanks for your great work! I am looking for rust visualization library for a long time. I have tried plotters (https://github.com/plotters-rs/plotters) and plotly (https://github.com/igiagkioz…
-
Just try to use Excel in the example.
I found it only contains a very simple idea - 'write a int value to empty excel'.
I wish the example could extended to
1. 'Write int,string,formula,date to a Exc…
-
Working in VS Community Edition 2022, I have successfully built OpenXLSX through CMake and DOxygen docs, run all demo programs as console apps.
I need to use OpenXLSX in an existing legacy MFC a…
-
At times I want to paste a table from Excel into markdown using this extention and Ctrl+Alt+C. The problem is that it creates a picture instead of a table. I can copy from Excel and into Word. Then co…
-
When excel is converted to PDF, the default paper size is A4. How can I realize the custom size (such as 15cm*5cm)?
-
Except those plain text formats, all binary formats supported by this package out of the box are proprietary formats (Excel, SAS, Stata, SPSS), provided by `openxlsx`, `haven`, and `readxl`. These for…