Solved the issue.
With the version of PHP I m using (version 5.3). I needed to modify reader.php which can be found in wp-content\plugins\rsvp\Excel.
On line 263 there is a line of code:
$this->_ole = &new OLERead();
All you will need to do is remove &.