Create a new SpreadsheetStore.
An ID of spreadsheet.
A name of sheet.
Clear all stored feeds.
Get the feed count of store.
feed count.
Return true if there is no feeds in this store.
Store is empty or not.
Load stored ETag data. Returns an empty string when there is no stored data.
ETag.
Load the latest n feeds.
Count of feeds.
Loaded feeds.
Save the ETag data.
ETag.
Save new feeds. This does not care the feed's ID. Always stored all feeds.
Feeds to save.
Generated using TypeDoc
Stores feed data to a sheet of Google Spreadsheet. The first row is used for an marker and metadata. The feeds are stored to second or later rows.