hardworking1
2020/2/17 17:40:45
$("#export-excel-table").table2excel({
exclude: ".noExl",
name: "Excel Document Name",
filename: "myFileName",
exclude_img: false,
exclude_links: false,
exclude_inputs: false
});
exclude_inputs设置为false,显示图片和外部链接分别为exclude_img,exclude_links