Nithin Murali

Results 62 comments of Nithin Murali

Hi Padma, when you create a cell, only the value of the cell will be set, if you want to get all the cell properties call the fetch function. Now...

@Kordishal yes it can be achieved like that. But i am not sure if many people would want that. And by adding each format as property we would be polluting...

@mapeterson The fix for this issue is merged to trunk but is not released. Can you please install pygsheets from GitHub and verify if that fixed your issue?

Hmm, strange. what is the name of your sheet, and size of the sheet. Does running wks.get_all_values() throw the same error? Try changing name of the sheet and check if...

Hmm, pretty strange. Unless i can reproduce this issue, I wont be able to help. if the data on that sheet is not private (and if you dont mind sharing...

Can you please show the traceback so that we can track down which line caused the issue.

Adding support for cranges looks like a good solution.

looks interesting. we can add a new arg which specifies the formats for each column. This could be in future extended to applying more cell properties (like validation, color) since...

will it help if you pass a custom http object like `httplib2shim` ? you can pass it on authorize method or whlie client init.