|
|
|
@ -434,6 +434,8 @@ if (isset($_POST['action']) && $_POST['action'] && isset($_POST['id']) && is_arr |
|
|
|
$categories = []; |
|
|
|
$categories = []; |
|
|
|
$letterList = []; |
|
|
|
$letterList = []; |
|
|
|
$highestRow = $page->getHighestRow(0); // Name list |
|
|
|
$highestRow = $page->getHighestRow(0); // Name list |
|
|
|
|
|
|
|
// Sets $page->getColumnIterator('C') |
|
|
|
|
|
|
|
$dimension = $page->getColumnDimension('C'); |
|
|
|
foreach ($page->getColumnIterator('C') as $col) { |
|
|
|
foreach ($page->getColumnIterator('C') as $col) { |
|
|
|
$index = $col->getColumnIndex(); |
|
|
|
$index = $col->getColumnIndex(); |
|
|
|
$cell = $page->getCellByColumnAndRow($counterColumn, 1); |
|
|
|
$cell = $page->getCellByColumnAndRow($counterColumn, 1); |
|
|
|
|