Skip to content

Instantly share code, notes, and snippets.

@PramodKumarYadav
PramodKumarYadav / Expand Rows.EXCEL.yaml
Last active March 27, 2020 14:39
This add in expands all rows to give a detailed reading view.
name: Expand Rows
description: This add in expands all rows to give a detailed reading view.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
function run() {
return Excel.run(function(context) {