Menu

Tree [r80] /
 History

HTTPS access


File Date Author Commit
 Experimental 2008-12-05 teccha [r80]
 WXLua_Ref 2008-12-04 teccha [r78] Update with manuals for easier working
 grids 2008-04-23 teccha [r75] tried grid table didnt work.
 COPYING 2006-09-29 ricardonz [r3] Added final files to svn on sourceforge.
 README 2008-04-12 ricardonz [r43] test
 TODO 2008-04-18 teccha [r67] updated to .lsv,added dll's
 gpl.txt 2006-09-29 ricardonz [r3] Added final files to svn on sourceforge.
 lcfunctions.lua 2008-04-12 teccha [r44]
 lchelp.lua 2006-10-07 ricardonz [r12] Fixed a few function bugs(had called them the w...
 lcselect.lua 2006-10-24 ricardonz [r28] moved selection around
 lcstack.lua 2007-09-20 ricardonz [r39] got undo to update cell
 luacalc.bat 2007-09-22 ricardonz [r41] made it easier to run on windows
 luacalc.lua 2007-09-20 ricardonz [r39] got undo to update cell
 luacalcui.wx.lua 2007-09-22 ricardonz [r40] got windows version working!
 plot.lua 2006-10-15 ricardonz [r22] Added a very basic graphing facility.
 stringaux.lua 2006-10-25 ricardonz [r29] a simple script to aid in solving sudoku proble...
 sudoku.lua 2006-10-25 ricardonz [r29] a simple script to aid in solving sudoku proble...
 test.lua 2006-10-22 ricardonz [r25] Took out dependency for the install target in M...

Read Me

LuaCalc

A simple spreadsheet program/interactive api written in lua.
Copyright (C) 2006 Richard Simes
You may distribute this program under the terms of the 
GNU General Public License. see COPYING and gpl.txt for
details.

Enhancement By K.Plate, a new Dev since April 2008

Installation:
You will need to install the latest wxLua from:
http://wxlua.sourceforge.net/

And copy wxlua(.exe) into the same directory as luacalc.

Alternatively, you can run luacalc using luaAIO

Windows:

	Run 'luacalc.bat'


Linux:

	Run

	wxlua luacalcui.wx.lua

	or:

	lua -i luacalc.lua


write a value to a cell using:
> luacalc.sheet[1][1]=7
or
> luacalc.sheet[1][2]=" A string"
or
> luacalc.sheet[1][3]="=CONCATENATE(A1, A2)" 
	
inspect a cell with:
> =A3
 7 A string




Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.