从ag-grid导出时,将列格式化为邮政编码

时间:2018-11-13 17:12:31

标签: excel ag-grid excel-import

我正在使用内置解决方案的Enterprise Ag-Grid导出到Excel。每当我导出邮政编码时,任何以0开头的邮政编码都会在Excel文件中丢失。我知道Excel支持特殊的邮政编码格式,但是,我一直在努力尝试。

        {
            headerName: 'ZIP',
            type: 'zip code',
            filter: 'number',
            unSortIcon: true,
            field: 'Zip',
            filterParams: {
                filterOptions: this.filterOption,
                clearButton: true,
                applyButton: true
            },
            minWidth: 120
        }

这是当前在columnDefs的{​​{1}}中定义列的方式。

在此先感谢您提供的帮助或见解。

关于

优素福

1 个答案:

答案 0 :(得分:0)

您可以将电子表格中所需的单元格格式设置为“ 00000”,以显示所需的格式。设置单元格格式->“特殊”->“邮政编码”。