Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 553 Bytes

Blockly Sheets

This is a project to use Google's blockly to create spreadsheet formulas.

Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.

Directories

  • media/ Blockly media files and other files that need to be hosted for this to work properly.
  • extension/ Builds the extension for integration with Google Sheets.
  • blocks/ Contains definitions of blocks.
  • generators/ Contains definitions to convert blocks into spreadsheet formulas.