robin900 / gspread-formatting

Complete cell formatting support for Google spreadsheets via gspread package.

Repository from Github https://github.comrobin900/gspread-formattingRepository from Github https://github.comrobin900/gspread-formatting

Support dimension properties (was: Update pixel size)

vaastav opened this issue · comments

Hi, is there a way to update pixel size for the cells?
I can't seem to find a way to do it with your library.

Great work otherwise! Cheers :)

I think that TextFormat has a pixelSize attribute that does what you want. Let me know if that works for you...

It has fontSize. I want something that changes the size of the cell (increase the width essentially)

@vaastav I've added set_row_height and set_column_width support to the package, and released v0.2.0 to include this feature. Let me know if you use it!