Nithin Murali

Results 62 comments of Nithin Murali

Hi @jon-trust, This is in pipeline. But since this involves the implementation of a lot of models, this is a little time-consuming hence was moved down in priority. If you...

There are 2 methods to do batching when updating data. I have been planning to remove linking and unlinking. - **Linking and unlinking** - **using the client.set_batch_mode** - For getting...

@flavianh Sounds good, you can make a PR with this.

Closing as this is fixed. Please repone if not.

This is fixed in the staging version, please use it until the next release. https://github.com/nithinmurali/pygsheets#from-github-recommended

Thank you for the PR! please add a test to verify if its all good.

So we need to add some tests to verify that the functionality that you added works as intended. For pygsheets we only have tests that use the real API (end...

rasterizing doesn't seem to work either.

Thank you that makes sense. Is there a reason the app doesn't provide a way to set the exact sim speed (input box) so that user can set a speed...

Hi, looks like that's the default behavior of the google sheets api call. Some options i could think of (untested, might not work) - try passing `valueInputOption=RAW or USER_ENTERED` to...