Home Analyst Portal
Options

Embed Excel file into KB article?

Jason_MeyerJason_Meyer Customer Advanced IT Monkey ✭✭✭

Has anyone had any luck embedding an Excel file into a Ciresion portal Knowledge article? I've tried a few different ways that work in a straight HTML page, but so far haven't had any luck within the KNOWLEDGE article framework.

Best Answer

  • Options
    Jason_MeyerJason_Meyer Customer Advanced IT Monkey ✭✭✭
    Answer ✓

    So thinking that KB articles do not support iframes. Linked the excel file using:

    <a href="ms-excel:ofe|u|https://myexcelfile.xlsx">Open in Excel</a>

    That is working for us.


    Would have liked to just embed the spreadsheet but this works.

Answers

  • Options
    Jason_MeyerJason_Meyer Customer Advanced IT Monkey ✭✭✭
    Answer ✓

    So thinking that KB articles do not support iframes. Linked the excel file using:

    <a href="ms-excel:ofe|u|https://myexcelfile.xlsx">Open in Excel</a>

    That is working for us.


    Would have liked to just embed the spreadsheet but this works.

Sign In or Register to comment.