06-11-20 02:56 PM
I have a small process that works with data from excel tables.
I basically import c Excel files as collections.
INPUT:
Prozessmodell.xlsx -> collection 1 named INTER-Prozessmodell
Vorlage.xlsx -> collection 2 named Zieldatei
I take specific data from collection 1 and add it to collection 2 and in the end collection 2 needs to be exported as an excel file again.
OUTPUT:
collection 2 -> Output.xlsx
My Export Page looks like this:
Answered! Go to Answer.
09-11-20 08:43 AM
Thank you for your reply Dave. Unfortunately my initial problem changed a bit now.
The excel file (vorlage.xlsx) that I receive will have 2 worksheets.
Worksheet 1 has the data that I will be importing as a collection.
Worksheet 2 has several formulas that rely on the data from Worksheet 1.
With the bot process I have to add some data to the collection that I extracted from Worksheet 1 (that part already works) and then I need to write the modified collection back to Worksheet 1 in the same file.
Worksheet 2 will stay untouched by the bot.
EDIT:
I solved it now. I left initial instance where I imported the Vorlage.xlsx file open and used the actions: Write Collection and Save Workbook
------------------------------
Marco Matuttis
Robot Process Automation Developer
INTER Krankenversicherung AG
Mannheim
------------------------------
06-11-20 03:04 PM
I think I'm a little bit further to the solution I'm looking for.
I removed the open workbook and close current workbook stages and changed the Cell Reference to A1 in the Write Collection stage.
Now Blueprism asks me to provide a filename and lets me save the changed collection after the close Instance stage.
Somehow it does not automatically save to the already existing Output.xlsx
06-11-20 03:47 PM
09-11-20 08:43 AM
Thank you for your reply Dave. Unfortunately my initial problem changed a bit now.
The excel file (vorlage.xlsx) that I receive will have 2 worksheets.
Worksheet 1 has the data that I will be importing as a collection.
Worksheet 2 has several formulas that rely on the data from Worksheet 1.
With the bot process I have to add some data to the collection that I extracted from Worksheet 1 (that part already works) and then I need to write the modified collection back to Worksheet 1 in the same file.
Worksheet 2 will stay untouched by the bot.
EDIT:
I solved it now. I left initial instance where I imported the Vorlage.xlsx file open and used the actions: Write Collection and Save Workbook
------------------------------
Marco Matuttis
Robot Process Automation Developer
INTER Krankenversicherung AG
Mannheim
------------------------------