Monthly Archives: January 2013

Howto output XLSX files from C++

The title of this post should really be: Howto output Office Open XML (OpenXML) spreadsheet files from native C++ with as little hassle and unwanted dependencies as possible. We will not discuss the many other options available, both commercial and … Continue reading

Posted in C++, Howtos | Leave a comment

Howto diff XML files or assemblies thereof such as OpenXML or ODF files

Office Open XML or Open Document Format for Office Applications (ODF) are both zipped, XML-based file formats, that can be extracted to directories. Diffing XML files is tricky because the common diff tools may be confused by different line endings … Continue reading

Posted in Howtos | Leave a comment