php - Clear spreadsheet using PHPExcel -


how clear sheet phpexcel? sheet.clearcontents in vba. find delete rows , columns , it's not useful me need clear entire sheet before writing data file.

you can remove sheets , create new one.

$myexcelobj->disconnectworksheets(); $myexcelobj->createsheet(); 

Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -