Skip to main content

Welcome GASsma!

Like ORM GAS library for Google Sheets

More Manageable

When you want to retrieve specific rows from a spreadsheet, or sort retrieved data conditionally, you need complex array processing. This leads to code bloat and reduced readability. GASsma solves these problems and keeps your code concise.

Fewer Mistakes

When working with spreadsheets in GAS, you use getRange() to specify row and column numbers. This carries a risk of miscounting. However, GASsma automatically reads column names and sheet ranges. You don't need to count sheet ranges.

More Secure

When working with spreadsheets in GAS, you need to be security-conscious. For example, when integrated with Google Forms, you must prevent malicious users from executing spreadsheet formulas entered in responses. GASsma includes such security measures, enabling safe development.