Skip to main content
Nintex Community Menu Bar
Solved

How to parse excel data to SharePoint list items using Nintex workflow office 365

  • March 9, 2017
  • 7 replies
  • 473 views

Forum|alt.badge.img+2

When the user upload excel document to a library , a workflow has to be triggered. Workflow need to query Excel document data and parse the data to SharePoint list to create list items. So how to create SharePoint list items from excel document data ?

Best answer by TomaszPoszytek

Allright - this is not possible in Nintex "online" products, but it seems it is feasible with the Microsoft Flow. I haven' tried it yet, but there is a set of actions to work with the Excel file:

So you can try to simply call a Flow workflow out of your Nintex workflow, and then the Flow will do the rest.

Regards,

Tomasz

7 replies

Forum|alt.badge.img+8
  • 166 replies
  • March 9, 2017

Hi Vamshi Budarapu‌,

Go through this link Query Excel Services, it talks about retrieve data from a Microsoft Excel workbook via Excel Services using Nintex Workflow Action. Check it for Office 365.


TomaszPoszytek
Forum|alt.badge.img+17

Yay, it would be really good to have Excel Services in O365, but unfortunately this is not present here.

So from what I know you are not able to do that UNLESS you save your Excel file as a CSV, then you can use REST API to take file contents and using Regular Expression action split it into collections, and then looping create items.

But as long as it is a regular XLSX file (so a package of other files) you are not able to do that using OOTB tools and actions.

Regards,

Tomasz


  • 7 replies
  • May 11, 2017

Is there anything on the roadmap or any other way that you are aware of to Query spreadsheets for data in an Online environment?


TomaszPoszytek
Forum|alt.badge.img+17

Nothing I'm aware of. Keep in mind that in on-premise env. Nintex was also not directly supporting it. This feature was delivered by the SharePoint Excel Services. This mechanism is not present in Office 365 - SharePoint Online.

Regards,

Tomasz


TomaszPoszytek
Forum|alt.badge.img+17

Allright - this is not possible in Nintex "online" products, but it seems it is feasible with the Microsoft Flow. I haven' tried it yet, but there is a set of actions to work with the Excel file:

So you can try to simply call a Flow workflow out of your Nintex workflow, and then the Flow will do the rest.

Regards,

Tomasz


TomaszPoszytek
Forum|alt.badge.img+17

I wrote a blog post about it:  

Hope it helps.

Regards,

Tomasz


  • 7 replies
  • May 12, 2017

Certainly not what I was hoping to hear, but I really appreciate the response and the suggested work around.  I am not comfortable with Flow yet in a corporate environment until they add in some better management and collaboration tools.  I will investigate though.  Thank you very much