I'm using Windows XP traditional chinese version, delphi 6.0 and MS Office 2000 traditional chinese version.
I need to post both chinese and portuguese to excel file using the following code:
After running, the chinese can be post successfully, but the portuguese is changed into 'abc誽o' no matter I use AsString or AsWideString. Can you help me?
The text must be in unicode. The easiest way to get te unicode text is to write it in excel and the read the cell with XLSRreadWriteII. You can then use that text when writing the cells.