All product information in wiki.bizagi.com is only valid for Bizagi BPM Suite 9.1.X.
For newer Bizagi BPM Suite versions (10.X and up) please visit the User Guide.
 

Talk:How to Integrate with Excel

From Business Process Management, BPM and Workflow Automation Wiki | BizAgi BPMS

Jump to: navigation, search

Comments on How to Integrate with Excel


James.lukan said ...

Could you demonstrate the expression code for receiving multiple values from the DLL? For example, if a C# DLL had multiple output parameters?

--James.lukan 13:01, 25 November 2011 (PST)

Bizagi Xpress Support said ...

Thank you for your comment. We will consider including an additional example for this article.

In the meantime, and as a clarification, if you need your C# method to return more than 1 value, you will most likely desing this so that your method returns a structure such as an ArrayList or a Hashtable. This way, you would have your method read the excel values and store them in this structure.

--Bizagi Xpress Support 12:10, 14 December 2011 (PST)