Hi Team!
I have the following issue when I import a table from json into a worksheet (JsonUtility.ImportData). When the row is greater the 0 then an exception is thrown.
Unhandled exception. System.ArgumentException: Row number or column number cannot be zero
at . (Cells , Int32 , Int32 , Int32, Int32 )
at . ( )
at . ( )
at . ( )
at Aspose.Cells.Utility.JsonUtility.ImportData(String json, Cells cells, Int32 row, Int32 column, JsonLayoutOptions option)
The error only occurs from version 21.12.0 before that it was working fine.
.Net Core 3.1 Project: TestAsposeCellsCreateFromJson.zip (2.3 KB)
Aspose.Cells 22.2.0
OS: Ubuntu 20.04.3 LTS