When loading a csv file to a worksheet, if any one cell value in csv is multiline, and happens to use the same EOL character, an error will be thrown.
This is happening because of the split by EOL character.
Attached file for test, second line contains a EOL character in the first value. LoadFromText will split the second line, and be unable to process it.
This is happening because of the split by EOL character.
Attached file for test, second line contains a EOL character in the first value. LoadFromText will split the second line, and be unable to process it.