-
Environment: Ubuntu 20.04, Qt5.14.1, Python3.8.10, Pip 20.0.2, Openpyxl3.0.9/Openpyxl3.1.5
In the above environment, I used Python to call openpyxl to create an xlsx file and write a string into it, …
-
Trying to enable clang-tidy for latest labplot ends up in errors when using the one from llvm18, the ones from llvm16 and llvm17 don't produce errors.
```
[ 7%] Building C object src/CMakeFiles/lab…
-
Should we add Dead Link Checker to QXlsx CI/CD? For example [this code](https://github.com/QtExcel/QXlsx/blob/11bafef83286e79a95f17773926b62253ba53cab/QXlsx/source/xlsxformat.cpp#L242) contains dead l…
-
[ 35%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxworksheet.cpp.o
/usr/lib64/ccache/g++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x060600 -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAS…
-
Greetings - I'm trying to automate the creation of a chart. I can Bar Charts, Scatter, Pie charts with no problem. However, any Line chart cause and error upon loading the spreadsheet reported as "We …
-
I use
```c++
QXlsx::Document document;
document.setColumnWidth(1, 100);
```
in the code
But the width displayed in the file is around 700, is this coincidence?
fwren updated
2 weeks ago
-
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 found this one:
https://…
-
Hey,
This is a really cool library, i'm using it for all my xlsx related stuff
and has a very good feature set but i have one question though;
When i use QXlsx::Document::copySheet() i get a copy of…
-
Hello everyone! Really happy about something like QXlsx existing but it seems to have an issue when modifying an existing file.
I have this template I made so I can modify it when needed and save i…
-
https://github.com/QtExcel/QXlsx/blob/499901003f02da34f7fbc1ec214a24e4dc128b74/QXlsx/source/xlsxzipreader.cpp#L28
At this moment code
`Document xlsxR("table.xls");`
produce warning
_QZip: not a …