Hi all,
I am using following code to open the UTF-8 encoded .csv in excel:
m_excel.Workbooks.OpenText(newPath, Comma: true);
And that works fine. Can anyone tell me how to open UTF-16(Unicode) encoded .csv file in excel using similar code or some different approach. Please help me i urgently need this get solved.
Thanks in advance.
I am using following code to open the UTF-8 encoded .csv in excel:
m_excel.Workbooks.OpenText(newPath, Comma: true);
And that works fine. Can anyone tell me how to open UTF-16(Unicode) encoded .csv file in excel using similar code or some different approach. Please help me i urgently need this get solved.
Thanks in advance.