Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When you export a Pivot Table with N rows, 0 columns and 2+ values, the last column has its width set to NaN which results in the row being collapsed when opened in excel.
In
For the above configuration json[column].width is NaN, which does not satisfy the checks against null or undefined and so col.width gets set to NaN
I've attached an image of what it looks like in Excel