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

New Post: setCollapsed in reverse order

$
0
0
According to docs (PHPExcel developer documentation.doc) , 4.6.33. Group/outline a row section

You can instruct PHPExcel to add a summary below the collapsible rows (default), or above. The following code adds the summary above:
$objPHPExcel->getActiveSheet()->setShowSummaryBelow(false);

So you have to add this line of code:
$objPHPExcel->getActiveSheet()->setShowSummaryBelow(false);

Viewing all articles
Browse latest Browse all 2707

Trending Articles



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