public export(type, element) {
// console.log(element);
this.exportAsConfig = {
type: type, // the type you want to download
elementIdOrContent: element, // the id of html/table element
};
----------------------------------------------- -------------------------* 组件.ts
{{1}}
我尝试通过单击按钮在 csv 和 xml 中打印,但它给了我上述错误, 我不知道为什么它会这样告诉我。有人可以帮我吗
我正在使用 angular 9 "ngx-export-as": "^1.5.0",
答案 0 :(得分:0)
仔细检查id为listVotantesPrint
的元素是一个html表格,csv格式只适用于表格