- Async parse of single xml file to speed-up the import - Allow to import only part of the file - Respect the widths of the columns and row heights and do not measure them first time in the WorksheetLayout or measure them for the current Viewport only - Inserting rows/columns also need improvements in terms of performance.
Hi Dima, I can see that the conversation in the support thread is still ongoing and the team is working on the case. Please, share any details and concerns there so the engineer can address them and try to provide you with the most appropriate suggestion. Regards, Tanya
worksheet.Rows[1, 1].Insert(); takes 1.5 Sec EACH request. each!. 10 inserts - 15 seconds (on i7-7700 and endless time on hosting) worksheet.Rows[RowIndex, RowIndex + count].Insert(); as suggested by support is not better. 2.5 sec on single request with 7 records added
Insert row performance terrible. Very very slow.
Hi Corrado, The item is currently not scheduled for implementation and I cannot say when it might be available. Please, continue following this thread so you can be notified of status changes on the task. Regards, Tanya
Rows insert is currently a major problem for me. When do you plan to improve it? Thanks!