You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 2.3.7, the CurrentRowIndexInAllTables value is incorrectly calculated in the ExportProgressChanged event. It is now always less than TotalRowsInAllTables and the process always ends at 96%. Before version 2.3.7, the situation was the opposite - CurrentRowIndexInAllTables was always greater than TotalRowsInAllTables at the end of the export. In this case, the problem can be solved by equating the values to the larger one, but in new versions the real value is unknown until the very end.