Added support to read OpenDocument spreadsheet files
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 15:27:26 +0000 (17:27 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 15:27:26 +0000 (17:27 +0200)
commit2f7b367bf796c63c595ac837b716cce535ffd5bf
tree8f6437460b5c23ea1c143e4a3adf9acf5a13ba69
parent551202adbc334f9c33f8290a4e407b422651bbd5
Added support to read OpenDocument spreadsheet files
16 files changed:
configure.ac
doc/files.texi
src/data/automake.mk
src/data/gnumeric-reader.c
src/data/gnumeric-reader.h
src/data/ods-reader.c [new file with mode: 0644]
src/data/ods-reader.h [new file with mode: 0644]
src/data/spreadsheet-reader.c [new file with mode: 0644]
src/data/spreadsheet-reader.h [new file with mode: 0644]
src/language/data-io/get-data.c
src/output/automake.mk
tests/atlocal.in
tests/automake.mk
tests/language/data-io/get-data-gnm.at [deleted file]
tests/language/data-io/get-data-spreadsheet.at [new file with mode: 0644]
tests/language/data-io/test.ods [new file with mode: 0644]