12-03-18 04:50 PM
12-03-18 04:55 PM
12-03-18 05:06 PM
04-11-21 09:04 AM
I happened to have the same problem. I duplicated the Page "Save Workbook As" and edited the duplicate.
It was a simple edit in Row 7
wb.SaveAs(filename,20)
just adding ,20
made Excel export in the right file format. (tab separated text)
Unfortunately it brought another problem with it. It changed the date format.
When I save the file manually it always saves in the right date format DD.MM.YYYY instead of MM/DD/YYYY:
manual save result:Kostenst. Kostenart Kostenartenbezeichn. Bezeichnung Per FIBK RefBelegnr Wert/BWähr Erfaßt am
561 762500 Beiträge Fachverb. BVK - Beitrag 2021 001 8000 417 618,00 08.12.2020
saved by blueprism codestage result:
Kostenst. Kostenart Kostenartenbezeichn. Bezeichnung Per FIBK RefBelegnr Wert/BWähr Erfaßt am
561 762500 Beiträge Fachverb. BVK - Beitrag 2021 001 8000 417 618.00 12/8/2020
Does anyone have a hint how I can force using the DD.MM.YYYY date format when using the codestage "save workbook as" ?
14-11-21 04:29 PM
15-11-21 02:07 PM