Fix warning
This commit is contained in:
parent
292385adcf
commit
a31491fce2
@ -464,6 +464,7 @@ class ExportExcel2007 extends ModeleExports
|
||||
return '';
|
||||
}
|
||||
|
||||
$letter = '';
|
||||
while ($c != 0) {
|
||||
$p = ($c - 1) % 26;
|
||||
$c = intval(($c - $p) / 26);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user