USING SCRIPT TASK CREATE EXCEL FILE AND SEND IT AS EMAIL ATTACHMENT

Hi Community,

How can I create an excel file then send this excel file as email attachment using script task.

Like 0

Like

1 comments

Hello Fulgen!



Usually, we recommend to create business process for this purpose. It `s more convenient to develop and maintain it later. To generate excel file you can use "EPPlus" library which is frequently updated and comes under the GNU public license. There are some useful links below, please check it.



How to send email with attachments:  https://community.bpmonline.com/questions/email-attachments-business-pr…



Generate printable and send is as attachment:

https://community.bpmonline.com/articles/generate-printable-and-send-it…



Library "EPPlus":

https://github.com/JanKallman/EPPlus



Developing the configuration server code in the user project:

https://academy.bpmonline.com/documents/technic-sdk/7-13/developing-con…



Best regards,

Alex

 

Show all comments