I am using Spreadsheet_Excel_Writer for generating excel file.
- While installing (PEAR and OLE-1.0.0RC3) and testing I got warnings as *“continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”
- Against this line ‘& $workbook->addFormat()’ I am getting notice as Only variables should be assigned by reference
Could you please suggest whether Spreadsheet_Excel_Writer is compatible with PHP 7.3
Thanks