in reply to Re: Getting the background color of a cell in an existing Excel spreadsheet
in thread Getting the background color of a cell in an existing Excel spreadsheet

Hello poj,

The code that you provided looks good, I just tested it on my sample spreadsheet.

I have one question, is it also possible to detect from format the alignment? I have center alignment and the new xls file does not produce the alignment.

Thanks in advance for the time effort reading and replying to my question.

Seeking for Perl wisdom...on the process of learning...not there...yet!

Replies are listed 'Best First'.
Re^3: Getting the background color of a cell in an existing Excel spreadsheet
by poj (Abbot) on Apr 19, 2017 at 12:14 UTC

    All the properties are described here Format Properties. I guess you want $format->{AlignH}

    poj