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

New Post: Copy Cut and Paste the set of rows from one place to other in a excel sheet using PHPExcel

$
0
0
$objPHPExcel->getActiveSheet()->fromArray(
    $objPHPExcel->getActiveSheet()->range‌​ToArray('A6:E80'), 
    null, 
    'A2346'
);
$objPHPExcel->getActiveSheet()->removeRow(6, 80-6+1);

Viewing all articles
Browse latest Browse all 2707

Trending Articles



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