Хотите узнать, можно ли это исправить? если да, то как, а если нет, то в чем основная причина?
Код: Выделить всё
@customfunction Q.GET
@param en
* @param attri
* @param [date]
* @param [period]
* @param [fu]
* @param [Up]
* @param [uploadDate]
* @param [ver]
* @param [curr]
* @param [uni]
* @param [seg]
* @param [sec]
* @param [fx]
* @param {CustomFunctions.Invocation} invocation Invocation object.
* @returns {string[][]} A dynamic array with multiple results.
*/
async function GET(
en,
attri,
date,
period,
fu,
Up,
uploadDate,
ver,
curr,
uni,
seg,
sec,
fx,
invocation,
) {
var result = await getData(
[
entity,
attributeName,
date,
periodType,
fund,
trueUp,
uploadDate,
version,
currency,
units,
segment,
security,
fx,
invocation.address,
],
batchObject,
);
return [[result]]
}
Код: Выделить всё
"functions": [
{
"description": "",
"id": "GET",
"name": "GET",
"options": {
"requiresAddress": true
},
"helpUrl": "",
"parameters": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
},
{
"type": "string",
"optional": true
}
],
"result": {
"dimensionality": "matrix",
"type": "string"
}
}]
версия Office: (Версия 2510, сборка 16.0.19328.20244) 64-разрядная
платформа: настольный компьютер
Подробнее здесь: https://stackoverflow.com/questions/798 ... tions-even