高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】import xml into excel
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
|