How to use Excel file from visual studio project resource
- by user363289
Hi,
I add an excel file to my project resource, and I would like to open it, but method woorkobook.open() take only path string as parameter :-(
What is the proper way to open and use those excel files from resource?