Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
WebExcelExporter.Export : String values assigned to a cell cannot have a length greater than 32767
posted

I'm facing an issue while exporting data to Excel from Infragistics WebDataGrid. I have field which is more than 32767 character length and when I export this fields to Excel cell it is showing the below error message.
 

String values assigned to a cell cannot have a length greater than 32767

Is there any solution for this? out of box functionality? or DO I need to write my custom code?

Parents
No Data
Reply
  • 16310
    Offline posted

    Hello Chandu,

    As Mike pointed out it is not possible to store more than 32767 characters in an excel cell. Of course you could try to separate the data from your field into 2 fields in the grid if that would keep your scenario.

Children