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 185 QXlsx issues
Sort by recently updated
recently updated
newest added

I only can use this at 32bit OS ,but if I make it work at Windows 64bit OS,then it will throw some error. I find that there is two new...

Before (initial file): ![image](https://github.com/user-attachments/assets/8e9a59fd-f85f-44a9-83a5-14a7c4cd11c7) After opening and saving: ![image](https://github.com/user-attachments/assets/b25d1b57-fc52-4d33-a2d8-f3c901250853) Also the background color somehow changes slightly ...

I found that using Document::insertImage(int row, int column, const QImage &image) allows me to insert multiple pictures into a single cell, but each picture starts drawing from the top-left corner...

I wanted to export out of a document with a few sheets the single sheets as csv. There i struggled with some issues: 1. the definition of the csvFileName is...

Hello, I'm looking for some open-source C++ software that can handle .xlsx files. The functionality should include creating multiple sheets in an existing spreadsheet and processing large files (around 100MB)...

I want to dynamically adjust the number of rows in the sheet, insert or delete a row of data, but I couldn't find the relevant function

# System - Kylin Operating System ## Error infomation - QZip not a zip file . ## Operation - I use QXlsx to export an xlsx file, then open it...

When using QXlsx to insert images into Excel files, the images appear as floating objects above the grid rather than being embedded within specific cells. This behavior differs from Excel's...

Hello, I have an existing excel file with several worksheets. I use QXlsx library to read/write from/in this file. I open the Excel file with Excel, select the sheet 3,...