Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to read excel file data from shared folder using c# code please help with the code

What I have tried:

I tried to find out the code using c# code but unable to find it please help with the code
Posted
Updated 9-Jan-18 7:39am
Comments
PIEBALDconsult 9-Jan-18 18:00pm    
First, copy the file to a local drive...
Barry_Sharp 15-Jan-18 4:14am    
See how to read excel file in c#, the used Load method can work with both physical file (when providing an Excel file's path) or with an in-memory file (when providing an Excel file's stream).

1 solution

 
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