Skip to content

Instantly share code, notes, and snippets.

@yuyueugene84
Created May 18, 2018 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuyueugene84/b22c7d7f5b855de5a81b193143c548cb to your computer and use it in GitHub Desktop.
Save yuyueugene84/b22c7d7f5b855de5a81b193143c548cb to your computer and use it in GitHub Desktop.
# 每一個儲存格都有一個 formula 屬性,讓我們可以設定該儲存格的公式
tsmc_sheet.cells(4, 4).formula = "=AVERAGE(B2:B4)"
# 注意公式需要用字串 "" 表示,都是從 "=" 開始
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment