xlsx-style-rows
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -165,3 +165,3 @@ import XLSX from './xlsx' | ||
// 下载功能 | ||
const saveAs = (obj, fileName) => { | ||
const saveAs = (obj: any, fileName: any) => { | ||
let tmpa = document.createElement('a') | ||
@@ -168,0 +168,0 @@ tmpa.download = fileName || '未命名' |
@@ -92,3 +92,3 @@ { | ||
}, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4892099