Thomas
unread,Feb 24, 2012, 7:41:49 AM2/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Spreadsheet::ParseExcel
Hi,
Excel has a feature, that allows to declare a name for a range. It
would be great, if one could access those ranges via
Spreadsheet::ParseExcel.
The reason would be, that you don't have to use fixed cell addresses
any more. Using fixed cell addresses can break easily, because cells
can be selected and moved around. Ranges on the other hand, update
themselves to match the position, where the cells are moved to.
Another usage would be to declare special ranges for your perl module,
so that you can update the information, where certain data is stored
in the spreadsheet, in Excel itself. No need to edit your perl module
any more.
Would it be possible to implement such a feature?
Cheers,
tmueller