Jump to content

excel --> php -->mysql


arianna

Recommended Posts

You will probably want to export the Excel sheet as a CSV file, and then upload that to a PHP script. You can use the PHP to parse the CSV file. Here is some info on how to work with CSV files, make sure you read the comments on this page also, there is some useful information for you:http://www.php.net/fgetcsvYou can figure out which columns you are working with and skip the ones you want to.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...