Excelsior
=========

Excelsior is a conversion tool for Excel spreadsheets.

Uses [xlrd](http://www.python-excel.org/) for reading the Excel files, and thus supports the new [Open Office XML file format](https://en.wikipedia.org/wiki/Office_Open_XML) (.xlsx extension).

Supported output formats are
[tab separated values (.tsv)](http://www.cs.tut.fi/~jkorpela/TSV.html),
[comma separated values (.csv)](https://en.wikipedia.org/wiki/Comma-separated_values),
Yaml and JSON.

## Installation

pip install excelsior
