Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Everyone,
I'm trying to find a way to import an excel sheet to Umbraco 8.1,
is there a package I can use? i've tried the CMSImport but it doesn't work on Umbraco 8.
any help ..... thanks
You can create a custom code to achieve that, you need to loop through the excelsheet and then use ContentService to create nodes.
another reference that might help: https://our.umbraco.com/forum/umbraco-8/96937-create-new-content-nodes-programmatically-in-umbraco-8
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Import content from Excel
Hi Everyone,
I'm trying to find a way to import an excel sheet to Umbraco 8.1,
is there a package I can use? i've tried the CMSImport but it doesn't work on Umbraco 8.
any help ..... thanks
You can create a custom code to achieve that, you need to loop through the excelsheet and then use ContentService to create nodes.
another reference that might help: https://our.umbraco.com/forum/umbraco-8/96937-create-new-content-nodes-programmatically-in-umbraco-8
is working on a reply...