If there are multiple times the same header is used, allow to add a numeric designation, example ```php /** * @XLS\HeaderReference(header="Status", index=0) */ public $status; /** * @XLS\HeaderReference(header="Status", index=1) */ public $statusLabel; ```