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!
To replicate the issue, create a pivot table with the following configuration:
{
dataSourceSettings: {
values: [{ name: 'data' }],
formatSettings: [{ name: 'data', format: 'N1' }],
dataSource: [{ data: 0 }]
},
allowExcelExport: true,
toolbar: ['Export'],
showToolbar: true
}
The exported Excel file from this pivot table is invalid, and Excel gives the following error message (attached) when trying to open the file: "We found a problem with some content in 'Export.xslx'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."