QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.

Results 143 QXlsx issues
Sort by recently updated
recently updated
newest added

hi is there any way to get size of the image that in the .xlsx file? i know we can get images with "getImage", but it don't get any info...

I noticed that xlsx file stored in the resource file (qrc) are not properly handled by QXlsX: ```cpp QString fileName = ":/dummy.xlsx"; QXlsx::Document xlsx(fileName); auto dimension = xlsx.currentWorksheet()->dimension(); if (!dimension.isValid())...

![image](https://user-images.githubusercontent.com/45855146/196331774-077ef2f7-0740-4bc7-a4dd-847690995eff.png)