in reply to Spreadsheet::XLSX Cell Access
I don't have these modules installed and haven't used an Excel Perl module for at least 3 years, so don't remember too well the details, but possibly using $sheet->{"${_}35"} instead of $sheet->{'$_35'} might enable interpolation of the $_ variable. You may also want to consider a hash for your yields.
|
|---|