Quantcast
Channel: SCN : All Content - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2935

Powerbuilder export multi-language to Excel

$
0
0

Hi

 

my application require to export chinese / japanese characters to excel.

but the output on exlce display as "????".

 

i have managed to input & display the chinese/japanese on the powerbuilder application ( pb12.5 classic ) and saved to oracle database but faced problems when exporting the data from datawindow to excel.

 

below are scripts.

 

gole_obj = create oleobject

gole_obj.ConnectToNewObject("excel.application")

lole_sheet = gole_obj.Application.ActiveWorkbook.WorkSheets[vin_cur]

lole_sheet.cells[1, llo_col] = String(Blob(ids_col_info.getitemstring(llo_col, "col_text"), EncodingUTF16LE!))

 

would appreciate any advise

 

Rgds,

Chee Boon


Viewing all articles
Browse latest Browse all 2935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>