Skip to content

Instantly share code, notes, and snippets.

View maninweb's full-sized avatar

Mourad Louha maninweb

View GitHub Profile
name: Maninweb-Addin
description: Maninweb-Addin
host: EXCEL
api_set: {}
script:
content: |
Office.initialize = function(reason) {
Excel.Script.CustomFunctions = {};
Excel.Script.CustomFunctions["ML"] = {};
@maninweb
maninweb / Localization.yaml
Last active July 14, 2018 10:58
Format a range - Geteilt mit Script Lab.
name: Localization
description: Format a range
author: maninweb
host: EXCEL
api_set: {}
script:
content: |
$("#setup").click(setup);
$("#set-date-format").click(setDateFormat);
@maninweb
maninweb / Formating Dates Sample.yaml
Last active July 14, 2018 09:38
Format a range - Geteilt mit Script Lab.
name: Formating Dates Sample
description: Format a range
author: maninweb
host: EXCEL
api_set: {}
script:
content: |
$("#setup").click(setup);
$("#set-date-format").click(setDateFormat);
@maninweb
maninweb / Google Custom Search.yaml
Last active October 29, 2017 14:41
Google Custom Search - Geteilt mit Script Lab.
name: Google Custom Search
description: Google Custom Search
author: maninweb
host: EXCEL
api_set: {}
script:
content: |
// Initialize...
$(document).ready(function () {
@maninweb
maninweb / Google Search Pane.yaml
Last active October 29, 2017 14:22
Google Search Pane - Geteilt mit Script Lab.
name: Google Search Pane
description: Google Search Pane
author: maninweb
host: EXCEL
api_set: {}
script:
content: |+
//
//
//
@maninweb
maninweb / Formel in English.yaml
Created May 1, 2017 11:11
Einfaches Beispielscript zur Übersetzung einer Formel in Englisch - Shared with Script Lab
name: Formel in English
description: Einfaches Beispielscript zur Übersetzung einer Formel in Englisch
author: maninweb
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {