mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -1684,7 +1684,9 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
|
||||
function writeBlank($row, $col, $format)
|
||||
{
|
||||
// Don't write a blank cell unless it has a format
|
||||
if ($format == 0) {
|
||||
//if ($format == 0)
|
||||
if (is_null($format))
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user