io.kestra.plugin.serdes.excel.DateTimeRender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-serdes Show documentation
Show all versions of plugin-serdes Show documentation
Serialize and deserialize data formats in Kestra workflows.
The newest version!
package io.kestra.plugin.serdes.excel;
public enum DateTimeRender {
SERIAL_NUMBER, FORMATTED_STRING, UNFORMATTED_VALUE
}