io.kestra.plugin.serdes.excel.ValueRender 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 ValueRender {
FORMATTED_VALUE, UNFORMATTED_VALUE, FORMULA
}