Being able to adjust row height would be really useful. Also, I am using this on a Wordpress site and need two different spreadsheets with different content. However, when I make the second one it duplicates the first and any changes ripple through. Is there any way to stop this and create two completely separate spreadsheets?
Hi! I’ve installed the plug-in and everything works great thus far. The only problem I’ve encountered is that the spreadsheet is read-only for guests. I want everyone to be able to edit it… how do I go about this? Sorry for the stupid question
Hi,
thanks for your feedback.
To enable editing spreadsheet to everyone you should open file spreadsheet_data.php (wp-content/plugins/spreadsheet/ for Wordpress or plugins/content/spreadsheet/ for Joomla) and to modify it like here:
$conn = new GridCellConnector($res, $table_prefix."dhx_");
if (!isset($available_to[$usertype]) || $available_to[$usertype] == false)
$conn->set_read_only(true);
$conn->render();
Hi Didi!
Unfortunately there is no way to hide column headers.
To disable showing export buttons in readonly mode update file codebase/dhtmlxspreadsheet.js from attachment, please. dhtmlxspreadsheet.zip (10.4 KB)
… and the export to Excel does not work at all… My goodness, it seems this plugin has been released without any test… and now I’m stuck with a big regression… great.
Hi BHuck67,
Unfortunately there is no way to insert a row.
Could you provide line to your spreadsheet?
Please, describe more in details how export doesn’t work. Export button doesn’t appear at all? Export process fails at server side? Any other problems?
Hope you’ll change your opinion.
We are trying to make our product better so your feedback is important for us.
Is there any other problems (excluding export to excel and inserting row) which didn’t get you to use a plugin as you planned?