-
Notifications
You must be signed in to change notification settings - Fork 26
Export RSS
Andrei Ignat edited this page Jan 24, 2016
·
4 revisions
Video Tutorial at https://youtu.be/AJWIJRAs_Xc #Code:
// see TestCorrectRSS() test function in TestFactory
var data=ExportFactory.ExportDataRSS("http://msprogrammer.serviciipeweb.ro/feed/", ExportToFormat.Excel2003XML);
var str=Encoding.Unicode.GetString(data);
File.WriteAllText("a.xls", str);
Process.Start("a.xls");Made by Andrei Ignat, http://msprogrammer.serviciipeweb.ro