Re: [Tutor] Select rows and columns in excel

2005-07-28 Thread David Holland
Danny and John,   Thanks for the pointers.  As I am leaving the project where I need to do this tomorrow, I don't think I will have time to do this, but thanks for the help anyway.   DavidDanny Yoo <[EMAIL PROTECTED]> wrote: On Wed, 27 Jul 2005, David Holland wrote:> I know how to open files in pyt

Re: [Tutor] Select rows and columns in excel

2005-07-27 Thread jfouhy
Quoting David Holland <[EMAIL PROTECTED]>: > Dear Tutors, > > I know how to open files in python, however what I want to do is select > some information from an excel spreadsheet and save it as a .dat file. > The bit, I am stuck on is :- > How can I select all rows with a row number greater th

Re: [Tutor] Select rows and columns in excel

2005-07-27 Thread Danny Yoo
On Wed, 27 Jul 2005, David Holland wrote: > I know how to open files in python, however what I want to do is select > some information from an excel spreadsheet and save it as a .dat file. Hi David, Excel spreadsheets are a bit more difficult to work with. They're not plain text files, but ha

[Tutor] Select rows and columns in excel

2005-07-27 Thread David Holland
Dear Tutors,   I know how to open files in python, however what I want to do is select some information from an excel spreadsheet and save it as a .dat file.  The bit, I am stuck on is :-  How can I select all rows with a row number greater than x for a certain column ?   Thanks in advance   Davi