summaryrefslogtreecommitdiff
path: root/converters/xlreader
AgeCommit message (Collapse)AuthorFilesLines
2004-12-01"the the" -> "the"wiz1-1/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-14Initial import of converters/xlreader (version 0.9.0)zuntum5-0/+40
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!