Class LowCodeLoadOptions
Class LowCodeLoadOptions
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.8.0)
Options for loading template file.
public class LowCodeLoadOptionsInheritance
Constructors
LowCodeLoadOptions()
public LowCodeLoadOptions()Properties
InputFile
Gets and sets the file(with path if needed) of the template.
public string InputFile { get; set; }Property Value
Remarks
When setting a non-null and non-empty path to this property, the previously set value for Aspose.Cells.LowCode.LowCodeLoadOptions.InputStream will be ignored.
InputStream
Gets and sets the Stream of the template.
public Stream InputStream { get; set; }Property Value
Remarks
When setting a non-null Stream to this property, the previously set value for Aspose.Cells.LowCode.LowCodeLoadOptions.InputFile will be ignored.