Chips and Hyperlinks
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)
hi :] thanks for the suggestion
please see https://github.com/burnash/gspread/issues/1570