nisha has asked for the wisdom of the Perl Monks concerning the following question:

Hello perlmonks, I have a problem with using csv files; if the number of records exeed a certain value, these files cannot be opened with excel. I found a macro which could be run and it would span the extra records to the next sheet in the excel file thus solving the problem. I wanted to know if there is any way where i could call the macro from perl program, how do i go about calling the macro from the perl program. Please guide me with this. Thank You, looking forward for your help. Nisha

Replies are listed 'Best First'.
Re: Calling macros in Perl
by murugu (Curate) on Dec 20, 2005 at 06:40 UTC
Re: Calling macros in Perl
by reneeb (Chaplain) on Dec 20, 2005 at 08:58 UTC
Re: Calling macros in Perl
by holli (Abbot) on Dec 20, 2005 at 11:18 UTC
    With so many rows this really sounds like a database job to me. Is there a special reason why you cannot use Access?


    holli, /regexed monk/
Re: Calling macros in Perl
by blazar (Canon) on Dec 20, 2005 at 10:12 UTC
    It doesn't have directly to do with excel, but Text::CSV_XS is useful to deal with csv files, and I've used to a great advantage!