Skip to content

Instantly share code, notes, and snippets.

View vsmathur-onms's full-sized avatar
💭
Hi!! Am Available!!

CA Vikram Shankar Mathur (vsmathur-onms) vsmathur-onms

💭
Hi!! Am Available!!
View GitHub Profile
@vsmathur-onms
vsmathur-onms / Basic conditional formatting.EXCEL.yaml
Created November 4, 2019 06:26
Applies common types of conditional formatting to ranges.
name: Basic conditional formatting
description: Applies common types of conditional formatting to ranges.
host: EXCEL
api_set: {}
script:
content: >
$("#setup").click(() => tryCatch(setup));
$("#apply-color-scale-format").click(() => tryCatch(applyColorScaleFormat));