I create *.csv
file, but when I open it using Microsoft.Office.Interop.Excel
, it's formatting is wrong, because of ignoring the delimiter ;
.
excelWorkbook = excelApp.Workbooks.Open(workbookPath, 0,
false,5,"","", false, Excel.XlPlatform.xlWindows, "", true,
false, 0, true, false, false);
Which parameter of Workbooks.Open
should I change?
Thank you for your suggestions.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…