Need a special offer?Find out if your project fits.
+

Expanding before to export doesn't work any more

Answered
Joffroy Christen asked on March 7, 2018

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'});

3 answers

Public
Tanya Gryshko Tanya Gryshko Flexmonster March 9, 2018

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

Public
Joffroy Christen March 9, 2018

It's OK for me, thanks.
Best regards,
Joffroy

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster March 27, 2018

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.

Please login or Register to Submit Answer