How I import xls file

2007-09-21 Thread hassen62
Hi, I have installed xlrd for windows but I can't used it succesfully. If I have a file "file.xls", what lines I can write from python to import and visualize this file. Thank you.-- http://mail.python.org/mailman/listinfo/python-list

using xlrd

2007-09-18 Thread hassen62
Hi, I have installed Xlrd 0.6.1 Win 32. I have a file xls say "file.xls" located as follows:c:/file.xls. This file is composed with two columns of 5 lines. These columns are headed with "Col1" and "Col2", also the 5 rows are named with "Row1",...,"Row2". I have a silly question: What I can write

reading xls file using xlrd

2007-09-17 Thread hassen62
Hi, I have installed Xlrd 0.6.1 Win 32. I have a file xls say "file.xls" located as follows:c:/file.xls. This file is composed with two columns of 5 lines. These columns are headed with "Col1" and "Col2", also the 5 rows are named with "Row1",...,"Row2". I have a silly question: What I can do to

reading xls file from python

2007-09-14 Thread hassen62
hi friends, I have installed python 2.5 for windows in my pc, I have a file xls say "file.xls" in c:/python25. How I can read this files from Python. Many thanks in advance. Hassen.-- http://mail.python.org/mailman/listinfo/python-list