2
0
forked from Wavyzz/dolibarr

Fix: le code du stockage du nombre de lignes et de colonnes tait incorrecte

This commit is contained in:
Regis Houssin
2007-09-08 18:10:10 +00:00
parent 221d004e8f
commit 9b09cb73af

View File

@@ -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