An open API service indexing awesome lists of open source software.

https://github.com/bovine/xlreader

Excel (XLS) file reader utility. Imported from https://sourceforge.net/projects/xlreader/ and http://giffin.org/xlreader
https://github.com/bovine/xlreader

excelreader microsoft-excel

Last synced: 3 months ago
JSON representation

Excel (XLS) file reader utility. Imported from https://sourceforge.net/projects/xlreader/ and http://giffin.org/xlreader

Awesome Lists containing this project

README

          

INTRODUCTION
Read data from Excel spread sheets without Microsoft!
Provides an API to allow any application to read Excel
documents. Demo interface converts data to tab
delimited, CSV or SQL inserts. Written in C. Based on
the the Java version by Andrew Khan.

INSTALL NOTES
Will install to /usr/local/bin. Uses gcc for compiling
you will have to edit the Makefile to use cc. I Have
tested xlreader on FreeBSD 4.0 and Solaris 8.

type: make
make install

HELP
Visit the web site at: http://giffin.org/xlreader