require "roo-xls"
xml_path = "/path/to/a.xml"
csv_path = "/path/to/a.csv"
xml = Roo::Spreadsheet.open(xml_path)
File.open(csv_path,"w"){|f| f.write xml.to_csv}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
require "roo-xls"
xml_path = "/path/to/a.xml"
csv_path = "/path/to/a.csv"
xml = Roo::Spreadsheet.open(xml_path)
File.open(csv_path,"w"){|f| f.write xml.to_csv}
Register as a new user and use Qiita more conveniently
Go to list of users who liked