Hello
Is it possible to intercept the export of a pivot table (Excel Export) and then turn this into a XLSIO Workbook for further manipulation in code?
I know I can change the styling, format, name etc. but I need to actually capture the workbook itself so that I can mess with it in code myself.
Is this possible?
Thanks
Hello
Thank you. There was obviously a lot of work that went into that, so much appreciated. Couple of questions
I have never heard of Syncfusion.ExcelExport before. Is there any doco about why you would use instead of Syncfusion.XLSio?
Is there a way to convert a Syncfusion.ExcelExport workbook to a Syncfusion.XLSio workbook?
Thanks
|
Query |
Comments |
|
I have never heard of Syncfusion.ExcelExport before. Is there any doco about why you would use instead of Syncfusion.XLSio? |
You can use both “Syncfusion.ExcelExport” and “Syncfusion.XlsIO” for excel exporting in blazor.
Kindly refer the following document the know more details about the excel exporting using “Syncfusion.XlsIO” library. Based on that, you can create and export the pivot table to excel document.
Document: https://help.syncfusion.com/file-formats/xlsio/create-read-edit-excel-files-in-blazor-c-sharp
|
|
Is there a way to convert a Syncfusion.ExcelExport workbook to a Syncfusion.XLSio workbook? |
No. You cannot convert a “Syncfusion.ExcelExport” workbook to “Syncfusion.XlsIO” workbook. |