I'm having problems getting sheetnode to work and one problem which may be is contributing to my difficulties is that the code calls function drupal_execute but that function has been renamed to drupal_form_submit

Perhaps I have got the wrong version since others appear to have sheetnode working.

Comments

Patricia_W’s picture

Here is one error I am getting when I attempt to import a spreadsheet. I've got the most current version of PHPExcel and SocialCalc

Warning: Illegal offset type in _sheetnode_phpexcel_import_form() (line 6 of /home/content/p/w/a/pwarwick/html/sites/all/modules/sheetnode/modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc)

calbert’s picture

Priority: Normal » Critical

I am getting the same error?

Is there anybody working on a fix for this?

Warning: Illegal offset type in _sheetnode_phpexcel_import_form() (line 6 of sites/all/modules/sheetnode/modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc).

calbert’s picture

Just a quick bump?

infojunkie’s picture

Version: 7.x-1.x-dev » 7.x-1.0-alpha1
Status: Active » Fixed

Please try the new 7.x-1.0-alpha1. It's completely new code - I wasn't working on previous D7 code. Make sure to read the release notes.

calbert’s picture

I just installed the new alpha and ran my updater, and flushed dns

I still get the following error

Warning: Illegal offset type in _sheetnode_phpexcel_import_form() (line 6 of /var/www/vhosts/metrosource/drupal-7.0/sites/all/modules/sheetnode/modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc).

infojunkie’s picture

Status: Fixed » Closed (duplicate)

Sorry, I just realized you are referring to the Sheetnode PHPExcel module. As I mentioned in the release notes of alpha1, I only ported the core Sheetnode module so far. I should be making an alpha2 release with PHPExcel integration within the next few days. Please follow the progress over here: #1500222: Port sheetnode_phpexcel.module.