
17 Oct
2016
17 Oct
'16
10:04 a.m.
On Mon, 17 Oct 2016, Harendra Kumar wrote:
On 17 October 2016 at 15:02, Henning Thielemann
wrote: Btw. I recently found out that a pretty nice and simple format for interchange between Haskell, Excel and LibreOffice is the Excel 2003 XML format. It supports Unicode, hyperlinks, merged cells, font styles, formulas, reliable number formats (no hassle with decimal point vs. decimal comma) - neither CSV nor HTML supports all of these features.
Do you directly interpret the XML or there is a higher level package to do so?
So far I have only used it with custom code in a project and have only written it, not parsed.