Forum Discussion
Export to Excel - UTF-8
Have the users try this:
- Open Excel
- Import the data using Data-->Import External Data --> Import Data
- Select the file type of "csv" and browse to your file
- In the import wizard change the File_Origin to "65001 UTF" (or choose correct language character identifier)
- Change the Delimiter to comma
- Select where to import to and Finish
Hi Greg_Deckler and thanks for the reply.
The default application for opening csv files is set to MS Excel. Because of this the exported data file is opened directly with Excel and the cyrrilic letters are shown as gibberish.
I was thinking of setting the default csv application to Notepad, then the users could copy the text lines (all but the first), open Excel and from Paste->Use Text Import Wizzard paste the text into the sheet. Unfortunately I am sure the users will not like it.
- Greg_Deckler10 years agoCommunity Champion
Yeah, understood, either way it is fairly complex for the user versus "double-click the file". Not sure of a way around it short of writing VBA code of some sort.
- sofi10 years agoNew Member
Hi, we have bag that describe below:
We get the first row the letters [sep=,] its prevent us to open file in excel as you instructed us.
Thanks