Load Excel file

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
 
F

Fabien Arcellier

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top