diff --git a/civicrm/CRM/Report/Form.php b/civicrm/CRM/Report/Form.php
index 33f5c52d3f0cabdc0ffff06821b3520386e2e7e1..7c370c5cad47f0c31a7a7cbf8bf73382752e896b 100644
--- a/civicrm/CRM/Report/Form.php
+++ b/civicrm/CRM/Report/Form.php
@@ -2845,6 +2845,11 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND
       $this->_absoluteUrl = TRUE;
       $this->addPaging = FALSE;
     }
+    elseif ($this->_outputMode == 'excel2007') {
+      $printOnly = TRUE;
+      $this->_absoluteUrl = TRUE;
+      $this->addPaging = FALSE;
+    }
     elseif ($this->_outputMode == 'group') {
       $this->assign('outputMode', 'group');
     }