Class LowCodeLoadOptions

Class LowCodeLoadOptions

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

Options for loading template file.

public class LowCodeLoadOptions

Inheritance

object LowCodeLoadOptions

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

string

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

Stream

Remarks

When setting a non-null Stream to this property, the previously set value for Aspose.Cells.LowCode.LowCodeLoadOptions.InputFile will be ignored.

 English