You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ A collection of functions to simplify working with Google Sheets.
85
85
|[`isTextStyle`](src/appsscript/sheets/isTextStyle.ts)| Checks if an object is a [`TextStyle`](https://developers.google.com/apps-script/reference/slides/text-style). |
86
86
|[`isValidSheetName`](src/appsscript/sheets/isValidSheetName.ts)| Checks if a sheet name is valid. |
87
87
|[`isValidSpreadsheetId`](src/appsscript/sheets/isValidSpreadsheetId.ts)| Checks if a spreadsheet ID is valid. |
88
+
|[`nonSheet`](src/appsscript/sheets/nonSheet.ts) 🆕 | Checks if an object is not a [`Sheet`](https://developers.google.com/apps-script/reference/spreadsheet/sheet). |
88
89
|[`parseA1Notation`](src/appsscript/sheets/parseA1Notation.ts)| Parses an A1 notation (e.g., 'A1:B2') into [`GridRange`](src/appsscript/sheets/types/GridRange.ts) components. |
89
90
|[`prependRow`](src/appsscript/sheets/prependRow.ts)| Prepends a single row of data to the sheet. |
90
91
|[`prependRows`](src/appsscript/sheets/prependRows.ts)| Prepends multiple rows of data to the sheet. |
@@ -243,7 +244,7 @@ Functions for working with file paths and URLs.
0 commit comments