Theo Ephraim
Theo Ephraim
If you mean bulky in that it fetches everything, google's api does not provide filtering capabilities :(
it is not implemented but should be relatively straightforward to add. Open to PRs!
I know others have successfully used this module in front-end only projects, but I really never built it with that in mind, as most use cases use service account auth,...
The sheet is flat, nothing exists after Z, just monsters... Perhaps it is just an oversight it how it figures out the column address. Can you give a little more...
sorry for the delay folks. This module definitely does not handle deletion of rows as well as it could... Unfortunately rows dont have a unique ID we can refer to...
Obviously this wont work for all use cases, but one option for some is to use a "soft delete" - meaning add a `is_deleted`/`deleted_at` column to the table and then...
I'd love to have some basic Drive api functionality built into this module as well, but I have not had the time to implement it. Open to PRs!
I think this should be pretty easy to add. Pull requests welcome! If not I'll add it the next time I'm doing a big round of changes (I usually do...
This module is not really set up for that at the moment, but you might be able to do something hacky - load a single row - clone it -...
Sorry but this is not yet supported in this module. Just setting it on the cell object like that won't actually do anything at the moment. Open to pull requests!