I am encountering a java.lang.ArrayIndexOutOfBoundsException when trying to load a specific CSV file using Aspose.Cells for Node.js via Java by using new aspose.Workbook(csvFilePath, aspose.getCsvLoadOptions())
I have t…...getCsvLoadOptions() is below: exports.getCsvLoadOptions = (options)...var java = require("java"); exports.getCsvLoadOptions = (options)...