google-sheets-etl icon indicating copy to clipboard operation
google-sheets-etl copied to clipboard

Live import all your Google Sheets to your data warehouse

Results 3 google-sheets-etl issues
Sort by recently updated
recently updated
newest added

```diff diff --git a/src/Tasks.php b/src/Tasks.php index 667eb5a..6bdb3b6 100644 --- a/src/Tasks.php +++ b/src/Tasks.php @@ -74,7 +74,15 @@ class Tasks echo 'No spreadsheets ever seen' . PHP_EOL; return true; } - $spreadsheet...

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.0 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....

dependencies

When linking to a Google Sheet, you can hyperlink directly to a specific cell. This requires knowing the cell/range address (like "C2") and the sheet's GID. The GID of the...