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
|[`checkMultipleAccount`](src/appsscript/checkMultipleAccount.ts)| Checks if multiple Google accounts are in use. |
51
51
|[`getByteSize`](src/appsscript/getByteSize.ts)| Returns the size of a string in bytes. |
52
52
|[`isHtmlOutput`](src/appsscript/isHtmlOutput.ts)| Checks if an object is an [`HtmlOutput`](https://developers.google.com/apps-script/reference/html/html-output). |
@@ -62,7 +62,7 @@ A collection of functions to simplify working with Google Sheets.
|[`appendColumn`](src/appsscript/sheets/appendColumn.ts)| Appends a single column of data to the sheet. |
67
67
|[`appendColumns`](src/appsscript/sheets/appendColumns.ts)| Appends multiple columns of data to the sheet. |
68
68
|[`appendRow`](src/appsscript/sheets/appendRow.ts)| Appends a single row of data to the sheet. |
@@ -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. |
@@ -101,7 +102,7 @@ General utility functions that can be useful in any JavaScript/TypeScript projec
0 commit comments