Skip to content

Commit 1c66f42

Browse files
authored
Update Steps PHPSpreadsheet library
1 parent 41540f9 commit 1c66f42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Steps PHPSpreadsheet library

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Here I will tell you how to import Excel File in Php Codeigniter framework using PhpSpreadsheet Library.
1+
Here I will tell you how to import Excel File and display its content in webpage in Php Codeigniter framework using PhpSpreadsheet Library.
22
In this sample I will run my files in localhost using XAMPP
33
Steps to be performed are as following:
44
Step 1 - Install XAMPP
@@ -13,7 +13,8 @@ Step 5 - Next, Go to C://XAMPP/htdocs/your_codeigniter_folder/application/config
1313
$db['default']['database'] = 'excel'; //'excel' is my database name
1414
Step 6 - Create your database in mysql and table inside it
1515
//my database name is 'excel' and table is 'कर_एवं_करेत्तर_राजस्व_संग्रह'
16-
Step 7 - Run your project in any browser. :)
16+
Step 7 - download '1.12.4jquery.min.js' and 'jquery-ui.js' javascript files and place it inside C://XAMPP/htdocs/your_codeigniter_folder/assets/js
17+
Step 8 - Run your project in any browser. :)
1718

1819
If needed then you can view files uploaded by names 'readfile_controller.php' and 'readfile_view.php'.
1920
For using 'readfile_controller.php' rename it to 'readfile.php' and place inside C://XAMPP/htdocs/your_codeigniter_folder/application/controllers

0 commit comments

Comments
 (0)