OpenSettings
12 Sep 20251 minute to read
Represents the configuration options for the Spreadsheet when opening a document.
Properties
chunkSize number
Specifies the size of the chunk for the server response when opening a document.
This property enables the server response to be returned in chunks when the value is greater than zero.
retryAfterDelay number
Specifies the delay before retrying a failed server request when opening the document, provided that the server response is returned in chunks.
retryCount number
Specifies the number of retry attempts for a failed server request when opening the document, provided that the server response is returned in chunks.