-
After three years of my own part-time and some full-time work along with lots of help from the community, xlnt just hit 1000 commits and is nearing its version 1.0 release. Since I don't really have a…
-
Build is failing on linux, compiler : http://mirrors.concertpass.com/gcc/releases/gcc-5.4.0/
compiler wants fully qualified enum
changing "extended_property::titles_of_parts" to "xlnt:: extend…
-
I am sure that we would all agree that this repository is deserving of discover-ability.
Revising the description [1] and the topics [2] may enable more users to find us.
[1] Cross-platform user-f…
-
Hi @tfussell,
Firstly, thank you for this brilliant xlnt product, it is working really well on a large finance migration project.
This is more of a call for advice than a software bug. I need to e…
-
the file path is not ok for bin/cxxtestgen
```make
/home/alaw/dvp/sukoi26/xlnt/source/detail/xlsx_crypto.cpp: In static member function ‘static std::__cxx11::string xml::value_traits::serialize(…
-
why do you remove this code sugar for cell(c,r) -> cell(xlnt::cell_reference(c,r)) in last commit
```c++
-cell worksheet::cell(column_t column, row_t row)
-{
- return cell(cell_reference(colum…
-
So i join a picture of the result on win7 x64
![testname](https://cloud.githubusercontent.com/assets/23014567/25002797/8af4376c-204c-11e7-84fc-1c3c30673eca.png)
a picture of the directory with …
-
right now the 1st click on a markdown cell or section header enables editing on it, and the formatted version is replaced with plain text that you can then click on and edit.
we set the cursor at the…
-
Possibly related to #105, which seemed to undo the fix for #5, I am getting errors using the library under Linux again:
undefined reference to `long long xlnt::cell::value() const'
Rather th…
-
I tried to build xlnt on Windows and gave up. It is probably doable but lost patience in trying to get all the dependencies lined up. It would be nice if someone who know the build system well to crea…