@pikku/addon-microsoft-excel 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +11 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +13 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-addon-meta.gen.json +14 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +20 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +495 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +325 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +40 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +40 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +36 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +32 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +45 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +252 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +269 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +19 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +79 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +151 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_microsoftExcel.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SecretSchema_microsoftExcelOAuthApp.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableAppendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableAppendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableConvertToRangeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableConvertToRangeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetRowsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetRowsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableLookupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableLookupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_MICROSOFT_EXCEL_BASE_URL.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookAddWorksheetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookAddWorksheetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetAppendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetAppendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetClearInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetClearOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetReadRowsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetReadRowsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpsertOutput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +10 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/tableAppend.function.d.ts +25 -0
- package/dist/src/functions/tableAppend.function.d.ts.map +1 -0
- package/dist/src/functions/tableAppend.function.js +18 -0
- package/dist/src/functions/tableAppend.function.js.map +1 -0
- package/dist/src/functions/tableConvertToRange.function.d.ts +21 -0
- package/dist/src/functions/tableConvertToRange.function.d.ts.map +1 -0
- package/dist/src/functions/tableConvertToRange.function.js +17 -0
- package/dist/src/functions/tableConvertToRange.function.js.map +1 -0
- package/dist/src/functions/tableCreate.function.d.ts +25 -0
- package/dist/src/functions/tableCreate.function.d.ts.map +1 -0
- package/dist/src/functions/tableCreate.function.js +18 -0
- package/dist/src/functions/tableCreate.function.js.map +1 -0
- package/dist/src/functions/tableDelete.function.d.ts +21 -0
- package/dist/src/functions/tableDelete.function.d.ts.map +1 -0
- package/dist/src/functions/tableDelete.function.js +17 -0
- package/dist/src/functions/tableDelete.function.js.map +1 -0
- package/dist/src/functions/tableGetColumns.function.d.ts +29 -0
- package/dist/src/functions/tableGetColumns.function.d.ts.map +1 -0
- package/dist/src/functions/tableGetColumns.function.js +19 -0
- package/dist/src/functions/tableGetColumns.function.js.map +1 -0
- package/dist/src/functions/tableGetRows.function.d.ts +29 -0
- package/dist/src/functions/tableGetRows.function.d.ts.map +1 -0
- package/dist/src/functions/tableGetRows.function.js +19 -0
- package/dist/src/functions/tableGetRows.function.js.map +1 -0
- package/dist/src/functions/tableLookup.function.d.ts +29 -0
- package/dist/src/functions/tableLookup.function.d.ts.map +1 -0
- package/dist/src/functions/tableLookup.function.js +19 -0
- package/dist/src/functions/tableLookup.function.js.map +1 -0
- package/dist/src/functions/workbookAddWorksheet.function.d.ts +17 -0
- package/dist/src/functions/workbookAddWorksheet.function.d.ts.map +1 -0
- package/dist/src/functions/workbookAddWorksheet.function.js +16 -0
- package/dist/src/functions/workbookAddWorksheet.function.js.map +1 -0
- package/dist/src/functions/workbookDelete.function.d.ts +13 -0
- package/dist/src/functions/workbookDelete.function.d.ts.map +1 -0
- package/dist/src/functions/workbookDelete.function.js +15 -0
- package/dist/src/functions/workbookDelete.function.js.map +1 -0
- package/dist/src/functions/workbookGetAll.function.d.ts +21 -0
- package/dist/src/functions/workbookGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/workbookGetAll.function.js +17 -0
- package/dist/src/functions/workbookGetAll.function.js.map +1 -0
- package/dist/src/functions/worksheetAppend.function.d.ts +21 -0
- package/dist/src/functions/worksheetAppend.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetAppend.function.js +17 -0
- package/dist/src/functions/worksheetAppend.function.js.map +1 -0
- package/dist/src/functions/worksheetClear.function.d.ts +21 -0
- package/dist/src/functions/worksheetClear.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetClear.function.js +17 -0
- package/dist/src/functions/worksheetClear.function.js.map +1 -0
- package/dist/src/functions/worksheetDelete.function.d.ts +17 -0
- package/dist/src/functions/worksheetDelete.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetDelete.function.js +16 -0
- package/dist/src/functions/worksheetDelete.function.js.map +1 -0
- package/dist/src/functions/worksheetGetAll.function.d.ts +21 -0
- package/dist/src/functions/worksheetGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetGetAll.function.js +17 -0
- package/dist/src/functions/worksheetGetAll.function.js.map +1 -0
- package/dist/src/functions/worksheetReadRows.function.d.ts +17 -0
- package/dist/src/functions/worksheetReadRows.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetReadRows.function.js +16 -0
- package/dist/src/functions/worksheetReadRows.function.js.map +1 -0
- package/dist/src/functions/worksheetUpdate.function.d.ts +21 -0
- package/dist/src/functions/worksheetUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetUpdate.function.js +17 -0
- package/dist/src/functions/worksheetUpdate.function.js.map +1 -0
- package/dist/src/functions/worksheetUpsert.function.d.ts +21 -0
- package/dist/src/functions/worksheetUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetUpsert.function.js +17 -0
- package/dist/src/functions/worksheetUpsert.function.js.map +1 -0
- package/dist/src/index.d.ts +18 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +18 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/microsoft-excel-api.service.d.ts +15 -0
- package/dist/src/microsoft-excel-api.service.d.ts.map +1 -0
- package/dist/src/microsoft-excel-api.service.js +222 -0
- package/dist/src/microsoft-excel-api.service.js.map +1 -0
- package/dist/src/microsoft-excel.credential.d.ts +10 -0
- package/dist/src/microsoft-excel.credential.d.ts.map +1 -0
- package/dist/src/microsoft-excel.credential.js +33 -0
- package/dist/src/microsoft-excel.credential.js.map +1 -0
- package/dist/src/microsoft-excel.types.d.ts +7 -0
- package/dist/src/microsoft-excel.types.d.ts.map +1 -0
- package/dist/src/microsoft-excel.types.js +8 -0
- package/dist/src/microsoft-excel.types.js.map +1 -0
- package/dist/src/microsoft-excel.variable.d.ts +5 -0
- package/dist/src/microsoft-excel.variable.d.ts.map +1 -0
- package/dist/src/microsoft-excel.variable.js +11 -0
- package/dist/src/microsoft-excel.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +7 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,495 @@
|
|
|
1
|
+
{
|
|
2
|
+
"workbookGetAll": {
|
|
3
|
+
"pikkuFuncId": "workbookGetAll",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "workbookGetAll",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"microsoftExcel"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": "WorkbookGetAllInput",
|
|
15
|
+
"outputSchemaName": "WorkbookGetAllOutput",
|
|
16
|
+
"inputs": [
|
|
17
|
+
"WorkbookGetAllInput"
|
|
18
|
+
],
|
|
19
|
+
"outputs": [
|
|
20
|
+
"WorkbookGetAllOutput"
|
|
21
|
+
],
|
|
22
|
+
"implementationHash": "66767e86c85227c3",
|
|
23
|
+
"description": "Get workbooks",
|
|
24
|
+
"isDirectFunction": false,
|
|
25
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/workbookGetAll.function.ts",
|
|
26
|
+
"exportedName": "workbookGetAll",
|
|
27
|
+
"contractHash": "60bb593af64673b2",
|
|
28
|
+
"inputHash": "2e5171f2",
|
|
29
|
+
"outputHash": "f5e9b86d"
|
|
30
|
+
},
|
|
31
|
+
"workbookAddWorksheet": {
|
|
32
|
+
"pikkuFuncId": "workbookAddWorksheet",
|
|
33
|
+
"functionType": "user",
|
|
34
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
35
|
+
"sessionless": true,
|
|
36
|
+
"name": "workbookAddWorksheet",
|
|
37
|
+
"services": {
|
|
38
|
+
"optimized": true,
|
|
39
|
+
"services": [
|
|
40
|
+
"microsoftExcel"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"inputSchemaName": "WorkbookAddWorksheetInput",
|
|
44
|
+
"outputSchemaName": "WorkbookAddWorksheetOutput",
|
|
45
|
+
"inputs": [
|
|
46
|
+
"WorkbookAddWorksheetInput"
|
|
47
|
+
],
|
|
48
|
+
"outputs": [
|
|
49
|
+
"WorkbookAddWorksheetOutput"
|
|
50
|
+
],
|
|
51
|
+
"implementationHash": "ad696e501fd240a2",
|
|
52
|
+
"description": "Add a sheet to a workbook",
|
|
53
|
+
"isDirectFunction": false,
|
|
54
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/workbookAddWorksheet.function.ts",
|
|
55
|
+
"exportedName": "workbookAddWorksheet",
|
|
56
|
+
"contractHash": "0fdafbd200c1b881",
|
|
57
|
+
"inputHash": "1dd3cea8",
|
|
58
|
+
"outputHash": "e8ffa47f"
|
|
59
|
+
},
|
|
60
|
+
"workbookDelete": {
|
|
61
|
+
"pikkuFuncId": "workbookDelete",
|
|
62
|
+
"functionType": "user",
|
|
63
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
64
|
+
"sessionless": true,
|
|
65
|
+
"name": "workbookDelete",
|
|
66
|
+
"services": {
|
|
67
|
+
"optimized": true,
|
|
68
|
+
"services": [
|
|
69
|
+
"microsoftExcel"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"inputSchemaName": "WorkbookDeleteInput",
|
|
73
|
+
"outputSchemaName": "WorkbookDeleteOutput",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"WorkbookDeleteInput"
|
|
76
|
+
],
|
|
77
|
+
"outputs": [
|
|
78
|
+
"WorkbookDeleteOutput"
|
|
79
|
+
],
|
|
80
|
+
"implementationHash": "88b7617b14419ee7",
|
|
81
|
+
"description": "Delete workbook",
|
|
82
|
+
"isDirectFunction": false,
|
|
83
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/workbookDelete.function.ts",
|
|
84
|
+
"exportedName": "workbookDelete",
|
|
85
|
+
"contractHash": "b73ceffc3943e22f",
|
|
86
|
+
"inputHash": "9d12b9aa",
|
|
87
|
+
"outputHash": "7a3af0b5"
|
|
88
|
+
},
|
|
89
|
+
"worksheetGetAll": {
|
|
90
|
+
"pikkuFuncId": "worksheetGetAll",
|
|
91
|
+
"functionType": "user",
|
|
92
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
93
|
+
"sessionless": true,
|
|
94
|
+
"name": "worksheetGetAll",
|
|
95
|
+
"services": {
|
|
96
|
+
"optimized": true,
|
|
97
|
+
"services": [
|
|
98
|
+
"microsoftExcel"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"inputSchemaName": "WorksheetGetAllInput",
|
|
102
|
+
"outputSchemaName": "WorksheetGetAllOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"WorksheetGetAllInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"WorksheetGetAllOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "c3e815ca7f637746",
|
|
110
|
+
"description": "Get sheets",
|
|
111
|
+
"isDirectFunction": false,
|
|
112
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetGetAll.function.ts",
|
|
113
|
+
"exportedName": "worksheetGetAll",
|
|
114
|
+
"contractHash": "0c5dce4fe82fa6d0",
|
|
115
|
+
"inputHash": "56883f2c",
|
|
116
|
+
"outputHash": "00d4c432"
|
|
117
|
+
},
|
|
118
|
+
"worksheetAppend": {
|
|
119
|
+
"pikkuFuncId": "worksheetAppend",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
123
|
+
"name": "worksheetAppend",
|
|
124
|
+
"services": {
|
|
125
|
+
"optimized": true,
|
|
126
|
+
"services": [
|
|
127
|
+
"microsoftExcel"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"inputSchemaName": "WorksheetAppendInput",
|
|
131
|
+
"outputSchemaName": "WorksheetAppendOutput",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"WorksheetAppendInput"
|
|
134
|
+
],
|
|
135
|
+
"outputs": [
|
|
136
|
+
"WorksheetAppendOutput"
|
|
137
|
+
],
|
|
138
|
+
"implementationHash": "18c0c661316c22c9",
|
|
139
|
+
"description": "Append data to sheet",
|
|
140
|
+
"isDirectFunction": false,
|
|
141
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetAppend.function.ts",
|
|
142
|
+
"exportedName": "worksheetAppend",
|
|
143
|
+
"contractHash": "a132f71fd52f1110",
|
|
144
|
+
"inputHash": "bff0eeb9",
|
|
145
|
+
"outputHash": "11ea1031"
|
|
146
|
+
},
|
|
147
|
+
"worksheetClear": {
|
|
148
|
+
"pikkuFuncId": "worksheetClear",
|
|
149
|
+
"functionType": "user",
|
|
150
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
151
|
+
"sessionless": true,
|
|
152
|
+
"name": "worksheetClear",
|
|
153
|
+
"services": {
|
|
154
|
+
"optimized": true,
|
|
155
|
+
"services": [
|
|
156
|
+
"microsoftExcel"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"inputSchemaName": "WorksheetClearInput",
|
|
160
|
+
"outputSchemaName": "WorksheetClearOutput",
|
|
161
|
+
"inputs": [
|
|
162
|
+
"WorksheetClearInput"
|
|
163
|
+
],
|
|
164
|
+
"outputs": [
|
|
165
|
+
"WorksheetClearOutput"
|
|
166
|
+
],
|
|
167
|
+
"implementationHash": "ed15d156107b243f",
|
|
168
|
+
"description": "Clear sheet",
|
|
169
|
+
"isDirectFunction": false,
|
|
170
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetClear.function.ts",
|
|
171
|
+
"exportedName": "worksheetClear",
|
|
172
|
+
"contractHash": "cd4c9c44d6240008",
|
|
173
|
+
"inputHash": "b7b09041",
|
|
174
|
+
"outputHash": "ebb6b241"
|
|
175
|
+
},
|
|
176
|
+
"worksheetDelete": {
|
|
177
|
+
"pikkuFuncId": "worksheetDelete",
|
|
178
|
+
"functionType": "user",
|
|
179
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
180
|
+
"sessionless": true,
|
|
181
|
+
"name": "worksheetDelete",
|
|
182
|
+
"services": {
|
|
183
|
+
"optimized": true,
|
|
184
|
+
"services": [
|
|
185
|
+
"microsoftExcel"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"inputSchemaName": "WorksheetDeleteInput",
|
|
189
|
+
"outputSchemaName": "WorksheetDeleteOutput",
|
|
190
|
+
"inputs": [
|
|
191
|
+
"WorksheetDeleteInput"
|
|
192
|
+
],
|
|
193
|
+
"outputs": [
|
|
194
|
+
"WorksheetDeleteOutput"
|
|
195
|
+
],
|
|
196
|
+
"implementationHash": "293c8a13fcd9b49f",
|
|
197
|
+
"description": "Delete sheet",
|
|
198
|
+
"isDirectFunction": false,
|
|
199
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetDelete.function.ts",
|
|
200
|
+
"exportedName": "worksheetDelete",
|
|
201
|
+
"contractHash": "978ae8d54799bc83",
|
|
202
|
+
"inputHash": "72febace",
|
|
203
|
+
"outputHash": "2a75348c"
|
|
204
|
+
},
|
|
205
|
+
"worksheetReadRows": {
|
|
206
|
+
"pikkuFuncId": "worksheetReadRows",
|
|
207
|
+
"functionType": "user",
|
|
208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
209
|
+
"sessionless": true,
|
|
210
|
+
"name": "worksheetReadRows",
|
|
211
|
+
"services": {
|
|
212
|
+
"optimized": true,
|
|
213
|
+
"services": [
|
|
214
|
+
"microsoftExcel"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"inputSchemaName": "WorksheetReadRowsInput",
|
|
218
|
+
"outputSchemaName": "WorksheetReadRowsOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"WorksheetReadRowsInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"WorksheetReadRowsOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "c157669dbfeeb7ea",
|
|
226
|
+
"description": "Get rows from sheet",
|
|
227
|
+
"isDirectFunction": false,
|
|
228
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetReadRows.function.ts",
|
|
229
|
+
"exportedName": "worksheetReadRows",
|
|
230
|
+
"contractHash": "cabb136804669357",
|
|
231
|
+
"inputHash": "295e9f75",
|
|
232
|
+
"outputHash": "8e6799ed"
|
|
233
|
+
},
|
|
234
|
+
"worksheetUpdate": {
|
|
235
|
+
"pikkuFuncId": "worksheetUpdate",
|
|
236
|
+
"functionType": "user",
|
|
237
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
238
|
+
"sessionless": true,
|
|
239
|
+
"name": "worksheetUpdate",
|
|
240
|
+
"services": {
|
|
241
|
+
"optimized": true,
|
|
242
|
+
"services": [
|
|
243
|
+
"microsoftExcel"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"inputSchemaName": "WorksheetUpdateInput",
|
|
247
|
+
"outputSchemaName": "WorksheetUpdateOutput",
|
|
248
|
+
"inputs": [
|
|
249
|
+
"WorksheetUpdateInput"
|
|
250
|
+
],
|
|
251
|
+
"outputs": [
|
|
252
|
+
"WorksheetUpdateOutput"
|
|
253
|
+
],
|
|
254
|
+
"implementationHash": "ec5b4c3ad622d005",
|
|
255
|
+
"description": "Update sheet",
|
|
256
|
+
"isDirectFunction": false,
|
|
257
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetUpdate.function.ts",
|
|
258
|
+
"exportedName": "worksheetUpdate",
|
|
259
|
+
"contractHash": "c90e3635e3156a58",
|
|
260
|
+
"inputHash": "27c74585",
|
|
261
|
+
"outputHash": "76fcf41e"
|
|
262
|
+
},
|
|
263
|
+
"worksheetUpsert": {
|
|
264
|
+
"pikkuFuncId": "worksheetUpsert",
|
|
265
|
+
"functionType": "user",
|
|
266
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
267
|
+
"sessionless": true,
|
|
268
|
+
"name": "worksheetUpsert",
|
|
269
|
+
"services": {
|
|
270
|
+
"optimized": true,
|
|
271
|
+
"services": [
|
|
272
|
+
"microsoftExcel"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"inputSchemaName": "WorksheetUpsertInput",
|
|
276
|
+
"outputSchemaName": "WorksheetUpsertOutput",
|
|
277
|
+
"inputs": [
|
|
278
|
+
"WorksheetUpsertInput"
|
|
279
|
+
],
|
|
280
|
+
"outputs": [
|
|
281
|
+
"WorksheetUpsertOutput"
|
|
282
|
+
],
|
|
283
|
+
"implementationHash": "649e8bde67b4943d",
|
|
284
|
+
"description": "Append or update a sheet",
|
|
285
|
+
"isDirectFunction": false,
|
|
286
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/worksheetUpsert.function.ts",
|
|
287
|
+
"exportedName": "worksheetUpsert",
|
|
288
|
+
"contractHash": "f67b8dfba1d9684d",
|
|
289
|
+
"inputHash": "b04f98de",
|
|
290
|
+
"outputHash": "e18258a6"
|
|
291
|
+
},
|
|
292
|
+
"tableCreate": {
|
|
293
|
+
"pikkuFuncId": "tableCreate",
|
|
294
|
+
"functionType": "user",
|
|
295
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
296
|
+
"sessionless": true,
|
|
297
|
+
"name": "tableCreate",
|
|
298
|
+
"services": {
|
|
299
|
+
"optimized": true,
|
|
300
|
+
"services": [
|
|
301
|
+
"microsoftExcel"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"inputSchemaName": "TableCreateInput",
|
|
305
|
+
"outputSchemaName": "TableCreateOutput",
|
|
306
|
+
"inputs": [
|
|
307
|
+
"TableCreateInput"
|
|
308
|
+
],
|
|
309
|
+
"outputs": [
|
|
310
|
+
"TableCreateOutput"
|
|
311
|
+
],
|
|
312
|
+
"implementationHash": "04836f29d7b2b1d8",
|
|
313
|
+
"description": "Create a table",
|
|
314
|
+
"isDirectFunction": false,
|
|
315
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableCreate.function.ts",
|
|
316
|
+
"exportedName": "tableCreate",
|
|
317
|
+
"contractHash": "a1c36f0139c03e95",
|
|
318
|
+
"inputHash": "7d2a4456",
|
|
319
|
+
"outputHash": "fb42cf0c"
|
|
320
|
+
},
|
|
321
|
+
"tableAppend": {
|
|
322
|
+
"pikkuFuncId": "tableAppend",
|
|
323
|
+
"functionType": "user",
|
|
324
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
325
|
+
"sessionless": true,
|
|
326
|
+
"name": "tableAppend",
|
|
327
|
+
"services": {
|
|
328
|
+
"optimized": true,
|
|
329
|
+
"services": [
|
|
330
|
+
"microsoftExcel"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"inputSchemaName": "TableAppendInput",
|
|
334
|
+
"outputSchemaName": "TableAppendOutput",
|
|
335
|
+
"inputs": [
|
|
336
|
+
"TableAppendInput"
|
|
337
|
+
],
|
|
338
|
+
"outputs": [
|
|
339
|
+
"TableAppendOutput"
|
|
340
|
+
],
|
|
341
|
+
"implementationHash": "7c3a1e13222af5cf",
|
|
342
|
+
"description": "Append rows to table",
|
|
343
|
+
"isDirectFunction": false,
|
|
344
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableAppend.function.ts",
|
|
345
|
+
"exportedName": "tableAppend",
|
|
346
|
+
"contractHash": "da19fc6a59518635",
|
|
347
|
+
"inputHash": "0159d908",
|
|
348
|
+
"outputHash": "e645045b"
|
|
349
|
+
},
|
|
350
|
+
"tableConvertToRange": {
|
|
351
|
+
"pikkuFuncId": "tableConvertToRange",
|
|
352
|
+
"functionType": "user",
|
|
353
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
354
|
+
"sessionless": true,
|
|
355
|
+
"name": "tableConvertToRange",
|
|
356
|
+
"services": {
|
|
357
|
+
"optimized": true,
|
|
358
|
+
"services": [
|
|
359
|
+
"microsoftExcel"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"inputSchemaName": "TableConvertToRangeInput",
|
|
363
|
+
"outputSchemaName": "TableConvertToRangeOutput",
|
|
364
|
+
"inputs": [
|
|
365
|
+
"TableConvertToRangeInput"
|
|
366
|
+
],
|
|
367
|
+
"outputs": [
|
|
368
|
+
"TableConvertToRangeOutput"
|
|
369
|
+
],
|
|
370
|
+
"implementationHash": "d49005b370e16b54",
|
|
371
|
+
"description": "Convert to range",
|
|
372
|
+
"isDirectFunction": false,
|
|
373
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableConvertToRange.function.ts",
|
|
374
|
+
"exportedName": "tableConvertToRange",
|
|
375
|
+
"contractHash": "13193694ddfcc640",
|
|
376
|
+
"inputHash": "89add14e",
|
|
377
|
+
"outputHash": "bc620c6d"
|
|
378
|
+
},
|
|
379
|
+
"tableDelete": {
|
|
380
|
+
"pikkuFuncId": "tableDelete",
|
|
381
|
+
"functionType": "user",
|
|
382
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
383
|
+
"sessionless": true,
|
|
384
|
+
"name": "tableDelete",
|
|
385
|
+
"services": {
|
|
386
|
+
"optimized": true,
|
|
387
|
+
"services": [
|
|
388
|
+
"microsoftExcel"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"inputSchemaName": "TableDeleteInput",
|
|
392
|
+
"outputSchemaName": "TableDeleteOutput",
|
|
393
|
+
"inputs": [
|
|
394
|
+
"TableDeleteInput"
|
|
395
|
+
],
|
|
396
|
+
"outputs": [
|
|
397
|
+
"TableDeleteOutput"
|
|
398
|
+
],
|
|
399
|
+
"implementationHash": "d29d8154fd4437de",
|
|
400
|
+
"description": "Delete a table",
|
|
401
|
+
"isDirectFunction": false,
|
|
402
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableDelete.function.ts",
|
|
403
|
+
"exportedName": "tableDelete",
|
|
404
|
+
"contractHash": "6d24185e21b3ded3",
|
|
405
|
+
"inputHash": "6f94488c",
|
|
406
|
+
"outputHash": "d39175e3"
|
|
407
|
+
},
|
|
408
|
+
"tableGetColumns": {
|
|
409
|
+
"pikkuFuncId": "tableGetColumns",
|
|
410
|
+
"functionType": "user",
|
|
411
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
412
|
+
"sessionless": true,
|
|
413
|
+
"name": "tableGetColumns",
|
|
414
|
+
"services": {
|
|
415
|
+
"optimized": true,
|
|
416
|
+
"services": [
|
|
417
|
+
"microsoftExcel"
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"inputSchemaName": "TableGetColumnsInput",
|
|
421
|
+
"outputSchemaName": "TableGetColumnsOutput",
|
|
422
|
+
"inputs": [
|
|
423
|
+
"TableGetColumnsInput"
|
|
424
|
+
],
|
|
425
|
+
"outputs": [
|
|
426
|
+
"TableGetColumnsOutput"
|
|
427
|
+
],
|
|
428
|
+
"implementationHash": "db9a97800fa65915",
|
|
429
|
+
"description": "Get columns",
|
|
430
|
+
"isDirectFunction": false,
|
|
431
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableGetColumns.function.ts",
|
|
432
|
+
"exportedName": "tableGetColumns",
|
|
433
|
+
"contractHash": "0002282f5d67a3a9",
|
|
434
|
+
"inputHash": "de8b2629",
|
|
435
|
+
"outputHash": "55b412e9"
|
|
436
|
+
},
|
|
437
|
+
"tableGetRows": {
|
|
438
|
+
"pikkuFuncId": "tableGetRows",
|
|
439
|
+
"functionType": "user",
|
|
440
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
441
|
+
"sessionless": true,
|
|
442
|
+
"name": "tableGetRows",
|
|
443
|
+
"services": {
|
|
444
|
+
"optimized": true,
|
|
445
|
+
"services": [
|
|
446
|
+
"microsoftExcel"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"inputSchemaName": "TableGetRowsInput",
|
|
450
|
+
"outputSchemaName": "TableGetRowsOutput",
|
|
451
|
+
"inputs": [
|
|
452
|
+
"TableGetRowsInput"
|
|
453
|
+
],
|
|
454
|
+
"outputs": [
|
|
455
|
+
"TableGetRowsOutput"
|
|
456
|
+
],
|
|
457
|
+
"implementationHash": "580d72d1acf5f99b",
|
|
458
|
+
"description": "Get rows",
|
|
459
|
+
"isDirectFunction": false,
|
|
460
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableGetRows.function.ts",
|
|
461
|
+
"exportedName": "tableGetRows",
|
|
462
|
+
"contractHash": "737f2359347ec4e1",
|
|
463
|
+
"inputHash": "7814f5a6",
|
|
464
|
+
"outputHash": "0590fd69"
|
|
465
|
+
},
|
|
466
|
+
"tableLookup": {
|
|
467
|
+
"pikkuFuncId": "tableLookup",
|
|
468
|
+
"functionType": "user",
|
|
469
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
470
|
+
"sessionless": true,
|
|
471
|
+
"name": "tableLookup",
|
|
472
|
+
"services": {
|
|
473
|
+
"optimized": true,
|
|
474
|
+
"services": [
|
|
475
|
+
"microsoftExcel"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"inputSchemaName": "TableLookupInput",
|
|
479
|
+
"outputSchemaName": "TableLookupOutput",
|
|
480
|
+
"inputs": [
|
|
481
|
+
"TableLookupInput"
|
|
482
|
+
],
|
|
483
|
+
"outputs": [
|
|
484
|
+
"TableLookupOutput"
|
|
485
|
+
],
|
|
486
|
+
"implementationHash": "ad88459a7b4e8690",
|
|
487
|
+
"description": "Lookup a column",
|
|
488
|
+
"isDirectFunction": false,
|
|
489
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/documents/microsoft-excel/src/functions/tableLookup.function.ts",
|
|
490
|
+
"exportedName": "tableLookup",
|
|
491
|
+
"contractHash": "7f7451b0296ad035",
|
|
492
|
+
"inputHash": "f7fcb902",
|
|
493
|
+
"outputHash": "25f16f56"
|
|
494
|
+
}
|
|
495
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions-meta.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions-meta.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal';
|
|
5
|
+
import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
|
|
6
|
+
pikkuState('@pikku/addon-microsoft-excel', 'function', 'meta', metaData);
|
|
7
|
+
//# sourceMappingURL=pikku-functions-meta.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions-meta.gen.js","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions-meta.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,QAAQ,MAAM,iCAAiC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC5E,UAAU,CAAC,8BAA8B,EAAE,UAAU,EAAE,MAAM,EAAE,QAAyB,CAAC,CAAA"}
|