How to embed an Excel file?

Prev Next
Professional
Business
Enterprise






In today’s digital age, visual aids like charts and tables are crucial for conveying complex data effectively. Document360 helps you to embedding Excel files directly into your articles which can enhance clarity and provide readers with interactive data.

Through the process of embedding Excel spreadsheets into your Document360 articles, your documentation becomes more engaging and informative.


Embedding an Excel file

In Excel,

  1. Open the desired Excel file.

  2. Navigate to File > Share > Embed.

    The Embed page appears.

  3. Scroll down to Embed code and copy the generated HTML code.

1_ScreenGIF_Copying_the_embed_code

In the Document360 Knowledge base portal,

  1. Go to the desired article.

    a. If using Markdown: You can paste the copied embed code directly into the editor.

    b. If using Advanced WYSIWYG editor: Switch to Code view and paste the copied embed code in the desired editor.

  2. The Excel file is now embedded in your article.


Sample code

 <iframe width="402" height="346" frameborder="0" scrolling="no" src="https://kovailtd-my.sharepoint.com/personal/manoharan_soundarraj_kovai_co/_layouts/15/Doc.aspx?sourcedoc={39f3b8e9-01f6-4c7c-a3d0-f257a8d43dd7}&action=embedview&wdAllowInteractivity=False&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True&wdInConfigurator=True"></iframe>

Outcome

Markdown

embedding the excel file

Advanced WYSIWYG editor

embedding the excel file