I'm using Google Script and am retrieving records from various tables in sheets and am trying to figure out some elegant ways that the framework will allow for this, without writing something from scratch myself. It seems that according to the following post, there isn't the functionality within Google Apps Script to directly utilize the filter functions that exist in the sheets themselves:
google spreadsheet script - Enable filter with a range by script
So, if this is the case, what are people turning to in order to perform the functions of filtering and sorting data within Google Script?
Thank you, Nicholas Kincaid