|
TrimSpreadsheet
TrimSpreadsheet{ TrimSpreadsheet home -- download | community } '''TrimSpreadsheet''' is a lightweight open-source JavaScript spreadsheet engine. It let's you work with spreadsheet data right in your web browser. As with all TrimPath components, the '''TrimSpreadsheet''' engine is written as 100% standards-based JavaScript and CSS. Spreadsheets are stored as HTML <table> markup, so it's easy to understand and embed into your own web pages. Merely assign a class of "spreadsheet" to your <table>, and the TrimSpreadsheet engine will do the rest. Anyone familiar with CSS can also easily create their own spreadsheet themes. DemosWant to see TrimSpreadsheet in action? Here's some demos... Note: these demos run the latest, most featureful development code. Please see the download page if you want a stable prior release.Features
More information
{ TrimSpreadsheet home -- download | community } |
this is an excellent library. thanks:
1) Is there some say to make some cells uneditable. For example: i would like to make my ROW 1 (which will contain headings for a data entry app spreadsheet) as READ-ONLY.
2) If i want to select multiple cells and then copy by pressing Ctrl+C and then paste into other cells by pressing Ctrl+V (this feature is present in google spreadsheet)
3) is there any plan for arrow key navigation support in cells (this feature is present in google spreadsheet)
i may be asking for too much. But is there any roadmap to include some/all of these features.
bye :-) Ashish Ranjan ashishwave@yahoo.com
Great initial tutorial, couldn't be clearer. Thanks!