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

createRows doesn't handle some falsy data properly #114

Closed keviniano closed 3 months ago

keviniano commented 8 months ago

Values of 0 and false don't get properly copied to new rows when using createRows. Only null and zero-length strings should be ignored.

https://github.com/full-path/ridesheet/blob/f4bfd1f814cf1de89f573f9157b7ff98767af3b1/sheets.js#L103