README.txt |
README.txt |
|
SHEETNODE
A module to host spreadsheets as Drupal nodes.
INSTALLATION
Please refer to http://www.drupal.org/project/sheetnode for installation instructions. |
sheetnode.css |
sheetnode.css |
|
/*
*/
.sheetview {
padding-top: 10px;
margin-bottom: 30px;
}
.sheetview table, .sheetview td, .sheetview th {
padding: 0;
margin: 0;
line-height: normal;
border-width: 0;
border-collapse: separate;
width: auto;
background:… |
sheetnode.info |
sheetnode.info |
|
name = Sheetnode
description = "Spreadsheet node using <a href="http://www.socialtext.net/open/index.cgi?socialcalc">SocialCalc</a>."
package = Other |
sheetnode.install |
sheetnode.install |
|
|
sheetnode.module |
sheetnode.module |
|
|
sheetnode_ckeditor.info |
modules/sheetnode_ckeditor/sheetnode_ckeditor.info |
|
name = Sheetnode CKEditor
description = Adds CKEditor button to Sheetnode toolbar.
package = Sheetnode
dependencies = sheetnode |
sheetnode_ckeditor.module |
modules/sheetnode_ckeditor/sheetnode_ckeditor.module |
|
|
sheetnode_phpexcel.export.inc |
modules/sheetnode_phpexcel/sheetnode_phpexcel.export.inc |
|
|
sheetnode_phpexcel.import.inc |
modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc |
|
|
sheetnode_phpexcel.info |
modules/sheetnode_phpexcel/sheetnode_phpexcel.info |
|
name = Sheetnode PHPExcel
description = Provides PHPExcel integration with Sheetnode.
package = Sheetnode
dependencies = sheetnode |
sheetnode_phpexcel.install |
modules/sheetnode_phpexcel/sheetnode_phpexcel.install |
|
|
sheetnode_phpexcel.module |
modules/sheetnode_phpexcel/sheetnode_phpexcel.module |
|
|
sheetnode_phpexcel.views.inc |
modules/sheetnode_phpexcel/sheetnode_phpexcel.views.inc |
|
|
sheetnode_phpexcel_plugin_style.inc |
modules/sheetnode_phpexcel/sheetnode_phpexcel_plugin_style.inc |
|
|
socialcalc.inc |
socialcalc.inc |
|
SocialCalc manipulation functions
Translated from socialcalc-3.js and companion files |