diff --git a/docz/docs/03-demos/22-azure.md b/docz/docs/03-demos/22-azure.md index 6271fec..47b48bb 100644 --- a/docz/docs/03-demos/22-azure.md +++ b/docz/docs/03-demos/22-azure.md @@ -256,7 +256,7 @@ console.log(utils.sheet_to_csv(wb.Sheets[wb.SheetNames[0]])); ```js title="SheetJSWriteToAzure.mjs" import { BlobServiceClient } from "@azure/storage-blob"; -import { read, utils } from "xlsx"; +import { write, utils } from "xlsx"; /* replace these constants */ const connStr = "";