Fix exceljs column properties (#18406)

This commit is contained in:
Ali Taheri Moghaddar 2017-07-26 19:59:27 +04:30 committed by Andy
parent 998cab7810
commit e9a972592d

View File

@ -501,17 +501,17 @@ export interface Column {
/**
* Can be a string to set one row high header or an array to set multi-row high header
*/
header: string | string[];
header?: string | string[];
/**
* The name of the properties associated with this column in each row
*/
key: string;
key?: string;
/**
* The width of the column
*/
width: number;
width?: number;
/**
* Set an outline level for columns