Multi row column array

Trying to import an array in cells, do not understand why it will not work. Does the ImportArray only work for single columns?

Dim myObjArray(10, 10) As Object
myObjArray(1, 1) = “fdffdafdaffa”
myObjArray(10, 10) = “ten,one”

Dim col As Byte = 1
sheets(0).Cells.ImportArray(myObjArray, 1, col, True)

Hi,

Currently Aspose.Excel only supports one-dimension array. It will support multi-dimension array in the future release. I think it may be available in the middle of March.