Pelles C forum

C language => User contributions => Topic started by: henrin on April 10, 2010, 10:07:30 AM

Title: Read xls files without excel
Post by: henrin on April 10, 2010, 10:07:30 AM
For processing data coming from a measurement system, I had to process big XLS files (> 50 MB).
Here is a DLL to do this.

Features:

    - do not need EXCEL or other compatible spreadsheet software
    - file types supported: BIFF8
    - corresponding EXCEL versions:
          . Microsoft Excel 97 (XL8),
          . Microsoft Excel 2000 (XL9),
          . Microsoft Excel 2002 (XL10),
          . Microsoft Excel 2003 (XL11),
          . Microsoft Excel 2007 (XL12)
    - character set: standard ANSI
    - sheets: data only
    - formulas: result only
    - numbers with full precision

Here you can find how to use and download xlsread.dll http://perso.numericable.fr/hserindat/xlsread/ (http://perso.numericable.fr/hserindat/xlsread/).
Title: Re: Read xls files without excel
Post by: Stefan Pendl on April 10, 2010, 10:21:37 AM
This is very interesting, thanks for sharing.
;D ;D ;D
Title: Re: Read xls files without excel
Post by: henrin on October 23, 2010, 07:38:14 PM
Thanks Stefan for collaboration.
An update of the DLL is published on the same link.
Title: Re: Read xls files without excel
Post by: Stefan Pendl on October 23, 2010, 11:10:41 PM
Thanks Henri for sharing your great work ;)