Gossamer Forum
Home : General : Perl Programming :

omg i hate excel can some 1 give me a light

Quote Reply
omg i hate excel can some 1 give me a light
I have to make a excel file from a data base that have around 4000 users.
oh yes sure so i made something like:

open(XLS,">>file.xls");
while (bla bla bla) {
print XLS "$user_name\t\n";
}
close(XLS);

the \t is the tabulation to get it formated into the excel.

My problem is reading just this field($user_name) from the data base the file goes over 70 mb there any possibility of make it around 3 mb or less or something near 10 mb at max ?
Subject Author Views Date
Thread omg i hate excel can some 1 give me a light NamedRisk 4731 Jul 18, 2005, 9:14 AM
Thread Re: [NamedRisk] omg i hate excel can some 1 give me a light
Chaz 4598 Jul 18, 2005, 9:58 PM
Post Re: [Chaz] omg i hate excel can some 1 give me a light
NamedRisk 4586 Jul 19, 2005, 4:32 AM