* Batch API support for import and export.
* Sheetnode CKEditor plugin module.
* CCK field improvements, including sheet templates as default value.
* Token support, both as a new spreadsheet function and to access cell values.
First functional port of latest Sheetnode on D6. Only sheetnode.module is supported:
* Sheetnode content type
* Sheetfield, um, field
* Views integration
* Search indexing
* Token integration
* Full SocialCalc support
You will need to get the latest SocialCalc version to support D7. Upgrading from previous dev versions of D7 is not supported (and might never be). To upgrade from D6, you should first upgrade your D6 version to 6.x-1.6 or later.
* Batch API support for import.
* Sheetnode CKEditor plugin module.
* CCK field improvements, including sheet templates as default value.
* Token support, both as a new spreadsheet function and to access cell values
2. Added pure PHP import/export:
Using PHPExcel library to import/export to several spreadsheet formats. Added module sheetnode_phpexcel to communicate with the library.
* Removed dependency on Java libraries. Removed sheetnode_xls, sheetnode_ods, php_java_bridge.
* Added modules/sheetnode_phpexcel to provide import/export based on PHPExcel readers and writers.
* Added modules/sheetnode_text to import text-formatted tables.
* Added modules/sheetnode_html to import HTML tables.
* Moved sheetnode_google to modules/sheetnode_google.
PLEASE DELETE sheetnode_google.* FROM ROOT SHEETNODE DIRECTORY!
NEW FEATURES:
* More features for Spreadsheet Views style plugin
* Added Ajax support to Spreadsheet style plugin
* Added new style plugins to export ODS and XLS