-
I try build on Windows 10 in cmake:
cmake -G "MinGW Makefiles" in xlnt root directory and get some errors:
> CMake Error at cmake/xlnt.cmake:70 (add_library): Cannot find source file:
>
> ../third-p…
f4x15 updated
8 years ago
-
Hi again,
I'm getting a few XML parser errors but having trouble producing a sample spreadsheet (seems once I reduce the amount of data in the sheet the problems go away.) I will keep working on i…
-
The follow function not currently implemented:
- `const worksheet workbook::get_sheet_by_name(const std::string &sheet_name) const;`
- `xlnt::range worksheet::rows(int row_offset, int column_offset) c…
-
Tthe EURO SIGN at https://github.com/tfussell/xlnt/blob/master/source/styles/number_format.cpp#L767 not handled by Visual Studio 2015:
> 1> number_format.cpp
> 1>D:\Workspace\xlnt\source\styles\numb…
-
Hi again,
Been a while but getting back to this now. Just tried compiling with the latest version and getting this error:
```
import.cpp:450:69: error: invalid use of incomplete type ‘struct xlnt::…
-
If a spreadsheet produced by Excel has duplicate strings, xlnt throws an exception when the spreadsheet is opened.
```
terminate called after throwing an instance of 'std::out_of_range'
what(): ve…
-
I have a **LibreOffice** edited xlsx having cells with both English and Chinese characters.
English characters are have `Arial` font.
Chinese characters are have `Microsoft Yahei` font.
When I print…
-
Hi again,
I just updated to the latest git but I'm getting a bunch of `xlnt::string` errors in my code now:
```
cannot convert ‘xlnt::cell_reference::to_string() const()’ (type ‘xlnt::string’) to ty…
-
Just tried compiling the latest git version (e3bb0be98ee3b90ed190ce8e64e82ea8cf3fb385) to report back on the other issues, but I'm getting a few compile errors (gcc 5.1.0 under Linux)
```
In file inc…
-
Just tried to test with my own code, and while the samples work, it looks like the spreadsheet I am using does not:
```
Catchpoint 1 (exception thrown), __cxxabiv1::__cxa_throw (obj=0x7f3a40, tinfo=0…