Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxiangjun authored and zengxiangjun committed Oct 10, 2022
1 parent 57b984d commit f782a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xlsx-parser",
"version": "0.0.17",
"configuratorVersion": "0.0.17",
"version": "0.0.18",
"configuratorVersion": "0.0.18",
"description": "解析生成Excel",
"keywords": [],
"author": {
Expand Down
1 change: 0 additions & 1 deletion src/widget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Enhancer.registerWidget({
}
}
});
console.log(sheet);
var table = that.XLSX.utils.sheet_to_html(sheet, {
id: name,
editable: true
Expand Down

0 comments on commit f782a97

Please sign in to comment.