I am trying to save a table from excel to a CSV file. This file will be used to import data in a database. My characters are hungarian(Working: öüópúéá - Showing question marks: őű) and romanian (Showing question marks instead of all: ăîâțș)
I tried the following:
- saving it then opening it with notepad then changing the encoding from ANSI to UTF-8 (did the same using Notepad++)
- changing the options in the save as form (Save as > Tools > Web Options > Encoding > Save this document as). I tried Unicode(UTF-8) and Central European(ISO)
- I heard of the trick when you can open it with Google Spreadsheet then download it as CSV and it resolves the problem (didn
t try). Cant use this because the data from the tables are extreemly confidential
I would like to get a different solution if possible. It would be nice to hear that i missed something at the export setting.
If no other idea I will try to write a PHP import code that will be able to process the XLS file, but I don`t know how the XLS file is structured.