From 9b09cb73af38b1a7daa711d7ea9981654e6f76e9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 8 Sep 2007 18:10:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20code=20du=20stockage=20du=20nombre?= =?UTF-8?q?=20de=20lignes=20et=20de=20colonnes=20=E9tait=20incorrecte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../includes/php_writeexcel/class.writeexcel_worksheet.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/php_writeexcel/class.writeexcel_worksheet.inc.php b/htdocs/includes/php_writeexcel/class.writeexcel_worksheet.inc.php index 9c8ffe1d0ee..f323608eae4 100644 --- a/htdocs/includes/php_writeexcel/class.writeexcel_worksheet.inc.php +++ b/htdocs/includes/php_writeexcel/class.writeexcel_worksheet.inc.php @@ -1901,7 +1901,7 @@ function set_row() { * Writes Excel DIMENSIONS to define the area in which there is data. */ function _store_dimensions() { - $record = 0x0000; // Record identifier + $record = 0x0200; // Record identifier $length = 0x000A; // Number of bytes to follow $row_min = $this->_dim_rowmin; // First row $row_max = $this->_dim_rowmax; // Last row plus 1