-
### Library name
xlnt
### New version number
1.6.0
### Other information that may be useful (release notes, etc...)
As discussed in issue https://github.com/tfussell/xlnt/issues/748, the [main re…
-
```C++
#include
int main()
{
xlnt::workbook fault_workbook;
std::string fault_excel_file = "F:\\中国\\中国20220823224554.xlsx";
fault_workbook.load(fault_excel_file);
return 0;
}
…
-
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"
#include "ui_widget.h"
#includ…
-
When building with GCC 14.1.1, file:
```
include/xlnt/cell/phonetic_run.hpp
include/xlnt/utils/time.hpp
include/xlnt/utils/timedelta.hpp
include/xlnt/utils/variant.hpp
```
need header ``.
-
I'm trying to compile this project
I then run `emcmake cmake -G "Unix Makefiles" .` followed by `emmake make`
But all I get is a lot of errors (the complete output is attached below).
Can y…
-
[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 QWebWidge…
-
Hi everyone,
is there a way to enable protection of a worksheet?
Right now what I'm trying to do is setting a cell to protected like so:
> ws.cell("D4").protection(xlnt::protection::locked_and_vi…
-
when only load a xlsx then do nothing。
Using excel open has some quesion
![20240603170052](https://github.com/tfussell/xlnt/assets/60560993/2cd336b5-d58c-4889-b63a-1c2371fdfb83)
```
void tes…
-
**Host Environment**
- OS: Debian Linux
- Compiler: revision
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install xnlt`
**Failure logs**
CMake Error at scripts/cmake/vcpkg_ex…
-
From here: https://xlnt-community.github.io/xlnt/classxlnt_1_1cell.html#a1e034f21e14e3eebe8d4059917537e13
>
template<typename T >
T xlnt::cell::value | ( | | ) | const
-- | --…