|
import xml into excel
can anyone guide me to as how i can import the bom that was created in sw, exported through the api as xml. now if i try and open that using excel, it does not come in correctly. can someone advise?
thanks,
rodney
rodney michels
cad administrator
cswp;pdmworks wg cert
solidworks tech support cert
cert solidworks instructor
just parse the file manually. open it in notepad to see its structure.
if you are using .net you can use an xmlreader object to read in the data easier |
|