Storing online game data to Excel or sheets?

Hi,

I am making test site in which I have lots of different tests. What is the best way to store players score and used time in these tests? I would like to make it so that after player have tested himself with multiple tests he could download sheet with results. Also I would like to store his results on the site. Is google sheets for Unity good tool for this? Or DocsPin?

Thank you!

Hmm. No answers. Maybe this question was poorly phrased. I will try again.

I got a test online in my webpage. I build it with WebGL. I learned that Unity3D security policies for web deployments (game builds running on a web) cut off the option for connecting to the Google Spreadsheets. So I cant export players data such as used time and score to GoogleSheets.

In nutshell I would like save different players data in a textual form. So my question is: What is the best way to export web deployment data (In this case score & used time) in a textual form or just save it on webpage so the player can find it when he logs in to the site? Is it possible to do this with Unity analytics? Where do i start searching info?

I would really appreciate some guidance in this matter.

Thanks