Spreadsheet: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A few groups are working on [[Activities/Spreadsheet|spreadsheet]] activities for the XO. Dan Bricklin and Luke Closs are working on '''[[SocialCalc]]''', one of the more active initiatives, which has a full javascript featureset and is pushing the envelope re: what js programs can do within Sugar.
A few groups are working on [[Activities/Spreadsheet|spreadsheet]] activities for the XO. Dan Bricklin and Luke Closs are working on '''[[SocialCalc]]''', one of the more active initiatives, which has a full javascript featureset and is pushing the envelope re: what js programs can do within Sugar.

See SocialCalc for the full activity description.


{{stub}}
{{stub}}


[[category:activities]]
[[category:activities]]
{{Activity page
|genre=Math and Science
|short description=Javascript spreadsheet activity.
|long description=A spreadsheet activity based on Dan Bricklin's work with SocialText, written in Javascript. It has basic Sugar integration, but is still working on implementing subtle versioning and collaboration, and providing visualizations. It scales well to tens of thousands of rows by only rendering the rows being viewed at a given time, and only evaluating expressions on creation and refresh.

|contact person=User:Manu
|activity source=http://github.com/lukec/socialcalc-xocom/tree/master
|language codes=en
|related project=SocialCalc
|bundle URL=http://github.com/lukec/socialcalc-xocom/tree/master/SocialCalcActivity-1.xo
|activity version=1
|releases=8.1.0 (703), 8.1.1 (708)
|devel status=4. Beta
}}

Revision as of 08:05, 23 August 2008

A few groups are working on spreadsheet activities for the XO. Dan Bricklin and Luke Closs are working on SocialCalc, one of the more active initiatives, which has a full javascript featureset and is pushing the envelope re: what js programs can do within Sugar.

See SocialCalc for the full activity description.

This article is a stub. You can help the OLPC project by expanding it.