Excel Export - Row size Limitation

Is there any limitation in no of rows to export.
Actually, if my datatable row size is approx 1000 it’s work but if more than 3-4 thousands, the export to excel not working.

Are you using standalone or online version ?

In first case check memory limit for php script , it may need to be increased.

what is the limitation of no of rows and columns to export.
Actually, my datatable row size is approx 30000 and 15 columns when i try to export it is hanging my application ,I have built webix datatable in my React Application.And I need to forcibly close the application,Can you please provide a solution for this?

Hello @laxmi,

what is the limitation of no of rows and columns to export.

There should be no hard limitations, it all depends on the specific dataset.

Can you please provide a solution for this?

Is there any way you could provide a snippet containing your dataset and current datatable implementation? The described case with 30000 rows and 15 columns seems to take around 4-5 seconds to export (which is slightly long, but the amount of the cells that need to be processed amounts to 450k, which makes the 4-5 second wait time understandable), as can be seen in this example - https://snippet.webix.com/79k6l5k3.