My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FAQ  
Frequently Asked Questions
Phase-Support, Featured
Updated Aug 14, 2009 by codex.is.poetry

Which PHP version does the plugin require?

PHP 5.

Does it use iframes?

No, it doesn't.

The plugin doesn't show up on my list of installed plugins. Why?

The most probable reason for this is because the user that your Web server runs as (usually nobody or www-data) does not have read permissions to the plugin files. To fix this, use chgrp to change the group of the files to one that your Web server runs as. For example,

    chgrp -R www-data .

How do I create zebra patterns for my tables ?

As of v0.7, all rows and columns have an additional class that marks it as even or odd. Use these to create alternating patterns.

How can I get the numbers to display as rounded, without decimal points?

The current plugin doesn't support any data manipulation (I would like to leave that to Google since they do such a great job.) To round your numbers, use the function ROUND (number, count) in your cell. Further documentation from Google is available here.

Comment by jarvis...@gmail.com, Sep 26, 2009

does this work with pdf? My word documents appear but not my pdf's

Comment by project member codex.is.poetry, Sep 26, 2009

no, it doesn't.

Comment by mukas...@gmail.com, Jan 14, 2010

I have been using this for over a year at morningsidehospital.com with great satisfaction, but we recently started getting the following fatal error related to memory allocation:

Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 134 bytes) in /home/infoinsights/morningsidehospital.com/wp-content/plugins/inline-google-docs/library/Zend/Gdata/App/Base.php on line 245

This is on a page that has three separate docs displayed inline. Each of the spreadsheets show without problem on its own page. Is there a memory or filesize limit?

Comment by project member codex.is.poetry, Jan 14, 2010

Hi mukasama.

There is a limit, but it is not set by my plugin. The limit is set by PHP in php.ini

See "memory_limit" in http://php.net/manual/en/ini.core.php

Comment by williamf...@gmail.com, Apr 23, 2010

Is it possible to display only a range of cells or, alternatively hide columns? My hidden columns show up on the web page.

Comment by saffronk...@gmail.com, May 25, 2010

I am trying to show data from single cells - this works perfectly if the Row and Column numbers are below 10 - but nothing at all show when either number is 10 or above?

Any ideas?

Comment by gamniel...@gmail.com, Jun 4, 2010

Hi guys

I'm not sure where and can edit my SVN, so I can access my google docs and embed them. I've installed the plugin, connected it with my google account, but the change of the SVN I do not not where do to.

I want to embed my google docs to this wordpress installation www.thomasgam.org/refleksion. It for a a school report.

Thank you!

Comment by fab...@ictschool.eu, Oct 9, 2010

How can i make a page with this plugin that shows all my docs and directories i have on my google docs account?

Any ideas?

Comment by leilaswa...@gmail.com, Oct 25, 2011

Hi,

Can I use this to embed a form? And (probably stupid) how do I access the plugin's configuration? I don't see that as an option on the plugins page.

Thanks!


Sign in to add a comment
Powered by Google Project Hosting