Sorry, no idea for your widecstring and unicode questions. How is that handled 
from C?

Your cint conversion should be not necessary, the compiler will pass int 
literals correctly to library functions, so
    
    
    xlSheetWriteStrW(sheet, 2, 1,
    #xlSheetWriteStrW(sheet, cint(2), cint(1),
    

should work 

Reply via email to