{ package WakkaWakka; our @ISA = (ref $sheet); sub Range {$_[0]->SUPER::Range("A$_[1]:B$_[1]");} bless $sheet, __PACKAGE__; }