Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gotham13 committed Jan 27, 2023
1 parent d342c17 commit 7665425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ The *build* functions returns the workbook object . The user can then proced to
Example

```
excelHelp.XLSX.writeFile(excelHelpWb, filename, write_opts)
new ExcelHelp().XLSX.writeFile(excelHelpWb, filename, write_opts)
```

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-help",
"version": "1.0.2",
"version": "1.0.3",
"description": "Helper + Middleware for exporting excel files based on sheetjs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7665425

Please sign in to comment.