theoephraim / node-google-spreadsheet

Google Sheets API wrapper for Javascript / Typescript
https://theoephraim.github.io/node-google-spreadsheet
The Unlicense
2.31k stars 390 forks source link

Multiple links for a single cell #703

Open fifididi opened 1 month ago

fifididi commented 1 month ago

Trying to apply multiple links to a single cell, and it seems the simplest way is to craft my own textFormatRuns object.

Feeling like if _rawData's textFormatRuns isn't exposed ( #611 ) then I should maybe use the default googleapi instead of this project, unless anyone knows if setting multiple links for different parts of a string in a cell is possible using this tool?

theoephraim commented 2 weeks ago

@fifididi - did you see the plugin thing at the bottom of that linked issue? it might work for you in the meantime...

fifididi commented 2 weeks ago

Thanks for the comment, took a look and I won't be using it for now.