Lodashgs
Lodash is a library that enables the use of the lodash.js library in Google Apps Script
Install / Use
/learn @oshliaer/LodashgsREADME
LodashGS
Lodash for Google Apps Script is a library that enables the use of the lodash.js library in Google Apps Script. API docs are available here.
Adding the library to your project
Lodash for Google Apps Script is made available as a script library. This is how you add it to your project:
- Select "Resources" > "Libraries..." in the Google Apps Script editor.
- Enter the project key (
1SQ0PlSMwndIuOAgtVJdjxsuXueECtY9OGejVDS37ckSVbMll73EXf2PW) in the "Find a Library" field, and choose "Select". (If you have copied the library, enter instead the project key of your copy.) - Select the highest version number, and choose Lodash as the identifier. (Do not turn on Development Mode unless you know what you are doing. The development version may not work.)
- Press Save. You can now use the Lodash library in your code.
Custom copying
You can find the current build for the Apps Script platform in the build folder.
Versions
- The
6version (full descriptionv1.0.2-1 (4.17.21)) of the LodashGS corresponds to the4.17.21version of the Lodash.
Loading the library
To load LodashGS:
var _ = LodashGS.load();
Same for v8:
const _ = LodashGS.load();
Copying the library
A Google Apps Script project for Lodash is available here.
To copy the library, Select "File" > "Make a copy..." in the Google Apps Script editor.
Testing the library
{TO DO}
Links
License
Lodash for Google Apps Script is released under the MIT license.
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
