jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Obtaining calculated values from cells #17

Closed domharrington closed 10 years ago

domharrington commented 10 years ago

Is there a way to obtain calculated values from cells? I have a formula in a spreadsheet and I would like to get the result of the formula and not the formula string itself.

Could an option be added to obtain the value of cells with formulas?

https://github.com/jpillora/node-edit-google-spreadsheet/blob/stable/lib/util.js#L19-L32

domharrington commented 10 years ago

Thank you :)