-
I tested XLNT with some test files and noticed issues with the following file I downloaded from the internet: [EBA Validation Rules March 2020 deactivation.xlsx](https://github.com/tfussell/xlnt/files…
-
After cloning the library, I attempted to install it. I got stuck at the `cmake ../src` part. I followed exactly the tutorial, namely:
```
conda create -n dataframes python=3.6
conda activate dataf…
-
Hi, I was getting errors when reading some files, so I tried the HelloQXlnt. It seems that there is a bug when trying to read copied function cells. I'm on Windows 10. This is the simple code I used a…
-
I have found that this issue was introduced with a52bcd5 (implement defined names) which was merged as c689943. It was not present in the previous commit f1107a5.
The attached file can not be loade…
-
@tfussell
Is this library targeting C++11 or C++14? The readme compile command and repo description state 14, but the cmake files are set to 11 (https://github.com/tfussell/xlnt/blob/master/source/C…
-
I have an xlsx file (in attach) with some greek text in some cells. (I reduced the file to just a single cell)
I want to extract the cell value and write it to a txt file (actually an XML file but …
-
![2021-12-07_16-03-34](https://user-images.githubusercontent.com/8896195/145004381-9c8db2e0-8834-4ca0-a459-437c27bac9b3.png)
[merged-cells.xlsx](https://github.com/tfussell/xlnt/files/7667218/merge…
-
the arm-linux-gcc's version is 4.4 and cannot be changed.
how can we use this in arm-linux ?
-
code:
` xlnt::comment com1("中文测试a:10000.0\n=\n中文啊啊:100000222","勾稽");
com1.size(200,200);
ws.cell(2,9).comment(com1);
ws.cell(2,9).value("test ");`
but when i open this excel , comm…
-
When I want to save text in cell that has a line break, the library ignores the line break character, and merge my text in one string.
I tried all this characters in text:
\n
\r
\r\n
\u0085
\u…