-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete All Sheet Records #192
Comments
check out ListEntry.php, public function delete(). run a foreach on the sheet to delete each row except header |
Thanks Its working but not properly |
although it should theoretically work, i tried running it in my own script and got the same result as you. i tried debugging it, and think it's an issue/bug with the wrapper. i moved onto using the official google php api, which is on v4 and is much more powerful than what is available here. i recommend you do the same: https://github.com/google/google-api-php-client |
Dear
I want to remove all records exist in sheet. is there any way to do it?
let me know.
Thanks
The text was updated successfully, but these errors were encountered: