Hi, when trying to convert a .csv file to xlsx, the following line produces an error "BH2194 String length max than 32K" where 2194 is the number of rows in the csv file.
workbook.LoadFromFile(pSourceFile, ",", 1, 1)
I am using the latest version.
Any assistance appreciated.
Chris