How do I create a RSS feed using excel? [closed]

女生的网名这么多〃 提交于 2019-12-12 06:48:30

问题


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.


回答1:


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/



来源:https://stackoverflow.com/questions/15303970/how-do-i-create-a-rss-feed-using-excel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!