Orcus is a C++ library providing standalone file processing filters, focused primarily on spreadsheet documents.
- Microsoft Excel 2007 XML
- Microsoft Excel 2003 XML
- Open Document Spreadsheet
- Plain Text
- Gnumeric XML
- Generic XML
- Apache Parquet (via Apache Arrow library)
All parsers are implemented as C++ templates with a handler class passed as a template argument.
- CSV
- CSS
- XML
- JSON
- YAML (experimental)
See CONTRIBUTING.md for build instructions and dependencies.