Posted 31 March 2025, 5:17 am EST
Using FpSpread 15.0
After some testing i found out that working with a dataset is much more efficient with data than with a List(Of T)
Loading a List(Of T) takes at least 15% extra time.
Interacting with data (via GetVaue() and SetValue()) of individual cells takes about twice as much time as with a dataset.
Can you explain why this is the case or am i doing something wrong.
Regards Piet