/blocklysheets

A Google Sheets extension to help new users write spreadsheet formulas.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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.