-
I see two small examples (sample.cpp and decrypt.cpp). There is a lot more in /disabled directory but none of the ones I tried compiled.
-
Hello,
I'm trying to build xInt on FreeBSD 11.0R / Clang 3.8.0 without any success. It fails while trying to link the target xlnt.test. I couldn't figure it out myself. It also fails to build on GC…
-
add_row_properties is defined in the header, but I'm receiving the following error
/tmp/cco6BtwU.o: In function `main':
example.cpp:(.text+0x424): undefined reference to `xlnt::worksheet::add_row_p…
-
using following code to create a sample xlsx file, if this code compiled in debug model, the output xlsx file reports header error when it is in the process of unzipping.
xlnt::workbook wb;
…
-
When trying to build the library it generates several errors like this:
'xml::serializer::end_element': function does not take 2 arguments
for lines like
serializer.end_element(xmlns,…
-
i note a lot of warning for that as for files - custom_value_traits.hpp and cpp
It's a good exercise for me to analyze your code in order to use the C ++ , to improve my apprentice level .
```c++…
-
code below give a zero width, how to set ?
```c++
auto ws2 = wb.create_sheet(1);
ws2.title("Report");
auto colp = ws2.column_properties(3);
colp.custom_width=true;
colp.w…
-
sample
`..... `
strange the while stop at first dxf , count = 121 and processed=1 cause don't match
question how to be set current_element as dxf after the first loop,
```c++
e…
-
File case in sheet1.xml.rels:
```
-
```
i believe in this code xlsx_consummer line 201 missing case targe_mode::external ?
```c++
parser.attribute("Type"), source,
…
-
I try to compile the library under the environnement MinGW-64 unix pthread SEH g++ 6.2, win 7 x64
i use cmake -G "MinGW Makefiles" with no success.
I believe a concern on libstudxml
1) in order …