Hi,
I like the idea of the Spreadsheet as a part of dhtmlx family. As I understand it is the first step into the direction. So for the next release I would recommend considering the following extensions to Spreadsheet’s functionalities:
- Cut/Paste (CTRL+X) - now it works like copy (CTRL+C)
- Integration with other components.
- API - it is really nice to have a spreadsheet on the page, but being able to attach a toolbar with buttons for copy, paste, delete etc actions would be great - please remember the users of application not necesseryly use keyboard shortcuts (actually my professional practice tells otherwise - the most common is right-click and selecting copy/paste or using Edit menu for that purpose)
- Possibility to lock/unlock selected cells in order to allow spreadsheet users to modify only certain cells. That requires at least one more column in data table (eg. named “lock”) with a cell status like 1 or 0, and another column in sheet table, like “key2”, that would allow another status of spreadsheet usage, like:
- no key - full access
- key - read-only
- key 2 - locked cells are read-only, the rest - editable
- Using values from antoher sheet’s cells in formulas
These are just from a top of my head
Cheers!
Adam