Hi,
I am not getting the correct datatable when using semicolon delimeted csv file for this below code
LoadOptions loadOptions = new LoadOptions(LoadFormat.CSV);
workbook = new Workbook(this.csvFile.FileContent, loadOptions);
Can you please let me know the options to get the Semicolon delimeted file data…
Regards
Gunasekaran
Hi,