Node Google Spreadsheet Versions Save

Google Sheets API wrapper for Javascript / Typescript

v4.1.2

1 week ago

v4.1.1

6 months ago
  • Merge pull request #657 from ruscon/master (93711cf)
  • docs: remove outdated reference to doc.useServiceAccountAuth() (a60104b)
  • chore(deps): allow google-auth-library@^9.0.0 (2652f0c)

v4.1.0

8 months ago
  • Merge pull request #652 from marcusteh1238/master (8ba5c22)
  • fix: match color style field to that in google api (fce1605)

v4.0.3

8 months ago
  • fix: handle trimming null/undefined header values (3ef8fcf)
  • docs(small updates): fixed a few small grammar issues and copied readme to docs index (867bb63)
  • Merge pull request #637 from Kikobeats/patch-1 (af0af4d)
  • docs: get/set are sync methods (233ca2c)
  • docs: docs cleanup and improvements (882bd73)
  • build: call build in release task (c306dc0)
  • Merge pull request #633 from igormartimiano/patch-1 (9646805)
  • docs(readme.md): fix wrong import (0535a26)

v4.0.2

10 months ago
  • fix: lodash imports needs explicit .js extension (4cad156)

v4.0.0

10 months ago
  • Typescript rewrite! 903e923
    • no more lagging/outdated types from DefinitelyTyped (@types/google-spreadsheet)
    • refactor GoogleSpreadsheetRow to be more TS friendly
    • add new typed value getters/setters to GoogleSpreadsheetCell (stringValue, boolValue, numberValue)
    • cell.formulaError -> cell.errorValue
    • refactor authentication to rely directly on google-auth-library as a peer dependency
    • support Application Default Credentials (auto inject credentials in some environments)
    • refactor document creation into static method, similar auth setup
    • support basic sharing / permissions management (drive api)
    • support document delete
    • replaced GoogleSpreadsheetFormulaError with GoogleSpreadsheetCellErrorValue and now handles all possible cell error types
    • fully deprecated sheet.getInfo,
  • chore: set up release tooling (release-it, auto-changelog, commitizen) dc831e3

v4.0.1

10 months ago
  • v4.0.1 changelog (a09b1e1)
  • chore: switch back from lodash-es to lodash to avoid ESM issues (c808eed)