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?