
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
charsetstring
Default
UTF-8dateTimeRenderstring
Default
UNFORMATTED_VALUEPossible Values
SERIAL_NUMBERFORMATTED_STRINGUNFORMATTED_VALUEheaderbooleanstring
Default
truesheetsTitlearray
SubTypestring
skipEmptyRowsbooleanstring
Default
falseskipRowsNon-dynamicinteger
Default
0Minimum
>= 0valueRenderstring
Default
UNFORMATTED_VALUEPossible Values
FORMATTED_VALUEUNFORMATTED_VALUEFORMULAOutputs
sizeinteger
Default
0urisobject
SubTypestring