Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractSheetInfo ¶
ExtractSheetInfo extracts the Google Sheets document ID and GID (sheet/tab ID) from a given URL.
Supported Google Sheets URL formats:
- https://docs.google.com/spreadsheets/d/1a2b3c4d5e6f7g8h9i0j/edit#gid=123456789
- https://docs.google.com/spreadsheets/d/1a2b3c4d5e6f7g8h9i0j
Parameters:
- url: The full URL of a Google Sheets document.
Returns:
- id: The document ID (string)
- gid: The sheet/tab GID (string). Defaults to "0" if not found
- error: If the URL format is invalid
func ReadTextInput ¶ added in v1.0.0
ReadTextInput returns the body from inline --text or file path
func SplitAndTrim ¶ added in v1.0.0
SplitAndTrim splits comma-separated string and trims whitespace from each email.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.