We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b447748 commit 1ad5273Copy full SHA for 1ad5273
packages/demo-reactjs/src/App.tsx
@@ -32,6 +32,7 @@ function App() {
32
let settings = {
33
fileName: "MySpreadsheet",
34
}
35
+
36
xlsx(data, settings)
37
38
0 commit comments