Changes for version 0.02 - 2026-08-09

  • Added support for batching: (gh#2)
    • add method ->flush to Tie::Google::Sheets and Tie::Google::Client
    • add batch_size property to Tie::Google::Sheets and Tie::Google::Client
  • Added support for duplicating a worksheet (gh#3)
    • add method ->copy_worksheet to Tie::Google::Sheets, and Tie::Google::Client
  • Add support for backoff/retry (gh#4)
    • add backoff_retry property to Tie::Google::Sheets, and Tie::Google::Client
  • Fix bug where non-existent worksheets could be returned from a fetch (gh#5)
  • Added support for reading formula instead of values (gh#5)
    • add methods ->get_formula and ->get_all_formulas to Tie::Google::Client
    • add method ->fetch_mode to Tie::Google::Sheets::Worksheet

Modules

Tie perl variables to Google Sheets
Low level client used internally by Tie::Google::Sheets
Tie a hash to the cells of a single Google Sheets worksheet