Jump to content

excel spreadsheet validation


ahs10

Recommended Posts

i am creating an application in which users can download and upload an xls file in order to interact with the database.  the download option will give them a spreadsheet that is partially filled with data.  some cells however will be blank, which they will fill in, then upload the spreadsheet for the data to be parsed and added into the database.

 

my question is... when a user attempts to upload a spreadsheet, how can i validate that it was previously downloaded from my application?  i want to make it so that the only spreadsheets that will be accepted via upload, are ones that were generated by my application.  how can i do this?

 

any ideas, comments, suggestions, or simple hellos are much appreciated.  thanks!  :)

Link to comment
https://forums.phpfreaks.com/topic/76125-excel-spreadsheet-validation/
Share on other sites

Just an idea..

when you download add a extra entry to the speadsheet a code or tag of sorts.. then when you upload check that code to the one in the database.

 

of course someone could download one and copy that code/tag and put it on another file then re-upload but your know who as the tag will could be logged by the system..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.