I’m having issues with my JSON ImportData throwing the error ‘Row number or column number cannot be zero’. Here’s my code:
private static void ConvertToExcel(string json)
{
//Create workbook
Workbook workbook = new W…...Workbook(); //Worksheet worksheet = workbook.Worksheets[0]; //Read...ImportData(json, workbook.Worksheets[0].Cells, 0, 0, options);...