Inserting from XML file does not work
Hi.
I'm trying to import and xml file. the overall process works, but for some reason EasyXLS always inserts the columns in alphabetical order. MY xml file has its attributes as date,to,amount,description. But EasyXLS always gives me columns amount,date,description,to. This wouldn't be a problem, but I can't figure out how to swap columns using the Java API.
Thanks