import excel spreadsheets ?

J

Jarod

Hey
How to import excel to my application ? I need access to all fileds in
spreadsheets just to take data. Excel file works as a "dictionary" in my
case. Can you tell me how to use it in application ? I never imported any
excel data to my apps so my knowledge is pretty low. I saw some examples of
using Jet Engine. Can I use jet engine on .xls files or I need csv ? Share
some articles or experience please ;)
Jarod
 
J

Jarod

There are several articles on how to read and write excel files using
oledb. Just search for "reading excel files using oledb".

So is it possible to create Typed Dataset from some template Excel
spreadsheet ?
Jarod
 
M

Morten Wennevik

Yes, oledb jet engine is what you would use. You typically use it to query excel sheets (.xls) without having office installed. If you are unfamiliar with the OleDb class and/or ado.net you might want to check the news group microsoft.public.dotnet.framework.adonet

Another article for you
http://www.dotnetspider.com/qa/Question28885.aspx
 
M

Morten Wennevik

Ah, sorry, news reader tricked me into thinking this was a reply to my previous message :/
 

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