hyfi06 / apps-script-tools

Tools and functions that facilitate everyday tasks in Google Apps Script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Script tools and functions

Tools and functions that facilitate everyday tasks in Google Script.

Class

Class Brief description
EmailManager Sends email with html template
HashManager Create hash with md5, sha1 and sha256 algorithms

Functions

Function Brief description
toANotation Convert a number to letter of column. 0 -> A, 1 -> B.
read Read a sheet form a Spreadsheet.
write Write data on a Spreadsheet.
zeroFiller Return a number as string with the minimal length given and fill whit leading zeros.
strftime Return datetime as string with the given format and locale identifier.
timestamp Return datetime as string with the given format.

License

Licensed under the MIT License.

About

Tools and functions that facilitate everyday tasks in Google Apps Script.

License:MIT License


Languages

Language:JavaScript 100.0%