SheetChangingInfointerface
Information about the progress of incoming data chunks from Excel.
Properties (2)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| chunkIndex⚓︎ | number | x | In case of large updates, the Excel Adapter sends the update data in chunks. This field indicates which chunk has been received. Between 0 to (totalChunks - 1). |
|
| totalChunks⚓︎ | number | x | In case of large updates, the Excel Adapter sends the update data in chunks. This field indicates the total number of chunks. |