Tag Archives: OleDb

Text truncated to 255 characters when reading from Excel using OLEDB

Today my friend Jacob got a strange problem while importing data from EXCEL using OLEDB; he was not able to read actual values of cells, which contains more than 255 characters. The text was truncated if the cell contains more … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Windows Forms | Tagged , , , | Leave a comment

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