Hi,
when choosing which format to use, I opted for a modern xml format which is more versatile, it can be opened in Excel, it can be easily manipulated by programmers/advanced users, etc...
When I'll work on the option to export files in HTML format, I will also include a CSV format option.
Actually you can already do this by using a XSLT like this one: http://stackoverflow.com/questions/365312/xml-to-csv-using-xslt
This is the same method I'm gonna use to export to HTML.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
when choosing which format to use, I opted for a modern xml format which is more versatile, it can be opened in Excel, it can be easily manipulated by programmers/advanced users, etc...
When I'll work on the option to export files in HTML format, I will also include a CSV format option.
Actually you can already do this by using a XSLT like this one:
http://stackoverflow.com/questions/365312/xml-to-csv-using-xslt
This is the same method I'm gonna use to export to HTML.
Diff: