Opening a client-side Excel file using EPPlus
I am the middle of writing a program which has to create an excel file on a client machine and then, after they have saved and updated it then I need to import it again and apply the changes to my database. The export bit of it works fine, however when I import from the web application I get zero worksheets in my workbook. If I run it on my development machine, i.e. the website is running on the same machine as the file is located then it works fine. My code is as follows: try { Productsfile = new FileInfo(PathandFileName); } catch (Exception ex) { lblStatus.Text = string.Format("Error getting