ExcelToIon
yaml
type: "io.kestra.plugin.serdes.excel.exceltoion"
Examples
yaml
id: excel_to_ion
namespace: company.team
tasks:
- id: http_download
type: io.kestra.plugin.core.http.Download
uri: https://huggingface.co/datasets/kestra/datasets/raw/main/excel/Products.xlsx
- id: to_ion
type: io.kestra.plugin.serdes.excel.ExcelToIon
from: "{{ outputs.http_download.uri }}"
Properties
from *Requiredstring
charset string
Default
UTF-8
dateTimeRender string
Default
UNFORMATTED_VALUE
Possible Values
SERIAL_NUMBER
FORMATTED_STRING
UNFORMATTED_VALUE
header booleanstring
Default
true
sheetsTitle array
SubType string
skipEmptyRows booleanstring
Default
false
skipRows Non-dynamicinteger
Default
0
Minimum
>= 0
valueRender string
Default
UNFORMATTED_VALUE
Possible Values
FORMATTED_VALUE
UNFORMATTED_VALUE
FORMULA
Outputs
size integer
Default
0
uris object
SubType string