getHyperlink method
Returns the hyperlink on the cell at cellIndex, or null if there is
none keyed to that exact reference.
Implementation
Hyperlink? getHyperlink(CellIndex cellIndex) =>
_hyperlinks[getCellId(cellIndex.columnIndex, cellIndex.rowIndex)];