Hi,
I have an Excel spreadsheet with 4 columns (Code, Description, Theme, Status) and over 300 rows. I would like to import the data stored in this spreadsheet into my team's confluence space creating a new Confluence page for each Excel row. The name of the page can be the unique code stored in the first column.
I also created a page template with page property (and page property report) but I'm not sure if it can be used as part of this process.
Can this be done without an add-on or maybe with Zapier?
Thank you
Best bet is to write a script using the REST API to parse your spreadsheet and create a new page based on each row.
Here are the API docs for server/Data Center
https://developer.atlassian.com/server/confluence/confluence-rest-api-examples/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
In a native way, you can import content using a word document or only embed a excel file inside a page on Confluence.
You could consider use an app, but if you use Jira with confluence I would suggest create pages using an automation inside Jira, with following:
I hope it can help you!
Regards!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, that seems an interesting option as we do use Jira and it doesn't require coding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.