Skip to content

Releases: mach3/google-spreadsheet.php

Version 1.1.0

29 Nov 11:38
d7463af
Compare
Choose a tag to compare
  • add $sheet->edit() to update cells' value by row and column number manually
  • add $sheet->init() to initialize sheet with header items

version 1.0.0

25 Oct 12:17
71b03d0
Compare
Choose a tag to compare
  • rewrite all for Sheets API v4
  • config() method moved to Google_Spreadsheet_Sheet
  • update() method usage has been changed
  • Google_Spreadsheet_Sheet constructor no longer call fetch automatically
    call manually $sheet->fetch() when starting to use

version 0.1.6

23 Feb 11:54
Compare
Choose a tag to compare
Merge pull request #8 from mach3/develop

fix bug

version 0.1.5

22 Feb 11:50
Compare
Choose a tag to compare
  • improve: let Sheet::update() to receive condition as 1st argument

version 0.1.4

29 May 12:15
Compare
Choose a tag to compare
  • improve: let client to throw exception when unexpected response is returned
  • fix bug: undefined index notice when processing column which header is empty

version 0.1.3

25 May 11:31
Compare
Choose a tag to compare
v0.1.3

(dist) v0.1.3

version 0.1.2

14 Sep 11:47
Compare
Choose a tag to compare
v0.1.2

add Sheet#select()

version 0.1.1

06 Sep 08:51
Compare
Choose a tag to compare
v0.1.1

Improve: Sheet::process()

version 0.1.0

03 Sep 11:05
Compare
Choose a tag to compare
v0.1.0

init