Socket
Socket
Sign inDemoInstall

js-downloadexcel

Package Overview
Dependencies
15
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -84,3 +84,3 @@ let XLSX = _interopRequireWildcard(require('js-xlsxstyle'))

}
tmpdata[v.position] = { v: v.v || "", s };
tmpdata[v.position] = { v: v.v !== null ? v.v : "", s };
});

@@ -87,0 +87,0 @@ var outputPos = Object.keys(tmpdata); //设置区域,比如表格从A1到D10

{
"name": "js-downloadexcel",
"version": "0.1.2",
"version": "0.1.3",
"description": "下载excel",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc