Updated functions

This commit is contained in:
2025-10-24 14:22:52 +03:00
parent 2418f93b72
commit 41c665985b
4 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
[
{
"name": "Excel.CurrentWorkbook",
"documentation": {
"description": "Returns the contents of the current Excel workbook.",
"longDescription": "Returns tables, named ranges, and dynamic arrays. Unlike Excel.Workbook, it does not return sheets.",
"category": "Accessing data"
},
"functionParameters": [],
"completionItemKind": 3,
"isDataSource": true,
"type": "table"
},
{
"name": "Documentation",
"documentation": {
"description": "Contains properties for function documentation metadata",
"category": "Documentation"
},
"functionParameters": [],
"completionItemKind": 9,
"isDataSource": false,
"type": "record",
"fields": {
"Name": { "type": "text" },
"Description": { "type": "text" },
"Parameters": { "type": "record" }
}
}
]