Hello Chris,
Thank you for digging deeper into the structure of the Kendo UI generated .xlsx files. The t="n" represents the cell type. In this case when t="n", it means that the type of data contained in the cell is a number:
http://officeopenxml.com/SScontentOverview.php
I think that the error stems from the database column format differing from the one described in the .xlsx number format.
Regards,
Alex
Telerik by Progress
Thank you for digging deeper into the structure of the Kendo UI generated .xlsx files. The t="n" represents the cell type. In this case when t="n", it means that the type of data contained in the cell is a number:
http://officeopenxml.com/SScontentOverview.php
I think that the error stems from the database column format differing from the one described in the .xlsx number format.
Regards,
Alex
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.