Sir
Please suggest a way to compare values in a column of excel sheet so that if same values are appeared i can update using php

I have a column named Name which stores Names of students,if same student entry is appeared i need to update

Thanks

Recommended Answers

All 2 Replies

http://phpexcel.codeplex.com/ is a fairly reliable library for handling excel format. You can also save as a csv file and parse it in a similar fashion.

thanks :) :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.