0

Is there any way to store data that visitors enter in website form (name, email, address etc..) to excel database.

So if my visitor enter that information, they instantly store to excel database.

Please send me some tutorials or something like that so I can read and do it. I can use PHP or JavaScript, it doesn't matter I just want to know how to do that.

4
  • An "excel database"? Commented Jul 1, 2016 at 13:38
  • Ripping stuff of the net is easy: youtube.com/… Commented Jul 1, 2016 at 13:39
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. Commented Jul 1, 2016 at 13:39
  • @JonathanLam . yes, an excel database Commented Jul 1, 2016 at 13:44

1 Answer 1

1

You can use the PHPExcel library to Read, Write and Create Excel documents in PHP.

This library provides a set of classes for the PHP programming language, which allow you to write to and read from different spreadsheet file formats.

Library URL: https://phpexcel.codeplex.com/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.