I am writing a program in Visual Basic in which some calculations are made and saved into a two dimensional array. After each time I run the program I would like to save this array as an xml file (or any other format) so that I can later open it in Excel. What should I do to convert the array into an xml file?
-
- Read about how logo jewelry can be used to reward and motivate employees.
-
Recent Posts
- The Methods That The IContact Service Could Help Assist In Website Promotion
- 3D Computer Monitors Rock! – Take Computer Gaming To Another Level
- Using IContact To Optimize The Effectiveness Of Your Email Marketing
- The Reasons Behind Why You Should Use An IContact Coupon Code
- Software Programmers Or Software Developers Are Required To Develop Applications For Various Purposes.
- Several Quick Tricks For Boosting Your Internet Site Web Optimization
- Small businesses now have affordable access to sophisticated online and mobile telephone systems at affordable prices. Check out the big daddy of the Virtual PBX category with this RingCentral Review.
Blogroll
2 Comments
Write "<tagname>" data "</tagname>"
Something like that.
If you want to import the data into Excel I wouldn’t use XML, I would just use a comma seperated text file (.csv). Just output each row of data like this to a file:
10.00,23.22,1.22,7.22
Post a Comment