How export cell to .net as a strong type?

is it possible like cell.export(typeof(list),…) I think it is useful

and where can I download Aspose.Cells.GridDesktop, I can not find it on nuget ?

@lsl,

Using Aspose.Cells library, you may try to use Worksheet.Cells.ExportTypeArray() method to exports cell value type in the Cells collection to a two-dimension array object.

Regarding Aspose.Cells.GridDesktop, the latest version (Aspose.Cells for .NET v17.12) uploaded over Nuget repos. does include Aspose.Cells.GridDesktop and Aspose.Cells.GrdWeb assemblies:

OK, maybe I got a error dll, there are no Aspose.Cells.GridDesktop namespace in it

@lsl,

When you install the latest version, i.e., Aspose.Cells for .NET v17.12 from Nuget repos. (e.g using Package manager console in VS.NET), you should find the Aspose.Cells.GridDesktop.Dll in “.\packages\Aspose.Cells.17.12.0\lib\net20” @ your project/solution directory.

Let us know if you still are not able to get the Aspose.Cells.GridDesktop assembly.