Skip to content

Commit

Permalink
export generate excel
Browse files Browse the repository at this point in the history
  • Loading branch information
maifeeulasad committed Nov 13, 2022
1 parent e70a2be commit 6ee5389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {generateExcel} from "./generate-excel";
import { generateExcel } from "./generate-excel";

let data = [
[
Expand Down Expand Up @@ -39,4 +39,6 @@ let data = [
],
];

generateExcel(data);
generateExcel(data);

export { generateExcel };

0 comments on commit 6ee5389

Please sign in to comment.