Background: I'm the author/maintainer of xlrd, a Python package for reading Excel 97-2003 XLS files. I'm in the process of enhancing to extract information about hyperlinks. My reason for asking this question is to optimise the memory/CPU tradeoffs for the common case, while functioning in the same way as Excel
In Excel 2003 and 2007 (and presumably 2010), it is possible to attach a hyperlink to a single cell; this is well known.
Excel 2003 and 2007 also allow you select a range for insertion, e.g A1:C3. In that case, clicking on any cell in the range will jump to the target of the hyperlink. I can't find any web reference to using a range.
My question is: Does anybody use the range facility? What for?
A possible use case: The first worksheet is a menu for the remainder of the workbook. Each worksheet or topic has a hyperlink on the menu sheet. Each hyperlink occupies a 3x3 range of cells to make it easier for users in a hurry to click on the correct link.

ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. Please clarify and flag for mod attention; I'll be happy to reopen once improved. – studiohack♦ Mar 20 '11 at 22:10