Spreadsheet Tables for Flash MX

How would I make a flash MX page that will display items listed in a table or a spreadsheet? ergo

| Products | Description | Price |

| name | This is a widget that does lots of things | $50 |
| name | This is a widget that does lots of things | $340 |
| name | This is a widget that does lots of things | $1250 |
| name | This is a widget that does lots of things | $99999 |

Can this also be done dynamically so that I just have to change the information in the spreadsheet and upload it to the server and the swf file would read the new changes?