HI
I'd like to know if Google Spreadsheet can fulfill my below
requirement, if Yes, then i'll dive into it, if not i'll refer to other
technique such as GAE instead.
i need a spreadsheet as customer table, the client is a desktop
application, by using this application the user can query if his/her email
is in the table, if yes it return the line's data, if not, the table can add
one line for this customer. BUT the customer can NOT query all data in the
table, also he can not edit or delete any/all data in table, because the
customer data table are private.
I think the key is fine-grained control of the spreadsheet. surely it
can not be public, but if make it private i have to store my authentication
credential in each client, that's NOT security too.
Thanks very much for your help.