I want to create an RSS feed using data in excel. Something like this
Product ID Product Name Product Price Delivery Date
11111 Apple iphone 650 2-4 days
22222 Samsung Galaxy 600 5-6 days
How do i directly convert this data in excel into an RSS feed.
Below is a blog post about reporting worksheet changes via RSS. It uses the MSXML2 library to generate the XML file and uses Dropbox as the web server. Basically, you need to create an XML file and upload it to a web server. The XML file creation you can get from the post, but the webserver part will be highly specific to your situation.
http://dailydoseofexcel.com/archives/2012/03/16/monitor-worksheet-changes-via-rss/