ExcelToIon
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-8dateTimeRender string
Default
UNFORMATTED_VALUEPossible Values
SERIAL_NUMBERFORMATTED_STRINGUNFORMATTED_VALUEheader booleanstring
Default
truesheetsTitle array
SubTypestring
skipEmptyRows booleanstring
Default
falseskipRows Non-dynamicinteger
Default
0Minimum
>= 0valueRender string
Default
UNFORMATTED_VALUEPossible Values
FORMATTED_VALUEUNFORMATTED_VALUEFORMULAOutputs
size integer
Default
0uris object
SubTypestring