摘要: 1 from xml.etree.ElementTree import ElementTree,Element 2 3 def read_xml(in_path): 4 tree = ElementTree() 5 tree.parse(in_path) 6 return tree 7 8 def write_xml(tre... 阅读全文
posted @ 2013-06-18 17:23 xurui 阅读(251) 评论(0) 推荐(0) 编辑
摘要: py2exe download: http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/ 参考: http://www.cnblogs.com/jans2002/archive/2006/09/30/519393.html setup.p 阅读全文
posted @ 2013-06-18 17:03 xurui 阅读(185) 评论(0) 推荐(0) 编辑
摘要: python 操作 excel comtypes pywin32 win32com 阅读全文
posted @ 2013-06-18 15:48 xurui 阅读(627) 评论(0) 推荐(0) 编辑