asp.net - Is there a shortcut to converting an XML file to an XLS file in VB.Net? -
for project @ work, program should open newly added excel file every day , export data database. have code written should theoretically that, turns out guy wrote program excel files go onto sharepoint site has them named xls has them formatted xml type. without having go program fix (even if easier), quick way convert types? or using xml reader faster?
xml ok, , easier work xls. can use xslt, linq xml.. if program using office interop, specify file in office 2003 xml format.
Comments
Post a Comment