sql server - Export excel to sql through Asp.net -


i trying export excel data sql tables using asp.net. have downloaded , installed database connectiviy engine , working fine on local machine.

but facing problem while trying on server. giving error 'microsoft.ace.oledb.12.0' provider not registered on local machine.

i checked server , office not installed on server. affect export if office not available on server.

thanks

ms office compatibility issue. after installing ms office go through below link helpful. compatibleissueresolve


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -