Parsing an Excel file in C#, the cells seem to get cut off at 255 characters… how do I stop that?

前端 未结 6 743
野趣味
野趣味 2020-12-29 07:08

I am parsing through an uploaded excel files (xlsx) in asp.net with c#. I am using the following code (simplified):

string connString = string.Format(\"Provi         


        
6条回答
  •  半阙折子戏
    2020-12-29 07:52

    Regarding the last post, I also use SpreadsheetGear and find that it also suffers from the 255 characters per cell limitation when reading from the older XLS (not XLSX) format.

提交回复
热议问题