I'm getting a NullPointerException when trying to import excel data via system.dataset.fromExcel() that has empty cells like the following:

Excel sheet attached.
data1.xlsx
Script I'm using:
excelFilePath = "C:\Users\jayen\Documents\data1.xlsx"
dataset = system.dataset.fromExcel(input=excelFilePath, headerRow=0, sheetNumber=0)
system.util.getLogger("ExcelImportScript").info("Starting Excel import..." + str(dataset))
system.dataset.print(dataset)
Thanks for the work put into this. We found your module looking for efficiencies in our current work flow working with a customer with a lot of excel sheets.
I'm getting a NullPointerException when trying to import excel data via system.dataset.fromExcel() that has empty cells like the following:

Excel sheet attached.
data1.xlsx
Script I'm using:
Thanks for the work put into this. We found your module looking for efficiencies in our current work flow working with a customer with a lot of excel sheets.