This video is about exporting data using third party library PHPExcel in Codeigniter.
———————————————————————————————————-
Steps 1 – Get the required classes from
Step 2 – Import the PHP Excel class and PHP EXCEL Writer class
Step 3 – Write data to the file
Step 4 – Force to download using PHP output
———————————————————————————————————-
Dharmesh Patel
Nguồn: https://svdpch.org/
Xem thêm bài viết khác: https://svdpch.org/cong-nghe/
sir i getting the error
PHPExcel generated excel file not working. (File format or extension is invalid)
Nice, how can we export multiples files on submit?
Send download link all project
thanks for tutorial… very good
Hello Sir…
Do you have a tutorial for the PhpSpreadsheet Codeigniter ??
im getting Trying to get property of non-object sir. Please help thanks
is it sopportable for all browsers
sir what about if we had a row span and col span in it
Thanks Bro ! it really works
hello sir, can you help me please?
I am getting ERR_INVALID_RESPONSE
your explanation is very good.
it works for me, but the problem is it take unnecessary 10 blank row before insert dynamic data.
I am having trouble with this line can you help and explain this a little bit thank you sir,
$this->load->model('Task');
$tasks = new Task;
$tasks->table = 'tasks';
$tasks->primary_key='Product_Code';
$data['tasks'] = $tasks->read();
Hello sir can upload video of convert PDF file
I am getting error like this:
Severity: Warning
Message: require(C:xampphtdocsCIapplication/third_party/PHPExcel/Classes/PHPExcel.php): failed to open stream: No such file or directory
Filename: libraries/Excel.php
Line Number: 3
Backtrace:
File: C:xampphtdocsCIapplicationlibrariesExcel.php
Line: 3
Function: _error_handler
File: C:xampphtdocsCIapplicationlibrariesExcel.php
Line: 3
Function: require
File: C:xampphtdocsCIapplicationcontrollersWelcome.php
Line: 102
Function: library
File: C:xampphtdocsCIindex.php
Line: 315
Function: require_once
Nice! But correct me if I am wrong – the content of the CSV and XSLX look identical.
Doesn't it make more sense to stick with CSV – as far as performace and ease of coding goes?
where i can get like untitled in this video?
"Class 'Task' not found" im getting this error in line where the code is the $tasks = new Task; …. please help
thank you very well explained.
i want to learn all things about phpexcel function . please help me for that how to use it .
how to open existing excel file & write content (data) in it & download same file new edited file
you saved me , thank you very much!
I got 'Unable to load the requested class: PHPExcel' message in codeigniter
thanku very much it's very helpfull
Thanks, Indian accent mixed with british, love it!
i can not open the file.. it say "The file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file."
thank you
Where we can see the code you are using ?
hi iam getting ERR_INVALID_RESPONSE
setactive()->setcellValue not working file is dowloading but this one one not working why?
Hello Dharmesh Patel… I just want to say I like the way you explain CodeIgniter… All is clear with you !
Please, if you have some times, can you explain us a big tutorial how to make a complete cms, with a login/logout system and different levels of users (example : administrators and writers and logged visitors who can just post comments).
Thanks if you can… I'm just trying to do this in french in my youtube channel, and I'm curious about how the others are doing this !
;o)