Hello!
I am trying to use Polymer interface and Google spreadsheet for my application. I want to use google-sheets polymer element.
I tried to use google-sheets elements to address a spreadsheet cell by cell, retrieve the data from a special cell and insert data to a special cell.
I want to know that if it is possible to address the cells, like we can in Java API? e.g. A1 for the first cell, A2 second cell in the same row, A3 .... !?
My next question is, is it possible to show the content of a Google spreadsheet using google-spreadsheets polymer element and without any java script?!!
And final question, how it is possible to mix google scripts and polymer together?!
Cheers,
Hesam