• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmark/H03-May-2022-1,133943

bin/H26-Sep-2020-6542

doc/H26-Sep-2020-3,8181,153

doc_example/H03-May-2022-2,6012,115

include/H03-May-2022-16,0169,863

m4/H26-Sep-2020-10,9459,860

misc/H26-Sep-2020-1,9081,355

slickedit/H26-Sep-2020-1,002996

src/H03-May-2022-91,78974,294

test/H26-Sep-2020-11,81811,094

AUTHORSH A D08-Aug-2019532 1514

CHANGELOGH A D26-Sep-202012.3 KiB447266

ChangeLogH A D26-Sep-2020611.8 KiB20,3168,935

LICENSEH A D08-Jan-201916.3 KiB374293

Makefile.amH A D03-May-202236.3 KiB787767

Makefile.inH A D03-May-202265.6 KiB1,7041,593

README.mdH A D01-Aug-20201.1 KiB3928

aclocal.m4H A D26-Sep-202059.9 KiB1,6571,499

autogen.shH A D05-May-20181.3 KiB6855

compileH A D26-Sep-20207.2 KiB349259

config.guessH A D05-May-201842.5 KiB1,4421,249

config.h.inH A D26-Sep-20203.6 KiB13490

config.subH A D05-May-201835.3 KiB1,8141,676

configureH A D26-Sep-2020748.4 KiB23,99520,464

configure.acH A D03-May-202211.3 KiB379328

depcompH A D26-Sep-202023 KiB792502

install-shH A D05-May-201814.8 KiB509329

liborcus-spreadsheet-model.pc.inH A D05-May-2018469 1310

liborcus.pc.inH A D05-May-2018416 1310

ltmain.shH A D26-Sep-2020319.6 KiB11,2528,044

missingH A D26-Sep-20206.7 KiB216143

test-driverH A D05-May-20184.5 KiB14987

README.md

1Orcus - library for processing spreadsheet documents.
2=====================================================
3
4Orcus is a library that provides a collection of standalone file processing
5filters.  It is currently focused on providing filters for spreadsheet
6documents, but filters for other productivity application types (such as
7wordprocessor and presentation) are in consideration.
8
9The library currently includes the following import filters:
10
11* Microsoft Excel 2007 XML
12* Microsoft Excel 2003 XML
13* Open Document Spreadsheet
14* Plain Text
15* Gnumeric XML
16* Generic XML
17
18The library also includes low-level parsers for the following:
19
20* CSV
21* CSS
22* XML
23* JSON
24* YAML
25
26These parsers are all implemented as C++ templates and require a handler class
27passed as a template argument so that the handler class receives various
28callbacks from the parser as the file is being parsed.
29
30## API Documentation
31
32* [Official API documentation](https://orcus.readthedocs.io/en/latest/) for
33  general users of the library.
34
35## Pages
36
37* [Old packages](OLD-DOWNLOADS.md)
38* [For contributors](CONTRIBUTING.md)
39