I have a classic situation - client need to have ability for upload excel file and application should parse it. There are many tools for parsing excel file, but all of them need to add reference to excel library.
I have to publish this project to Azure Web Application and don't want to install anything there. Any way to parse excel file with minimum references?