BIFF8 Excel Reader

  • Thread starter Thread starter Joel Leong
  • Start date Start date
J

Joel Leong

Besides using Interop and ADO.NET, I;d like to know where
can I get a BIFF 8 Excel reader in .NET which is free or
GNU license?

I need a BIFF8 reader to read an excel file upload by a
user. I don't wish to use interop and ado.net at the
moment.

I found a writer instead @
www.freevbcode.com/ShowCode.Asp?ID=6856 although this
writer is in VB6 format.
 
I need a BIFF8 reader to read an excel file upload by a
user. I don't wish to use interop and ado.net at the
moment.

Can't give you free or GNU versions, but those are commercial
libraries to do just that:

Syncfusion Essential ExcelRW
http://www.syncfusion.com/products/product.aspx?p=4

Aspose Excel
http://www.aspose.com/Products/Aspose.Excel/Intro/Overview.html

There are probably more - those are the ones I know of.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
 
Back
Top