Api session event editor excelsheet set excel sheet

From Tygron Support wiki
Revision as of 10:06, 30 March 2026 by Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Excel Sheet {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(EXCEL_SHEET Integer ID) |Excel Sheets | |- |1 |REQUIRED |(byte or multiple values in array [a, b, c]) |byte[] | |- |2 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorexce...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Event to Set Excel Sheet

Name Importance Type Description Values
0 REQUIRED (EXCEL_SHEET Integer ID) Excel Sheets
1 REQUIRED (byte or multiple values in array [a, b, c]) byte[]
2 REQUIRED (String) String

Response Codes

Response Code: Description
204 No Content
300-600 Codes Overview

Example POST

Example POST: https://engine.tygron.com/api/session/event/editorexcelsheet/set_excel_sheet/?f=HTML&token=API_TOKEN

with content:

[ 34, [ 1, 2, 3 ], "Text" ]