In order to provide "full export" to Excel functionality, we expand all data by code before to export to Excel.
It was working until version 2.3, but doesn't work any more with 2.4. Pivot is successfully expanded, but export is truncated.
Launch JSFiddle and click "EXPORT ALL DATA":
https://jsfiddle.net/eyz8evf6/17/
'restoreLayoutAfterExport' callback is optional and doesn't affect the issue (it is just used to restore collapsed state).
Minimal code to reproduce the issue:
flexmonster.expandAllData();
flexmonster.exportTo('Excel', {filename: 'test.xls'});
Hello, Joffroy,
Thank you for reporting this issue!
Your JSFiddle sample has really helped us to reproduce the issue.
The fix will be delivered with minor release 2.417, ETA Mar 26th.
Until then we have prepared a workaround. Please check out the updated sample (line 44): https://jsfiddle.net/eyz8evf6/34/.
Does it work for you?
Regards,
Tanya
It's OK for me, thanks.
Best regards,
Joffroy
Hello Joffroy,
We are glad to inform that the version 2.417 has already been released. You are welcome to update the component from our website.
Kind regards,
Dmytro.