Excel unable to insert more than 255 chars?

后端 未结 3 1384
故里飘歌
故里飘歌 2020-12-07 03:30

I am using OLE DB driver to insert more than 255 characters into an Excel sheet, but I get the error:

Exception Details: System.Data.OleDb.OleDbExcep

3条回答
  •  春和景丽
    2020-12-07 04:24

    The link you are refering to, is about 256 columns and not characters. The 256 characters problem is described here with a workaround: http://support.microsoft.com/kb/213841

提交回复
热议问题