Tag Archives: Excel

Import Data from Excel using C# – Part 2

In my web application, we used to import data from MS Excel file. Few days before one of the client representative posted an issue that he can’t import data from XLSX (MS Excel 2007 File Format) files. Previously we were … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Windows Forms | Tagged , , , , | 17 Comments

Import / export data in MS Excel using C#

Sometimes we may require to generate Excel file from our reports,read from excel files to import data etc. This can be achieved using Office Interop (Office Automation) assemblies, but Office Automation in Web servers,got some issues;(More details: http://support.microsoft.com/kb/257757). The alternative … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , , , , , | 1 Comment