Skip to content

Javascript Code ​

You can use Javascript code in any field or you can give any field only in Javascript type. We have used Monaco Editor to edit Javascript code.

js
// Where your code is ending, add this line only then the form will run further.
localStorage.setItem("EXCEL-DATA-FILLER-V4-EXECUTE-JS-CODE-RESPONSE", "1");
// Where your code is ending, add this line only then the form will run further.
localStorage.setItem("EXCEL-DATA-FILLER-V4-EXECUTE-JS-CODE-RESPONSE", "1");

Global Variable ​

Use $ENTRY_DATA variable in the javascript code for access entry and excel data.

js
// Entry Data
console.log($ENTRY_DATA)
// Entry Data
console.log($ENTRY_DATA)

Editor Shortcut keys ​

  • F11 = Full Screen
  • Ctrl + S = Save
  • Ctrl + Z = Word Wrap
  • Shift + Alt + L = Debug Console Log

Released under the MIT License.