Google Sheets¶
Links¶
- gspread - Python module for interacting with google spreadsheets
Techniques¶
- Function list - https://support.google.com/docs/table/25273?hl=en
Conditional Formatting¶
Regex matching to color¶
Colorize rows with conditional formatting by using an expression like this:
This regex is not anchored, so there is no need to prepend or append .*
Cell references in this case are relative unless prepended by a \$. So, if you want to match the cell you are working on you would use A1:A1.
Color every other row¶
Import an RSS feed¶
Sum lines that match a string¶
This uses syntax similar to a glob search, but uses ~ instead of \