In Spreadsheetgear 2012, I have code below which populates a datatable and then passes it to an IRange.
My issue is that in 2017 for .netstandard (Nuget package 8.2.10), there is no SpreadsheetGear.data. I can't even locate any method of CopyFromDataTable.
range.CopyFromDataTable(datatable, SpreadsheetGear.Data.SetDataFlags.None);
There is no signs of this being deprecated, am I missing something? How do I approach this?