After using insertNewRowBefore
method from the PHPExcel 1.8.0 library, the cell references defined in the active sheet (i.e. sheet1
) are correctly updated. However the cell references from the other sheets (e.g. sheet1!A10
) remain unchanged.
Is there a way to update them as well?