Google Script sort 2D Array by any column

前端 未结 3 655
故里飘歌
故里飘歌 2020-12-21 06:42

I had a asked an earlier question about retrieving records from a database, here: Retrieving Records from a Google Sheet with Google Script

I\'m fairly comfortable w

3条回答
  •  不思量自难忘°
    2020-12-21 07:14

    My suggestion is to use a library like underscore.js which has a lot of useful functions to manipulate collections, arrays, map/reduce, sorting etc... Works without a glitch with Google Apps Script. That's the first library I add to any project I start on GAP.

提交回复
热议问题