Represents the event arguments triggered before the save action is performed.
boolean
Automatically detects the number format for cells, if enabled.
boolean
Specifies whether the save action should be canceled.
Object
Specifies custom parameters that need to be included in the save request. These parameters will be sent along with the save action request to the server.
string
The name of the file to be saved. This name will be used as the default file name when the document is downloaded.
boolean
Determines whether a full post-back is required for the save action.
boolean
Specifies whether the spreadsheet should be generated as blobData
or not.
Blob
object, which can be used for custom handling
(e.g., downloading, uploading to a server, or storing in memory).blobData
.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.
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.
string
Specify the URL where the document will be sent for saving.