-
Notifications
You must be signed in to change notification settings - Fork 191
Formula support #18
Comments
from twitter: "Is there any way to import formulas (specifically HYPERLINK) along with content?" |
Thanks for adding my question on Twitter. I'm sorry for not checking here, first. I asked a Stack Overflow question about this here. I think this would be a useful feature. After reading the excerpt from the API docs on the cells feed, does it sound like you can extract a formula from a cell, or enter the inputValue? I ran into an issue when simply trying to extract a formula from a cell (instead of the literal value). I had to use a Google Apps Script function to do so:
|
Hi @jrosen48 I am on vacation right now with poor / nonexistent internet access. But I will work on this when i get back in ~1.5 weeks. Yes I can definitely access the formulas. Here's where I've made some previous notes to myself to come back to this: googlesheets/R/gs_read_cellfeed.R Lines 123 to 128 in 97db8cc
Now that I've found someone who cares, it seems worth doing! |
Thank you @jennybc, that sounds great! |
Great! |
Merged into #152 now. Closing. |
I'm not sure if or when we want to handle this. We're clearly not doing so right now. But you can get and edit formulas via the API. Right now, we seem to assume "contents is contents".
From the API docs on the cells feed:
The text was updated successfully, but these errors were encountered: