Hello,
I am working on converting an xlsx file to csv. I cut and pasted some code from Yuan Wang from the following URL
http://www.c-sharpcorner.com/UploadFile/yuanwang200409/102242008174401PM/1.aspx
When the code gets to the statement
conn.Open(); I get the error message "Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine"
I do not know what Jet.OLEDB.4.0 is. Is this something I need to download and install and if so, do I need to be careful about the 32bit vs 64 bit OS; I have 64.
Loading
Prabhu RajaPosted Sep 8, 2011, 11:18 PM
Click the link, it may help you.
Use these Lines if you want to know latest jet driver releases and download
Data Access Technology
------------------------------------------------------------
Is this post helps you, then mark as "Correct Answer"
anil babuPosted May 16, 2013, 3:42 AM
I am getting the following error:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Satish BhatPosted Sep 9, 2011, 12:18 AM
Or
Microsoft has released a 64 bit compatible 2010 Office System Driver which can be used as replacement for the traditional Microsoft.Jet.OLEDB.4.0 driver.
Prabhu RajaPosted Sep 8, 2011, 11:19 PM