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

Hi! Is there a way to ignore the phonetic data (objects) for a given cell using QXlsx? For example, when an Excel file with Japanese language is edited and text...

Hi, it seems XY-Scatter Charts do not behave as expected. After spending some time figuring out why my series A1:C6 did not produce 2 XY-charts with x-data from A1:A6, I...

For example: the actual content of the Excel file cell is: "**起動関連**". When read out through the QXlsx interface, it becomes "起動関連キドウカンレン". How to discarding phonetic data:"**キドウカンレン**"?

![image](https://github.com/QtExcel/QXlsx/assets/58806608/d4216242-3763-4238-8878-5c09f0720a11) ![image](https://github.com/QtExcel/QXlsx/assets/58806608/01694f49-28e4-4df6-bfc0-0f12cd232e2b)

![Screenshot_2023-07-11-13-41-56-244_com.microsoft.office.excel-edit.jpg](https://github.com/QtExcel/QXlsx/assets/67605800/b50bdd64-8409-458f-b8f4-270defc2baef)

How to change the scaling or size of an image when inserting it ![image](https://github.com/QtExcel/QXlsx/assets/44639523/96f132bf-cbf3-4a93-a46f-5b9ce0e299fa)

I use cell::readValue to read, but result is the formula origin string. I want to get the data be calculated. How should I do! Thanks for reply.

绘制折线图,显示点不美观,用setChartStyle设置样式没有效果,怎样可以让写入excel的折线图不带点,只显示光滑的直线

Hello. I'm new un Qt. I tried to tun HelloWorld example but it Fives me a building error o QXlsx:: Documento xlsxW. Error says constructor Is no referenced. Ir leads...