No description
  • C++ 63.2%
  • Makefile 25.7%
  • Shell 7%
  • Python 2%
  • M4 2%
  • Other 0.1%
Find a file
Daniel Baumann 199ffaf6f8
Releasing fastforward version 0.21.0-11~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-03-22 12:49:31 +01:00
benchmark Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
bin Merging upstream version 0.20.1. 2025-08-22 19:27:48 +02:00
debian Releasing fastforward version 0.21.0-11~ffwd13+u1. 2026-03-22 12:49:31 +01:00
doc Merging upstream version 0.21.0. 2025-11-12 19:17:45 +01:00
doc_example Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
include Merging upstream version 0.21.0. 2025-11-12 19:17:45 +01:00
m4 Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
misc Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
src Merging upstream version 0.21.0. 2025-11-12 19:17:45 +01:00
test Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
aclocal.m4 Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
AUTHORS Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
autogen.sh Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
CHANGELOG Merging upstream version 0.21.0. 2025-11-12 19:17:45 +01:00
compile Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
config.guess Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
config.h.in Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
config.sub Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
configure Merging upstream version 0.21.0. 2025-11-12 19:17:45 +01:00
configure.ac Merging upstream version 0.21.0. 2025-11-12 19:17:45 +01:00
depcomp Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
install-sh Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
liborcus-spreadsheet-model.pc.in Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
liborcus.pc.in Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
LICENSE Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
ltmain.sh Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
Makefile.am Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
Makefile.in Merging upstream version 0.20.2. 2025-08-22 19:28:18 +02:00
missing Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
README.md Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00
test-driver Adding upstream version 0.19.2. 2025-08-22 19:24:08 +02:00

Orcus - library for processing spreadsheet documents.

Orcus is a library that provides a collection of standalone file processing filters. It is focused primarily on providing filters for spreadsheet documents.

The library currently includes the following import filters:

  • Microsoft Excel 2007 XML
  • Microsoft Excel 2003 XML
  • Open Document Spreadsheet
  • Plain Text
  • Gnumeric XML
  • Generic XML
  • Apache Parquet (via Apache Arrow library)

The library also includes low-level parsers for the following:

  • CSV
  • CSS
  • XML
  • JSON
  • YAML (experimental)

These parsers are all implemented as C++ templates and require a handler class passed as a template argument so that the handler class receives various callbacks from the parser as the file is being parsed.

API Documentation

Pages