我在我的两个字段中都已经获得了标签,这些日期已经是这样的日期了-> 08/01/2017
,第二个字段的值就像DORAL 11402
,而第三个字段的值就像X on 07/31/2018
。当excel文件被下载时,每个文件都使用相同的文件名。我正在使用具有最新版本TableExport.js
v5.0.2(https://www.travismclarke.com)的Table Export插件。
下面是我的代码。
$("#" + dvexportToExcel).tableExport({
headings: true,
footers: true,
formats: ["xlsx"],
fileName: reportName,
bootstrap: false,
position: "bottom",
ignoreRows: null,
ignoreCols: null,
//ignoreCSS: ".tableexport-ignore",
//emptyCSS: ".tableexport-empty",
trimWhitespace: false
});