ltanedo

Results 3 comments of ltanedo

Love this package and really wanted this feature, so found the bugs ## drive.py@146 ``` return self._execute_request(self.service.files().get(fileId=fid)) #FIXME broken fileId ``` - 'filled' should be 'fileId' (upper case 'I') ##...

Ah gotcha, thanks for the great work btw.

Hi, I meant I was looking to update a range (rows an cols) on a named range, that's already created. I looked at your docs and maybe the update_named_range() function...