Quantcast
Channel: PHPExcel Forum Rss Feed
Viewing all articles
Browse latest Browse all 2707

New Post: External References without calculating

$
0
0
Yes, instantiate your Writer
set the Writer object setPreCalculateFormulas to false
save
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, "Excel2007");
$objWriter->setPreCalculateFormulas(false)
$objWriter->save("myFileName.xlsx");
though if you have autofit width columns, the writer needs to calculate that width, which requires recalculation, so don't use autofit width columns if you want to do this

Viewing all articles
Browse latest Browse all 2707

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>