Spreadsheet functionality

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

Spreadsheet functionality

Post by adventuresofgreg » Sun Dec 05, 2010 12:41 am

Hello: is there a 3rd party utility that will allow me to type spreadsheet-like formulas into the data grid? Basically, I want to be able to treat data in a data grid like I would in Excel. I've looked at the RevPlanet data grid product, but it seems more like a formatting tool than a way to compute the data in cells like a spreadsheet would.

wilstrand
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 114
Joined: Mon Jan 03, 2011 3:02 pm
Contact:

Re: Spreadsheet functionality

Post by wilstrand » Sun Mar 24, 2013 1:21 am

Hi!

I have just released rGrid which is a spread sheet inspired grid control.
rGrid is open source so you can use the code as you wish for non commercial projects.
It supports formulas and a range of other spread sheet like features. Maybe rGrid can meet your
requirements! And for me, in this stage of development, all feedback would be very valuable!
There is a dictonary and a collection of demo scripts that I hope shows what can be done and how to do it.
You can download the latest version from http://www.tapirsoft.com

With my best regards

Mats Wilstrand
http:www.tapirsoft.on-rev.com
Open Source LiveCode Plugins - rIDE, rGrid, rTree
LiveCode projects

Post Reply