Python の宿題ここで ..
147:デフォルトの名無しさん
06/10/22 15:40:18
できたぞ
XList = []
for i in range(100):
XList.append("a = %d" % (i+1))
XText = "\n".join(XList)
XFile = file("PyExcel.xls", "w")
XFile.write(XText)
XFile.close()
import os
os.system("open /Applications/Microsoft\\ Office\\ X/Microsoft\\ Excel PyExcel.xls")
次ページ最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5405日前に更新/195 KB
担当:undef