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'm not interested to get a third party
which need to pay.
I need a BIFF8 reader to read an excel file upload by a
user. This BIFF8 reader need to to be perfect but can
read all the values in a few worksheets. 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.