Skip to content

sundarsau/export-excel-csv-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export-excel-csv-php

Export data from the database to Excel and CSV files in PHP without using the library. This application is developed to demonstrate how to pull data from MySQL database and create & download Excel and CSV files without using an external library. Simple PHP code to display the data in an HTML table with two download buttons. Website: https://codehow2.com

  1. Download the repository from https://github.com/sundarsau/export-excel-csv-php
  2. Extract all the files in a folder under xampp/htdocs
  3. Create the tables in "test" database in MySQL by running the .sql file
  4. Run localhost/(folder name) in the browser. (folder name) is the project folder under xampp/htdocs

License

This is an MIT license, you can modify the code according to your requirements

About

Export data to Excel and CSV in PHP without using Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published