Skip to content

Commit e60ba8e

Browse files
authored
Update Biff8.php
1 parent 3854114 commit e60ba8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Reader/Xls/Biff8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ protected static function readBIFF8CellRangeAddressB(string $subData, string $ba
340340
$lc = '$' . $lc;
341341
} else {
342342
// column offset
343-
// offset: 6; size: 2; first column with relative/absolute flags
343+
// offset: 6; size: 2; last column with relative/absolute flags
344344
// bit: 7-0; mask 0x00FF; column index
345345
$relativeLcIndex = 0x00FF & self::getInt2d($subData, 6);
346346
$lcIndex = $baseCol + $relativeLcIndex;

0 commit comments

Comments
 (0)