fix comments from private to public

This commit is contained in:
Vitor Pamplona 2024-04-23 07:56:13 -04:00
parent 3e764cdd65
commit 22543a6a94

2
73.md
View File

@ -15,7 +15,7 @@ Event kind `35337` describes a workbook with `data` tags that contain the value
"kind": 35337,
"tags": [
["d", "<unique identifier>"],
["title", "Name of this spreadsheet"] // private title
["title", "Name of this spreadsheet"] // public title
["data", "<sheet name>", "<column letter>", "<row number>", "<value>"]
["data", "<sheet name>", "<column letter>", "<row number>", "<value>", "<style>"]
["style", "<TBD>"] // Need to specify all options here.