登入
選單
返回
Google圖書搜尋
Excel Custom Functions
Suat M Ozgur
其他書名
Straight to the Point
出版
Tickling Keys, Inc.
, 2019-07-19
主題
Computers / Languages / JavaScript
Computers / Business & Productivity Software / Spreadsheets
ISBN
1615472592
9781615472598
URL
http://books.google.com.hk/books?id=CUujDwAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
Excel users are used to build custom functions—called user-defined functions (UDFs)—in Windows and Mac versions of the application. UDFs can be simply written in Visual Basic Editor (VBE) using the Visual Basic for Applications (VBA) language.UDFs are not portable to Excel Online and Excel for iOS due to the missing VBA capability on these platforms. Therefore, Microsoft has improved the JavaScript API that was already being used for Office add-in development to allow developers to create custom functions attached to the add-ins. These custom functions can be used like any other native functions or UDFs in Excel. While Microsoft calls these functions JavaScript custom functions, they can also be called JavaScript UDFs, which is the name used in this book.This book shows the process of creating JavaScript UDFs in Excel in Developer Preview for Office Insider program subscribers.