A function to add auto filters to the spreadsheet.
spreadsheetAddAutoFilter(SpreadsheetObj, autofilter)
returns void
Name | Type | Required | Default | Description |
---|---|---|---|---|
spreadsheetObj | any | Yes | Excel spreadsheet object | |
autofilter | string | Yes | The Excel filter that needs to be applied to the sheet. Note that the vale should not contain spaces or invalid characters. |