You are on page 1of 1

$this->excel->getActiveSheet()->setCellValueByColumnAndRow(0, 2, 'No.

');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(1, 2, 'No.Arsip');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(2, 2, 'Tanggal');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(3, 2, 'Kode
Klasifikasi');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(4, 2, 'Uraian');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(5, 2, 'Pencipta');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(6, 2, 'Pengolah');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(7, 2, 'Media');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(8, 2, 'Lokasi');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(9, 2, 'Ket');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(10, 2, 'Jumlah');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(11, 2, 'No.Box');
$this->excel->getActiveSheet()->setCellValueByColumnAndRow(12, 2, 'Retensi');

You might also like