Excel-Custom-Functions
Excel-Custom-Functions copied to clipboard
Learn about custom functions in Excel.
# Prerequisites Please answer the following questions before submitting an issue. - [x] I am running the latest version of Node and the tools - [x] I checked the documentation...
Thank you for your pull request! Please provide the following information. --- **Change Description**: used npm audit fix to fix some new alerts 1. **Do these changes impact any *npm...
# Expected behavior I have defined the following javascript function within my functsion.ts file: ```typescript /* global clearInterval, console, CustomFunctions, setInterval */ /** * Calculate the Present Value of a...
# Prerequisites Please answer the following questions before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [X] I am running the latest version of Node and the tools...
# Prerequisites Please answer the following questions before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x ] I am running the latest version of Node and the...
# Expected behavior With every release of the functionality or module change, the custom function need to be work as expected # Current behavior I have a developer Excel add-in...
# Prerequisites I am converting some VSTO Excel plugin to use the new JS API. The current plugin has 500+ UDFs that need to be converted into custom functions. I...
# Expected behavior I expect to not see the `#BUSY!` error every time a function is invoked with a changing input. I'd like to either see the previous value until...
I have developed an Excel add-in that provides product live pricing using custom streaming functions. The office add-in javascript-only function is designed to log errors in a file located at...
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.12.0 to 13.15.20. Release notes Sourced from validator's releases. 13.15.20 Fixes, New Locales and Enhancements #2556 isMobilePhone: add ar-QA locale @WardKhaddour #2576 isAlpha/isAlphanuneric: add Indic locales (ta-IN,...