Child pages
  • Using Excel files as sources for ConfiForms fields

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These 2 APIs are available at the following URLs:

File formatAPI URLMethod
Excel 97-2004 (xls)

https://YOUR_CONFLUENCE_SERVER/ajax/confiforms/rest/excel-2json.action

Status
colourBlue
titleSINCE 3.14.5

/rest/confiforms/1.0/excel/{attachmentId}

GET
Excel (xlsx)

https://YOUR_CONFLUENCE_SERVER/ajax/confiforms/rest/excel2007-2json.action

Status
colourBlue
titleSINCE 3.14.5

/rest/confiforms/1.0/excel2007/{attachmentId}

GET
CSV (default format)

https://your_confluence_server/ajax/confiforms/rest/csv-2json.action

Status
colourBlue
titleSINCE 3.14.5

/rest/confiforms/1.0/csv/{attachmentId}

GET


Services expect/support the following parameters:

...