I have a spreadsheet full of number values. I have an XML file in Visual Studio, with a bunch of lines. Each line has two values. I want to paste all of the number values from the spreadsheet into the XML file, as the second value on each line. Is there an easy way to do this? Right now I'm just manually copying each value over.