Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
/ lua-for-excel Public archive

Excel add-in for Excel functions in the Lua programming language.

License

Notifications You must be signed in to change notification settings

stever/lua-for-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua for Excel

This project shows how Excel functions using the Lua programming language can be used in Excel. It is currently provided as a proof-of-concept, and light on features. It currently supports a single Lua script embedded in the Excel file as an XML Part. This script is parsed for Lua functions, which are then registered as functions using Excel-DNA.

There is no API provided currently to the Lua scripts, but there is potential there. The Lua sandbox is currently restricted to modules defined by the MoonSharp Preset_HardSandbox setting.

See // http://www.moonsharp.org/sandbox.html for more info.

About

Excel add-in for Excel functions in the Lua programming language.

Topics

Resources

License

Stars

Watchers

Forks