HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux aritmodecarnaval.es 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/www/aritmodecarnaval/comprar/google-spreadsheet.php-master/CHANGELOG.md
# Change Log

## 1.1.0

- add `$sheet->edit()` to update cells' value by row and column number manually
- add `$sheet->init()` to initialize sheet with header items

## 1.0.0

- 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

## 0.1.5

- improve: let Sheet::update() to receive condition as 1st argument

## 0.1.4

- improve: let client to throw exception when unexpected response is returned
- fix bug: undefined index notice when processing column which header is empty