SaveCompleteEventArgs
23 Sep 20251 minute to read
Represents the event arguments triggered after the save action completes.
Properties
blobData Blob
Specifies the spreadsheet data that is saved as a Blob.
A Blob is a binary large object that can represent the file data in memory.
This can be used for operations like downloading, uploading, or storing the data.
fileName string
The name of the file to be saved. This name will be used as the default file name
when the document is downloaded.
message string
Specifies the message returned after the save action completes.
This message provides additional information about the result of the save operation.
It could be a success confirmation message or an error description.
pdfLayoutSettings pdfLayoutSettings
The layout settings to use when saving a document as a PDF.
These settings can control aspects like page orientation (portrait or landscape)
or fit-to-one-page functionality.
saveType SaveType
The type of the file to be saved. By default, the file will be saved in Excel format.
Supported file types might include formats such as Excel, CSV, or PDF.
status string
Specifies the status of the save action after it completes.
url string
Specify the URL where the document will be sent for saving.