This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Maninweb-Addin | |
| description: Maninweb-Addin | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| Office.initialize = function(reason) { | |
| Excel.Script.CustomFunctions = {}; | |
| Excel.Script.CustomFunctions["ML"] = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Localization | |
| description: Format a range | |
| author: maninweb | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#setup").click(setup); | |
| $("#set-date-format").click(setDateFormat); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Formating Dates Sample | |
| description: Format a range | |
| author: maninweb | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#setup").click(setup); | |
| $("#set-date-format").click(setDateFormat); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Google Custom Search | |
| description: Google Custom Search | |
| author: maninweb | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| // Initialize... | |
| $(document).ready(function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Google Search Pane | |
| description: Google Search Pane | |
| author: maninweb | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: |+ | |
| // | |
| // | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() { |