Published
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.
Learn more