Sample Data
This data represents a simple task list with names, tasks, and their current status. It is used to demonstrate how multiple users can edit and update the sheet in real time using co-authoring.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Task |
| C1 | Status |
| A2 | Alice |
| B2 | Design |
| C2 | In Progress |
| A3 | Bob |
| B3 | Development |
| C3 | Not Started |
| A4 | Carol |
| B4 | Testing |
| C4 | Completed |