摘要: /*编写:围城(solq)日期:2012-5-8blog:http://www.cnblogs.com/solq/说明:读取 execl2007 注意,要安装驱动,否则不能识别2007,保存xml 时,注意编码问题。。不然会出错表格格式:行1:不重要的标题,,行2:对应行1的英文名,,,程序自动对这个名来生成 xml 节点属性行3+:。。。。xxxxxxx数据*/using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usin 阅读全文
posted @ 2012-05-10 13:28 solq 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: /*编写:围城(solq)日期:2012-5-8blog:http://www.cnblogs.com/solq/*/using UnityEngine;using System.Collections;using System.Xml;public class ReadXml : MonoBehaviour { void Start () { print(Application.dataPath); string url = Application.dataPath + "/test.xml"; XmlDocument xmldoc = new... 阅读全文
posted @ 2012-05-10 13:20 solq 阅读(1726) 评论(0) 推荐(0) 编辑