0

I'm trying to find something already made (hopefully) or some tips on where to start, but what I need to accomplish is take an existing csv file, load it into a html table, be able to edit it, or add duplicate rows, then save my edited version as a new csv file.

2 Answers 2

2

The single most important thing is: Don't try to parse the file yourself! There are builtin functions for csv handling in PHP. The example in the manual can be easily altered to fit your needs.

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

Comments

1

Seems like something you could do through the Google Docs Spreadsheet API.

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.