Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a requirement, that we use a excel bulk upload in my project.
But in production environment we are not sure about whether msoffice is installed in the application server or not.
most of my clients don't have MS-OFFICE installed, so we need to export the excel file data into database
for this we are first converting this excel data into xml.

Can anybody please help me in this.


Thank you.
Posted

1 solution

You should use a third party library for reading and/or converting Excel. These will mostly not require Excel to be installed.

I use GemBox software's library: it's fast and reliable.
www.gemboxsoftware.com[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900