如何使用 Aggrid 导出选定的列

How to export selected columns using Aggrid

我想将 aggrid 数据导出到 Excel。但我只想导出选定的列。我没有找到任何在导出时排除列的选项。

任何人都可以建议如何仅导出选定的列。

您可以使用 exportDataAsExcel() 中的 columnKeys 参数定义特定列。

在此处查看文档:https://www.ag-grid.com/javascript-grid/excel-export-api/#excelexportparams