【发布时间】:2015-05-15 13:28:03
【问题描述】:
我试图从单元格中取出公式而不是最终值
// A1 www.google.com
// B1 =A1
cell.inputValue // value is null. I want the value: =A1
cell.value // equals www.google.com. Again not the value I'm looking for.
根据 googles API 文档,公式应该在 inputValue 属性中
https://developers.google.com/google-apps/spreadsheets/#working_with_cell-based_feeds
想法?
【问题讨论】:
标签: .net google-api google-sheets