On Oct 27, 4:51 pm, jdh <
jeffery.hamm...@gmail.com> wrote:
> Here are the changes I made:
>
> Changes to _rowSub
> # TODO. we need to handle hidden rows:
> # $iGr & 0x20
> $oBook->{Worksheet}[ $oBook->{_CurSheet} ]->{RowHidden}[$iR] =
> ($iGr & 0x20) ? 1 : 0; <--Added this line
> $oBook->{Worksheet}[ $oBook->{_CurSheet} ]->{RowHeight}[$iR] =
> $iHght / 20;
>