full-path / ridesheet

Google apps script support for a Google Sheets-based demand-responsive trip scheduling and reporting system.
MIT License
5 stars 4 forks source link

Updating a single row of a sheet should be easier. #119

Open keviniano opened 5 months ago

keviniano commented 5 months ago

Create a function that accepts a sheet, row number, and hash of new values. Have it update the corresponding range and return the row range, for chaining.