Posts by aes • 1 point
1 post
-
0
votes1
answer174
viewsQ: Error message when opening exported excel file in PHP
use the following code: $this->excel->getActiveSheet()->setTitle('Matemática'); //set cell A1 content with some text $this->excel->getActiveSheet()->setCellValue('A1', $opcao);…