ARI Smart Content: ARI ZohoSheet plugin

Joomla Zoho Sheet plugin, module, component, extension.

Online sheets plugin. Allows to embed Zoho-powered online sheets in your Joomla! system.

Features:
  • Easy to embed online sheets
  • Automatically reloads when the sheet is changed
  • Customizable
  • For more information please visit http://sheet.zoho.com/

Example:




Usage:

{arizohosheet urlorname="true" username="user" sheetname="test"}


Parameters:

  • urlorname - Sheet can be displayed by loading URL into iframe or by getting content via Zoho user name and sheet name. Values: 1 (user name and sheet name), 0 (URL)
  • url - Sheet URL to load. Leave empty if you are loading sheet by user name and sheet name. Values: URL
  • username - User name. Leave empty if you are loading sheet by URL. Values: string
  • sheetname - Sheet name. Leave empty if you are loading sheet by URL. Values: string
  • width - Presentation width. Example: 300 or 100%. Values: number or percentage
  • height - Presentation height. Example: 300. Values: number
  • style - Custom iframe style. Requires CSS knowledge. Example: border:1px solid #AABBCC. Values: CSS string
  • border - Show border or not. Values: true, false
  • scrolling – Scrolling type. Values: auto, yes, no