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

..03-May-2022-

xlfiles/H03-May-2022-

COPYRIGHTH A D01-Oct-20011.9 KiB4645

MakefileH A D03-May-2022560 3020

READMEH A D01-Oct-2001528 1914

biff.hH A D01-Oct-20013.6 KiB16197

book.cH A D01-Oct-20015.9 KiB276181

book.hH A D01-Oct-20012.3 KiB6415

cell.cH A D01-Oct-20015.2 KiB236145

cell.hH A D01-Oct-20012.2 KiB6313

format.cH A D03-May-20224.7 KiB193135

format.hH A D01-Oct-20012 KiB556

formatting.cH A D01-Oct-20013.5 KiB10657

formatting.hH A D01-Oct-20012 KiB534

handler.cH A D01-Oct-200110 KiB387257

handler.hH A D01-Oct-20012.7 KiB7625

interger.cH A D03-May-20224.6 KiB200113

interger.hH A D01-Oct-20012.4 KiB6414

main.cH A D03-May-20224.3 KiB16087

record.cH A D01-Oct-20012.8 KiB10141

record.hH A D01-Oct-20012.1 KiB578

sheet.cH A D01-Oct-20014.7 KiB201109

sheet.hH A D01-Oct-20012.1 KiB546

sstlist.cH A D01-Oct-20012.6 KiB8633

sstlist.hH A D01-Oct-20012.1 KiB567

test.cH A D01-Oct-20012.5 KiB7928

README

1
2INTRODUCTION
3Read data from Excel spread sheets without Microsoft!
4Provides an API to allow any application to read Excel
5documents. Demo interface converts data to tab
6delimited, CSV or SQL inserts. Written in C. Based on
7the the Java version by Andrew Khan.
8
9INSTALL NOTES
10Will install to /usr/local/bin. Uses gcc for compiling
11you will have to edit the Makefile to use cc. I Have
12tested xlreader on FreeBSD 4.0 and Solaris 8.
13
14	type: make
15	      make install
16
17HELP
18Visit the web site at: http://www.giffin.org/xlreader.php
19