-
![image](https://user-images.githubusercontent.com/46395124/179878250-fca63baa-318a-458e-b254-a68b7326ab9b.png)
![image](https://user-images.githubusercontent.com/46395124/179888139-9a014f66-b7be-4af…
-
In the fifth section, wiki writes
```c++
currentSheet->workbook()->setActiveSheet( sheetIndexNumber );
Worksheet* wsheet = (Worksheet*) currentSheet->workbook()->activeSheet();
```
However, the c…
-
Здравствуйте. Я использую Qt 5.12.3. Мне нужно создать проект для работы с электронными таблицами. Я прикрепил к проекту ваши файлы C++. Но Qt не видит многие заголовочные файлы. Как мне собрать проек…
-
## Step 1: two weeks before release (2024-06-09)
### Core
- [x] Update the list of planetary nomenclature
### Environment
- [x] Weak freeze the master branch (accept bug fixes and typo fixes…
-
Hello, I just installed qdiskinfo from the aur and noticed that the arrow Icons are missing like so:
![kuva](https://github.com/user-attachments/assets/804e8967-861f-4db4-828d-3e5b1b11a13d)
Perhaps …
-
### Expected Behaviour
Activating ENABLE_XLSX in CMake configuration leads to successful compilation
### Actual Behaviour
Compilation fails with 126 errors.
![grafik](https://github.com/Stellari…
-
## Step 1: two weeks before release (2024-03-10)
### Core
- [x] Update the list of planetary nomenclature
### Environment
- [x] Weak freeze the master branch (accept bug fixes and typo fixes o…
-
### Expected Behaviour
cmake configure and create a build directory for compile stellarium.
### Actual Behaviour
When [`qxlsx-qt6`](https://archlinux.org/packages/community/x86_64/qxlsx-qt6/f…
-
Every simpe code:
#include "xlsxdocument.h"
using namespace QXlsx;
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QFile outFile("a.txt");
outFile.open(QIODevice::W…
-
I’m wondering is there a way to add page header and footer in excel by qxlsx? I don’t find any example.
ghost updated
11 months ago