-
Can't find any documentation on this 😢
isc30 updated
2 years ago
-
I just wrote a small experiment:
- I compiled the project as an static lib using emscripten
- I wrote some demo bindings to check how they behave
https://github.com/isc30/xlnt-wasm
Result: it …
isc30 updated
5 years ago
-
When using yarn within lerna, with useWorkspaces: true, yarn will attempt to hoist the packages, this resulted on my end issues where typescript would complain about the paths (since they are hoisted …
-
CMake Error at third-party/libstudxml.build/CMakeLists.txt:52 (add_library):Cannot find source file:
D:/visual studio/xlnt-master/third-party/libstudxml/libstudxml/parser.cxx
Tried extensions …
ghost updated
3 years ago
-
GVI02 updated
2 years ago
-
-
The type of `ySplit` in the `pane` is set as `row_t`, but it should be some fractional type. This causes the following error.
terminate called after throwing an instance of 'xml::parsing'
…
-
Hi,
why do you use miniz instead of libzip? Are there any dis-/advantages?
Since the latter are already included in the engine as a third party lib?
I'am just curious because i got into troubles …
-
Just tried to re-compile my code which has been using XLNT fine for quite a while (>1yr) and suddenly am getting these deprecated errors on line 329 of "optional.hpp" which uses std::aligned_storage
…
-
When I try to open a sample xslx file, which has a sheet in it with an embedded PowerPoint, I get the following exception: xlnt::exception : missing global header signature
If there are more shee…