Learning level
96/100
Learning level
96/100
Product version
1.0.1
Guide status
Stable
Sections
3
Understand VauSheet's local-first edit path, 400 ms recovery checkpoint, 5 second autosave debounce and manual Save action.
What this guide covers
Quick facts
VauSheet separates immediate local editing from cloud persistence so the grid does not need to block on every network request.
Change a cell, sheet, formatting or supported workbook property.
Expected result
The local workbook state changes immediately.
The client stores pending workbook state after a short debounce.
Expected result
A recoverable local checkpoint is available for interrupted sessions.
After the cloud-save debounce, VauSheet computes workbook operations against the synchronized base.
Expected result
Only meaningful changes proceed to the sync API.
The sync service processes version/lock/merge rules and persists the workbook payload.
Expected result
A new synchronized version is returned on success.
The editor hydrates the accepted merged workbook and briefly shows Saved.
Expected result
Local base version now matches cloud state.
Use the visible Save button when you want to request synchronization immediately rather than waiting for the debounce window.
Retryable failures use a bounded backoff, starting around 1.5 seconds and increasing toward a 30-second cap. Reconnecting the browser also triggers another save attempt.