Import thousands of rows from excel into a grid, in html client

antoine_mpo

Reputable Poster
Hi List,

We developped a custom form with a grid to import data from excel in order to make updates on a JDE file.
The excel file used to import should contain something like more than 3000 rows.
Using a flat client, the import of rows in the grid is taking an acceptable time (around 5 minutes). But the same operation using the html client (which is what uses the end users) takes something like one hour to import the same amount of data. It's not acceptable for the end users that'll need to do this.
I tried to reduce the column to import (to keep only those really needed for the updates), and it improves a little bit the performance, but not enough.
Do you know if there are some things that can be done to improve excel import in html client ?

Thanks for your help.
 
Back
Top