in reply to
Accessing values in a XSL file.
Try saving the xls into a tab delimited and then use
Text::CSV
to access columns by names.
Comment on
Re: Accessing values in a XSL file.
In Section
Seekers of Perl Wisdom