spreadsheet:followed installation and yet no display on page

Same issue. WP 3.5.1 new install of this plugin.
returns blank space.

Thanks in advance.

 

Hi,
does any javascript error occur when page is loaded?
Could you provide link to your spreadsheet page?

I found the problem. I can see the spreadsheet now. Just made the following change:

$cfg .= “}\n\n”; to $cfg .= “}\n”; in public function get_spreadsheet_client(). Thanks for your help. Hope this will help others.

The function get_spreadsheet_client() can be found in dhtmlxspreadsheet/spreadsheet_common.php

Good work! :slight_smile:

Hi,
I’m using Joomla 2.58 and I’m instal dhtmlxSpreadsheet 2.0 beta.
Actually plug-in is installed correctly. and when i put the marker [[spreadsheet]] in a new page nothing showup except white space in a box.
My link to spreadsheet folder is: /domains/aeromodelling.lt/public_html/plugins/content/spreadsheet
Sorry for bad English knowledge

Hi,
please, open file plugins/content/spreadsheet/spreadsheet_data.php and modify line 37 like this:

$mainframe = JFactory::getApplication ('site');

Thanks radyno for your help. Table showing :slight_smile:

using on WordPress I also get no content shown where the spreadsheet should be.

Error shows as follows… (is there a missing “;” ??)

Timestamp: 22/05/2013 09:04:41
Error: SyntaxError: missing ; before statement
Source File: intranet.kmraudio.com/?page_id=2487
Line: 28, Column: 60
Source Code:
in:‘dhx_skyblue’,math:false,autowidth:false,autoheight:true}dhx_sh = new dhtmlxSpreadSheet({load:cfg.load,save:cfg.save,

content from generated page…

Test Page

Hi,
please, open file wp-content/plugins/dhtmlxspreadsheet/spreadsheet_common.php, find method get_spreadsheet client and add semicolon in the follow line:

public function get_spreadsheet_client() {
                ...
		$cfg .= "};\n\n";

super, thanks

Excuse me. I have installed the plugin in a Joomla 3.2.1 but i have the blank area.

There is the fowolling error in the console:

Fecha y hora: 26/02/2014 3:15:44
Error: SyntaxError: syntax error
Archivo de origen: http:// www. rtdi.eu//innowizard/plugins/content/spreadsheet/codebase/spreadsheet.php?load=js
Línea: 18104, columna: 1
Código fuente:
(

The link is: http:// www. rtdi.eu/innowizard/index.php/ejemplo-hoja

Thank you very much for your ideas and help.

Dear Sirs
Installed “dhtmlxSpreadsheet_v20_joomla_30.zip” to extension manager on my Joomla 3.2.3 website and enabled the plugin named “spreadsheet”
Inserted, via JCE editor, both texts below into an test article and saved.
[[spreadsheet]]

[[spreadsheet?&width=600px&height=400px&id=3&color_scheme=salad]]
Result : On the frontend of my site : Just a blank white box.
Regards Phantom47 :smiley: