Click here to Skip to main content
15,890,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to read a excel file through a winform application on a machine where Excel is not installed???
if yes, how? if nat , is there any altenate solution???

i want to read a file and upload its content to database...
i know i can directly upload to databse with the help of sqlyog or workbench. but i need it to be done programitically..
Posted
Comments
Member 10889447 3-Dec-14 2:32am    
Hope this link can help you.

http://www.codeproject.com/Tips/696864/Working-with-Excel-Using-Csharp

1 solution

Yes it is possible by using a 3rd party library. See details here (open source): http://npoi.codeplex.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