Support » Plugin: Inline Google Spreadsheet Viewer » Interactive table

Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    No. The forumlas themselves are processed on Google’s side of the connection. This plugin can only interact with the result of formulas (called values). If you need to make it possible for users to interact with the formulas themselves, you should provide an iframe that loads the editing interface directly, for which you do not need this plugin.

    To load the editing interface directly, you (probably) want to type something like this into the “Text” editing view of your WordPress post:

    <iframe src="https://docs.google.com/spreadsheet/d/ABCDEFG/edit" seamless="seamless">This feature requires IFRAMEs to work. Please use a browser that supports IFRAMEs.</iframe>

    Also, of course, replace the content of the src attribute with the URL to your table. 🙂

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Interactive table’ is closed to new replies.