Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to import CSV document with cyrillic symbols to Excel and correctly render them in this program


    akonkin
    • Features: Exporters Product: JasperReports® Library

    Question:

    I have exported my document to CSV. When I open it in text editors Cyrillic symbols are rendered correctly, it seems that the problem is only when I open CSV document  in MS Excel. How to fix this?

    Answer:

    Please see the screenshot below that shows how MS Excel should import the data with Cyrillic characters:

    export_to_xls.png.389ffcaec8e9151fa50974ed198913ab.png

    And the detailed explanation regarding the same approach can be found here: http://stackoverflow.com/questions/6002256/is-it-possible-to-force-excel-recognize-utf-8-csv-files-automatically

    In short:

    • Save the exported file as a CSV,

    • 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 (or any other sign that you would like to use).

    • Select where to import to and Finish.

    This way the special characters should be shown correctly.

    export_to_xls.png.e8e4a3e0b924d28bb6a7669932cb363a.png


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...