-
It appears `reference_split` is a very hot path, specifically the locale based string functions
https://github.com/tfussell/xlnt/blob/master/source/cell/cell_reference.cpp#L125
Seems like the more…
-
```cpp
xlnt::workbook wb;
xlnt::worksheet ws = wb.active_sheet();
ws.cell("A1").value("test");
ws.column_properties(1).width = 20.0;
wb.save("test.xlsx");
```
in excel, the width of column A is…
-
I have an excel spreadsheet with 3 columns and 42 rows - as correctly verified by the variables in the sheetRange below. However the width() and height() values returned are both off by 1.
xlnt…
-
https://github.com/tfussell/xlnt/blob/0ac12101fc8778b38be793968c3231fb5f930f11/source/detail/implementations/cell_impl.hpp#L54
I haven't looked at the actual XML spec, but in practice the max value…
-
undefined reference to `xlnt::worksheet::clear_page_breaks()'
-
Patches in https://github.com/st68/xlnt, tested.
-
Hi, hope you are doing great!
I have a cell with a date value of 30/06/2016 and I just want to read the year.
When I read the file into a vector for processing the 30/06/2016 date becomes an int…
-
Hello, I have an uncaught exception while opening xlsx file. The reason is that worksheet element "tableParts" in XML header of the xlsx document looks unknown to parser.
To fix this I added in my ow…
-
The `xml::qname`s used in parsing are mostly generated on the fly, which costs an unordered_map lookup + two string allocations each time, so are showing up as a performance drag. Most significant in…
-
does anybody else has a problem with a raspberry 3 (current raspbian) and bCNC (current).
when I start bCNC the system toolbar starts flickering and finally disappears when bCNC is completely started…