Alexandre Lavigne

Results 228 comments of Alexandre Lavigne

I found the bottleneck of this feature: the `spreadsheet` class can return instance of the `worksheet` class. The `worksheet` class has a link to the `spreadsheet` parent object to call...

Hi @dgilman thank you very much for you work, I'll look into it, that might be something of interest for sure ! thanks again.

Hi @JPGarCar Thank you for this proposal. It looks great. I would only do some minor changes (the way you compute a column number to a column name (1->A) but...

before you start here are 2 comments that can already take: 1. no need to create the function `colnum_to_string` we already have a function for it,[ here](https://github.com/burnash/gspread/blob/effe1fdd93bcb2ce8c9f6a17b393ecc6877143be/gspread/utils.py#L190) just use this...

Hi this is a great idea. and it will prevent some issues for sure. thank you @crash5936. As you mentioned @aiguofer, this will increase the number of calls toward the...

Thank you @ccppoo for this very clear explanation. I agree we only need `get` method, but the default behavior should be to fill the gaps with empty string. I don't...

I agree by merging the 2 methods into 1. we could: - update `get_values` so it always return a matrix of the expected size (with empty values that can be...

@ccppoo when you are ready for your dev, let me know here and I will plan which release will integrate your changes :wink:

> @lavigne958 I'm not sure I could finish by Dec. 20, for version 5.1.0 🤔 No worries, take you time.

I planned it for the 5.2.0 release, for 1st february, but don't worry if you don't have time we can push it back to later release. no pressure :stuck_out_tongue: