Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Fix: Hyperlinks break when removing rows #161

Closed
wants to merge 1 commit into from

Commits on Mar 28, 2013

  1. Fix: Hyperlinks break when removing rows

    When removing a row from above cells with hyperlinks, HyperlinkCollection gets broken due to the reversed order of operation. The reversing of array (in current code) works as expected only when inserting rows ($pNumRows/Cols is positive), but breaks when removing rows ($pNumRows/Cols is negative). Therefore, reversing should be conditional. Not sure if this is the best solution, but it works. The same should most likely apply for other reference alteration codes in this file where array_reverse (or reverse order of operation) is used.
    shanto committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    4d124de View commit details
    Browse the repository at this point in the history