mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update excel.xlsx.js
This commit is contained in:
parent
f71e19b6a9
commit
330fa73dd0
@ -83,7 +83,7 @@ define(['xlsx'], function () {
|
||||
|
||||
/*! 表格单元内容转换 */
|
||||
excel.read.CellToValue = function (v) {
|
||||
if (typeof v !== 'undefined' && /^\d+\.+\d{12}$/.test(v)) {
|
||||
if (typeof v !== 'undefined' && /^\d+\.\d{12}$/.test(v)) {
|
||||
var d = XLSX.SSF.parse_date_code(v);
|
||||
return d.y + '-' + d.m + '-' + d.d + ' ' + d.H + ':' + d.M + ':' + d.S;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user