Tools and functions that facilitate everyday tasks in Google Script.
| Class | Brief description |
|---|---|
| EmailManager | Sends email with html template |
| HashManager | Create hash with md5, sha1 and sha256 algorithms |
| 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. |
Licensed under the MIT License.