Vue xlsx export table time problem is incomplete

Possibility: enter the time column to display the year, month and day, and the hours, minutes and seconds are ignored or displayed individually.####

 Solution:

Add to your code: { raw: true }

var wb = XLSX2.utils.table_to_sheet(document.querySelector('#exportTab'), { raw: true })// exportTab为表格的id名

Rendering:

Guess you like

Origin blog.csdn.net/qq_46372045/article/details/126985326