474c648240
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. Provided by David Forrai <david.forrai@gemair.com> in PR#21103, slightly modified by me. Thanks!
12 lines
367 B
Text
12 lines
367 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/04/14 17:33:16 zuntum Exp $
|
|
|
|
--- Makefile.orig 2001-10-01 03:18:22.000000000 +0000
|
|
+++ Makefile
|
|
@@ -1,6 +1,4 @@
|
|
-LDFLAGS=-L/usr/local/lib -lm
|
|
-CFLAGS=-ggdb -Wall
|
|
-CC=gcc
|
|
+LDFLAGS+= -lm
|
|
OBJ=interger.o book.o record.o sheet.o handler.o cell.o sstlist.o format.o formatting.o
|
|
HDR=biff.h interger.h record.h book.h sstlist.h format.h
|
|
|