NO

Author Topic: Read xls files without excel  (Read 4251 times)

henrin

  • Guest
Read xls files without excel
« 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/.

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: Read xls files without excel
« Reply #1 on: April 10, 2010, 10:21:37 AM »
This is very interesting, thanks for sharing.
 ;D ;D ;D
---
Stefan

Proud member of the UltraDefrag Development Team

henrin

  • Guest
Re: Read xls files without excel
« Reply #2 on: October 23, 2010, 07:38:14 PM »
Thanks Stefan for collaboration.
An update of the DLL is published on the same link.

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: Read xls files without excel
« Reply #3 on: October 23, 2010, 11:10:41 PM »
Thanks Henri for sharing your great work ;)
---
Stefan

Proud member of the UltraDefrag Development Team