Write cell - problem with formating

I have problem with Write cell activity - when I insert some double or integer value it doesn’t use format like in excel before clicking on it. For example, in the table below

values “30” or “417990” are not formatted well, so they are not included in final result (last row).

Hi,

Can you try to use ExcelWriteCell (with ExcelApplicationScope) or WriteCellX (with UseExcelFile) instead of System-File-Workbook-WriteCell?

Regards,

Great, it works now. Thanks a lot!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.