Hi All,
I am writing an ASP.NET application in C# (an Application integrated and communicates with MS CRM) with Excel Export and Import options.
The user of the system exports data from the system as Excel spreadsheet, makes changes to spreadsheet and imports it into the system again.
My problem is: Export goes well. But when I try to import the spreadsheet, it gives out errors while reading the cell values. The error message is not clear or specific.
Can someone help me out?
I am writing an ASP.NET application in C# (an Application integrated and communicates with MS CRM) with Excel Export and Import options.
The user of the system exports data from the system as Excel spreadsheet, makes changes to spreadsheet and imports it into the system again.
My problem is: Export goes well. But when I try to import the spreadsheet, it gives out errors while reading the cell values. The error message is not clear or specific.
Can someone help me out?
Comment