
Maren Hachmann schrieb:
https://github.com/Moini/NiceCharts/tree/patch-1
You need to export as CSV file from Excel, then load the file into the extension.
- Okay, I've tested the extension some more now, with the CSV file
exported from your libreoffice file.
Turns out it has difficulties with UTF-8 (which I could fix in a hackish way ;P ) and it doesn't work correctly if the first line of the csv file isn't deleted (should be used as title instead, I think).
Also, it cannot parse the German , as a delimiter for float values, which is what libreoffice uses for me...
The results look nice as bar charts.
Thanks a lot for testing it. The SVG code looks OK. Most important: no path element has been used by the extenstion.
Sure, it is full of redundant code, which is often typical for tools which do not implement concepts like "styles should be declared central" etc.
I will check out the other hints in this thread about the suggested workflows.
Kind regards, Andreas