Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Whenever I want to export a PivotView when virtualization is enabled, as I understand, there is one function to achieve this: ExcelExport.prototype.exportToExcel = function(type) { ... }
I would like this to be extended with either custom file name like this:
Or custom args, or however you think it would be best.
I am developing a website that has a lot of pages with pivotGrids, and being able to specify filename when exporting would be very convenient so the user knows from which page and what date belongs to each exported file.