-
in first, i have a xml string as
```
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties" Target="docProps/custom.xml"/>
```
give error to decode .
…
-
Just found this error using the latest xlnt code. Not sure whether the XML parser is being overly strict or what. The [.xlsx file in question](https://github.com/tfussell/xlnt/files/591298/test-stou…
-
i update the lib with the fix "parse relationship mode and implement reading hyperlinks, closes #87" ,
i crash
```
Please enter a file name to random: d:\dvp\indicatiftel.xlsx
terminate called af…
-
In this case i create a file XLSX 1 sheet empty.
a small prg
1) read the file in order to
- set value by random function
- colorize on tests of the value (green,yellow,blue, red)
2) save …
-
Hello,
After compiling the library under Linux, with no errors, i try the sample :
`~/dvp/xlnt/samples$ g++ -std=c++14 -Ixlnt/include -Lxlnt/lib -lxlnt sample.cpp -o sample`
I received this error:…
-
in this code :
```
auto ws1 = wb.get_active_sheet();
ws1.set_title("range names");
// set style
auto cell = ws1.get_cell("A10");
cell.set_fill(xlnt::fill::solid(xlnt::co…
-
Cmake command project() stores the version number and its components in variables. changes introduce commit c49341c82fec7968138dad484932a8f9581d973f.
the next call command project() with no version …
-
Really simple code:
```
xlnt::workbook workbook;
auto sheet = workbook.create_sheet();
sheet.set_title("XXX1");
workbook.remove_sheet(workbook.get_sheet_by_title("XXX1"));
for …
-
Hello,
After loading a xlsx workbook and worksheets the wsheet.rows() iterator :
for (auto row : wsheet.rows()) {
...
}
Does not return any rows that contain empty cells. Is this by d…
-
Styling menus are a pain. I would love to have it be as simple as styling buttons (basically, needing to go off only one element to style it). One of the reasons it's painful to style is because the s…