gspread icon indicating copy to clipboard operation
gspread copied to clipboard

Chips and Hyperlinks

Open denis-tsariov opened this issue 3 months ago • 1 comments

It happens to me quite often that I need to read google sheets that have chips and hyperlinks. I even created a personal gspread wrapper for this use-case.

I would like to contribute to this project by bringing this feature to gspread!

After a quick review of the code-base, I'm not sure what method to extend to get this behaviour... I was thinking about .get() but I'm not sure if that's gonna make the method too bloated.

I also considered extending gspread-dataframe with this feature but figured it would be best to add this feature at the source.

Let me know if it is a good idea and what you think would be the best way to go about doing that (again to reiterate, I have the code to do this, I just want mentorship on where would be a good idea to put this feature)

denis-tsariov avatar Nov 27 '25 02:11 denis-tsariov

hi :] thanks for the suggestion

please see https://github.com/burnash/gspread/issues/1570

alifeee avatar Nov 27 '25 15:11 alifeee