views:

14

answers:

1

How do I make a Google gadget embedded in a website force refresh to reflect updated data in a Google Spreadsheet?

A: 

Typically Google gadgets are rendered in an iFrame so you can simply force iFrame reload using javascript. (I am assuming that the gadget itself is smart enught to fetch the latest data)

Michal