This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "final_space": true, | |
| "console_title": true, | |
| "console_title_style": "folder", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "horizontal_offset": 0, | |
| "vertical_offset": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Count the number of cells of the active spreadsheet | |
| * | |
| * @param {A1} input Used to force recalculation. | |
| * @customfuncion | |
| */ | |
| function cellsCount(input) { | |
| var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
| var sheets = ss.getSheets(); | |
| var cells = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| info it worked if it ends with ok | |
| verbose cli [ 'c:\\Program Files\\nodejs\\node.exe', | |
| verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
| verbose cli 'install', | |
| verbose cli 'socket.io' ] | |
| info using [email protected] | |
| info using [email protected] | |
| verbose config file C:\Documents and Settings\op0396\.npmrc | |
| verbose config file c:\Program Files\nodejs\etc\npmrc | |
| verbose config file C:\Program Files\nodejs\node_modules\npm\npmrc |