Table of contents | |
Status/RoadMap | |
We want a WYSIWYG Spreadsheet/table plugin. The goal is to be able to embed spreadsheets in wiki pages/articles similar to how JGraphPad does with graphics.
We initially partnered with Jeppers (java applet) but now we are writing from scratch in Javascript, aka TikiSheet. TikiSheet is designed to be modular and portable to other web applications. To try it our now, please see TikiSheetDemo |
TikiTeam | |
Competition and standards | |
There does not seem to be any other open source projects which offer similar functionality. We hope other open source web applications will also use & enhance TikiSheet. Please see Spreadsheet/table editor in directory for related info. |
Trackers | |
Todo | |
|
CVS Doc section | |
We need the full URL of a standard localhost site for sheet creation and admin... Where are the params found for this tool? ML: What do mean? Now considered as 'quite stable' in CVS, try it out! TikiSheet is a web-based spreadsheet, similar to MS Excel or OOo Calc. If you use a different browser and find bugs, feel free to report them, I might be able to fix them. |
Tested and working | |
|
Tested and failed | |
|
Features | |
|
Planned Features | |
|
Known Bugs | |
|
Fixed Bugs | |
|
Participation | |
Feel free to create a stylesheet. 'default' one is very basic. The function library could use some contributions. The file is located at: lib/sheet/formula.js. It simply contains a list of JavaScript functions that can be executed by the grid. Simple values (A1) are sent directly and ranges (A1:B3) are sent as a single dimensional array containing all values in the range. As much as possible, use the same names used in MS Excel and OOo Calc, it will be useful later on to convert the formats and will help users anyway. If a feature can't be implemented directly because it requires a different syntax, notice me. |
Practical use in the classroom | |
I was hoping to have my students keep logs of the money they spent on X Y and Z and try to realign attention to practical money matters.
|