Download the converter file (Excel2XML.xlsm) from http://goo.gl/jLIol9
Convert Excel's rows into XML.
Important Note++: Due to the limitation of Excel that each formula will not be able to return more than 32,767 characters, hence both xmlAttribute() and xmlElement functions I created will return #VALUE! if the output exceeded 32,767 characters. The workaround is to partially convert the ranges and combine them together in the normal text editor.
