php - how to view complete excel page with formatting while importing data from MySql -
i have created form looks microsoft excel sheet. user entering data in form , submitting it. data getting inserted database mysql. want retrieve data mysql , show echo database values on page in excel sheet grid view.
two ways:
first use html tables when fetching data.
second make simple input boxes & when click submit, save excel file, in temporary folder, php fetch , sql save in database. can have simple upload function upload excel file browser , display in proper grid view. have made before , can assure possible. if still learning php, first option fastest , easiest way.
Comments
Post a Comment