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
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
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
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