simplexlsxgen/src
Javier 317fb0982e
Frozen rows/cols support
Added setFrozen method to freeze rows and columns from top-left corner up to, but not including, the row and column of the passed parameter.
For example:
$xlsx->setFrozen('B3');
freezes first column (A) and first and second rows (1 and 2)
2023-03-27 11:17:11 -03:00
..
SimpleXLSXGen.php Frozen rows/cols support 2023-03-27 11:17:11 -03:00