google-sheets
google-sheets copied to clipboard
Google Spreadsheets web components
Can able to convert excel into web app with EASA software , Spreadsheetconvert and Appizy ..But cannot able convert google sheets into web app ....... Pleases How to help me...
google-sheets is a useful component and fits nicely with Polymer data-binding model. Unfortunately it seems that it hasn't been updated in awhile - are you planning to migrate it to...
Just trying to pull up some data from the demo page and not working with Polymer 2.0-Preview google-sheets.html:402 Uncaught TypeError: Cannot read property 'feed' of undefined at HTMLElement._onCellRows (google-sheets.html:402) at...
Since only a `list` based feed is used to obtain the sheet data, there is no header row data returned in the `google-sheet-data` event and thus no way of obtaining...
Google Sheets as a proper gapi.client API now! This element should be migrated to it. https://developers.google.com/sheets/quickstart/js
Instead of importing `iron-flex-layout/classes/iron-flex-layout.html`, this component should use `iron-flex-layout/iron-flex-layout-classes.html` and use that module with a `custom-style`.
Currently`keyChanged` doesn't account for private feeds.
The LICENSE file claims google-sheets is Apache 2.0, but a number of files have the following header: ``` ``` These are the files: ``` /tests/google-sheet.html /tests/index.html /tests/private.html /tests/published.html /tests/tests.html /demo-private.html...