Qxlnt icon indicating copy to clipboard operation
Qxlnt copied to clipboard

Use xlnt in Qt 5 or 6. xlnt is cross-platform user-friendly xlsx library for C++1x.

Results 24 Qxlnt issues
Sort by recently updated
recently updated
newest added

Hello im a bit confused on how this library is added to visual studio 2019. Where do i need to put the repository, do i have to copy it to...

help wanted 도움 필요
question 질문

The excel file cell is ![image](https://user-images.githubusercontent.com/19425403/179721864-b5d971a7-735e-400e-96a3-a2c0f3eb0632.png) use qt to read out it by QString::fromStdString(ws.cell("B13").to_string()) but got string "44733", how can i to get correct date from excel cell.

Hello, I need to protect the output file but when I'm using: wb.save(filename); it work fine, save without problem but when I'm using wb.save(filename, password); the file is created, the...

Hello, if cell have formula how to get cell value (not return formula) use Qxln! sample code: xlsn::path file = xlsn::path("text.xlsx"); xlsn::workbook wb(file); auto ws = wb.sheet_by_title("Total"); auto cell =...

![image](https://user-images.githubusercontent.com/14888724/125089941-63c4f080-e101-11eb-861b-95d72c3cd14d.png) ![image](https://user-images.githubusercontent.com/14888724/125090029-7d663800-e101-11eb-9d6c-2da9e1b1f867.png)

help wanted 도움 필요
question 질문

Hi, I was getting errors when reading some files, so I tried the HelloQXlnt. It seems that there is a bug when trying to read copied function cells. I'm on...

help wanted 도움 필요

Hi, I'm learning programming new. How to setup this library, Can you teach? ![image](https://user-images.githubusercontent.com/69325821/104122876-abd4a780-5358-11eb-8d3a-fd3a940bda6a.png) ![image](https://user-images.githubusercontent.com/69325821/104122878-b131f200-5358-11eb-9365-3815432fd330.png)

help wanted 도움 필요

Hi. I have that xlnt can't read the excel file in Windows 10, 64 bits. I'm using Qt creator, but I'm relatively new to modern code. Some code: #include "widget.h"...

help wanted 도움 필요
question 질문

Hi, I am trying to execute the code for the simple example that you posted for reading from an existing file but I get an error on Mac. Do you...

help wanted 도움 필요
question 질문

[fix_expat_c_code.sh.txt](https://github.com/QtExcel/Qxlnt/files/9830423/fix_expat_c_code.sh.txt) Maybe someone else might find this useful. I use Qxlnt (many thanks for the author) with QWebWidget in my Qt app (Qt 5.15.2, to be precise). My problem was...

bug 버그
help wanted 도움 필요
question 질문