@@ -11,7 +11,7 @@ one place.
1111Functions specifically designed for Google Apps Script environments, including utilities for working with spreadsheets.
1212
1313| Function | Description |
14- | :----------------------- | :----------------------------------------------- |
14+ | :--------------------- | :--------------------------------------------- |
1515| ` checkMultipleAccount ` | Checks if multiple Google accounts are in use. |
1616| ` getByteSize ` | Returns the size of a string in bytes. |
1717| ` isHtmlOutput ` | Checks if an object is an ` HtmlOutput ` . |
@@ -23,7 +23,7 @@ Functions specifically designed for Google Apps Script environments, including u
2323A collection of functions to simplify working with Google Sheets.
2424
2525| Function | Description |
26- | :---------------------------- | :------------------------------------------------------------------- |
26+ | :-------------------------- | :----------------------------------------------------------------- |
2727| ` appendColumn ` | Appends a single column of data to the sheet. |
2828| ` appendColumns ` | Appends multiple columns of data to the sheet. |
2929| ` appendRow ` | Appends a single row of data to the sheet. |
@@ -56,7 +56,7 @@ A collection of functions to simplify working with Google Sheets.
5656General utility functions that can be useful in any JavaScript/TypeScript project.
5757
5858| Function | Description |
59- | :------------------------ | :------------------------------------------------------------------------------- |
59+ | :---------------------- | :----------------------------------------------------------------------------- |
6060| ` chunk ` | Splits an array into chunks of a specified size. |
6161| ` decodeHtml ` | Decodes HTML entities. |
6262| ` encodeHtml ` | Encodes a string for safe use in HTML. |
@@ -114,7 +114,7 @@ General utility functions that can be useful in any JavaScript/TypeScript projec
114114A set of custom exception classes for more specific error handling.
115115
116116| Exception | Description |
117- | :------------------------------ | :------------------------------------ |
117+ | :---------------------------- | :---------------------------------- |
118118| ` EmptyStringException ` | Exception for empty strings. |
119119| ` Exception ` | Base exception class. |
120120| ` IllegalArgumentException ` | Exception for invalid arguments. |
@@ -127,15 +127,15 @@ A set of custom exception classes for more specific error handling.
127127Descriptions of general interfaces.
128128
129129| Interface | Description |
130- | :----------- | :------------------------- |
130+ | :--------- | :----------------------- |
131131| ` Iterator ` | Interface for iterators. |
132132
133133### 5. ` path ` Module
134134
135135Functions for working with file paths and URLs.
136136
137137| Function | Description |
138- | :---------------- | :---------------------------------------------------------------- |
138+ | :-------------- | :-------------------------------------------------------------- | ------------------------ |
139139| ` isAbsolute ` | Checks if a path is absolute. |
140140| ` isRelative ` | Checks if a path is relative. |
141141| ` isValidDomain ` | Checks if a string is a valid domain name. |
0 commit comments