my problem to occur when I try fetch data from MySQL to Excel.
I read more example in Internet, but not working.
I want in event "Form_Closing" it will save all MySQL export to Excel.
I've test create *.csv in localhost/phpMyAdmin to export data to Excel but character not support Unicode. It's broken like:
And all cell with header display incorrectly. Thanks.

csvfile? CSV is not an Excel format, Excel actually imports the data. When you double click on the file, Excel will use default settings and may not detect the correct encoding. If you go throughFile > Openit does a much better job