I am trying to process a file in a sharepoint list in c# via excelservices openworkbook. Is there any way to open the workbook or sheet without taking out the dataformatting in the excel sheet.
The idea is that users will open the excel file from sharepoint. Add new data. Save it. Click process. Then the file will be checked and uploaded to sql server if it contains no errors. The excel file contains data validation on the columns for numeric checks and a list.
Is there a workaround to keep the excel dataformatting and use excel services?
Thanks
dml
dml5