
Apps Script
Random and fake test data in Sheets with Google Apps Script
Sometimes you need to generate some fake data for a spreadsheet. In this post I’ll cover a few utilities in 2 separate libraries that can help with this. Faker This is a node module to […]