Hello
I need to convert xls & xlsx files to csv. Encopding is not properly set when converted to csv. If xlsx is converted to pdf, it works well, no encoding problem.
I tried to find a way of specifying encoding on Spr…...option = new SpreadsheetLoadOptio() { CultureInfo = new System...using (Converter converter = new Converter(fileName, () => option))...