Integrating Excel into a process
Use case
Now and again, we stumble about a process in which we need some kind of dynamic calculations. While sometimes these can easily be handled directly in WEBCON BPS we may also encounter situations, in which this is not possible. One of these can be a quality assurance process:
- Depending on the product type we have different checks to do
- The calculations vary greatly
- The business should be able to define these
- At the end of the process we need to generate a report with the result of the calculations and taken images.
Before I started, I wasn’t sure, whether I would need to create something. In the end everything was possible with the standard WEBCON BPS Actions.
- Demo
- Process configuration
Excel configuration
Reading / writing to an item list
Reading / writing an item list to an Excel file requires, that you format the range in excel as a Table
. Then you can reference the Table
in the Excel actions. The address is then mapped to the item list.

Printing preparation
I’ve modified the Excel file, so that only the important information is printed.
- Hide unimportant worksheets.

- Set the printing area.

You can verify whether the printing is setup correctly, when you click on the Preview
action.

You may need to enable the Preview Excel files as PDF
.

Comments