Skip to content

Supported Document Formats

ldalzovo edited this page Dec 14, 2014 · 3 revisions

This page lists all the document formats supported by the Converter library.

Reading in input

  • Comma-Separated Values (.csv): stores tabular data (numbers and text) in plain-text form following RFC 4180.
  • Microsoft Excel documents (.xls and .xlsx): Microsoft Excel produce documents in the generic OLE 2 Compound Document and Office Open XML (OOXML) formats. The older OLE 2 format was introduced in Microsoft Office version 97 and was the default format until Office version 2007 and the new XML-based OOXML format.

Writing in output

  • JSON (.json): the CITADEL common POI format using JSON.
  • CSV (.csv): the MyNeighbourhood format using CSV.
Clone this wiki locally