1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-06-08 11:03:22 +00:00 committed by Vitaly the Alpaca (bot)
parent f7c186f3aa
commit 8b37064e06
2 changed files with 8 additions and 8 deletions

View File

@ -132,7 +132,7 @@ EndFunction
#Region WorkingWithSheets
// AddSheet
// Add sheet
// Adds a new sheet to the spreadsheet
//
//
@ -163,7 +163,7 @@ Function AddSheet(Val Token, Val Spreadsheet, Val Name) Export
EndFunction
// DeleteSheet
// Delete sheet
// Deletes a sheet from the spreadsheet
//
// Parameters:
@ -194,7 +194,7 @@ Function DeleteSheet(Val Token, Val Spreadsheet, Val Sheet) Export
EndFunction
// CopySheet
// Copy sheet
// Copies a sheet from one spreadsheet to another
//
// Parameters:
@ -229,7 +229,7 @@ EndFunction
#Region DataManagment
// SetCellValues
// Set cell values
// Sets sheet cell values
//
// Parameters:

View File

@ -132,7 +132,7 @@ EndFunction
#Region WorkingWithSheets
// AddSheet
// Add sheet
// Adds a new sheet to the spreadsheet
//
//
@ -163,7 +163,7 @@ Function AddSheet(Val Token, Val Spreadsheet, Val Name) Export
EndFunction
// DeleteSheet
// Delete sheet
// Deletes a sheet from the spreadsheet
//
// Parameters:
@ -194,7 +194,7 @@ Function DeleteSheet(Val Token, Val Spreadsheet, Val Sheet) Export
EndFunction
// CopySheet
// Copy sheet
// Copies a sheet from one spreadsheet to another
//
// Parameters:
@ -229,7 +229,7 @@ EndFunction
#Region DataManagment
// SetCellValues
// Set cell values
// Sets sheet cell values
//
// Parameters: