Platform
Resources
Pricing
Sign in
Contact us
Grant Nestor
Owner of Hammies, former Jupyter core developer and co-lead of Jupyter Notebook and JupyterLab teams
Workspace
Fork
Published
Libraries
By
Grant Nestor
Edited
Oct 19, 2021
Importers
2 stars
Insert cell
Insert cell
tableWithGoogleSheet
=
async
(
sheet
,
range
)
=>
composeTable
(
[
]
,
[
(
hot
)
=>
(
{
afterChange
:
async
(
changes
,
source
)
=>
{
if
(
source
!==
"loadData"
)
{
await
sheet
.
updateRange
(
range
,
hot
.
getSourceData
(
)
)
;
}
}
}
)
]
)
(
await
sheet
.
getRange
(
range
)
)
Insert cell
Insert cell
import
{
composeTable
}
from
"@gnestor/table-utilities"
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
tableWithGoogleSheet
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML