Load Excel file

  • Thread starter Thread starter Luigi
  • Start date Start date
L

Luigi

Hi all,
how can I load an Excel file, for example to fill a DataTable or a Workbook?
I'm using C# 3.0.

Thanks in advance.

Luigi
 
Hello,

I advise you a framework CodeFx :
http://cfx.codeplex.com/

Its not really a framework. It's documentation with codes for lot of
common things you can do with dotNET.
There is an exemple for every office application.

It details the basic implementation.
To find function and method, it's useful to already know the vba and
office data models.
You use the sames in C#

Regards,
Fabien
 
Back
Top