export interface IExportColumn { index: number; name: string; format: string; dateFormat: string; numDecimalPlaces: number; locale: string; }