PHP_XLSXWriter_plus
PHP_XLSXWriter_plus copied to clipboard
Undefined variable: cell_format
I'm getting a NOTICE about "Undefined variable: cell_format" i see that this is referenced in the code but not actually assigned. my guess is that you intended a "foreach($cell_formats_arr as $cell_format)" somewhere
Up