Modify an excel document

bricast's picture

I need to use workflow to pull in an excel spread sheet and use one of the fields to pull data from the helpdesk contact table. I then need to take the data I pulled from the contact table and add that to the excel spreadsheet. Anybody have any ideas on how to do this?

reecardo's picture

You can read from/write to

You can read from/write to Excel in 1 of 2 ways:

1) A Excel-type integration library
2) The Excel Read/Excel Write components in the Office library (it's not part of WF by default, you have to add this custom library via Import Components)

There should be a component that looks for NS contacts (Find Contact, I believe)

Hope this helps