Re: comma quoted lists question
- From: Leon Timmermans <fawaka@xxxxxxxxx>
- Date: Tue, 15 Jul 2008 17:10:52 +0200
On Tue, 15 Jul 2008 06:09:10 -0700, cartercc wrote:
My users like to use Excel and I am not inclined to tell them they
can't, nor am I inclined to 'educate' them on making sure that Excel
doesn't change the file format. They honestly need the filtering and
sorting capabilities that Excel provides, as some of these files are 106
columns wide and thousands of rows deep. I have error checking in place
that rejects improperly formed files, which I define as producing
anything other than an X element array. However, this isn't
satisfactory, because I have the burden of reformatting the file.
Comments? Suggestions? Any module that automagically reformats files?
Will I have to write a reformatting script myself?
Thanks, CC.
There are many solutions to that. Like the others have said, educating
your users is a step in the right direction. Another possible solution is
using Excel files instead of CSV files. CPAN has a number of modules for
that in the Spreadsheet:: namespace.
Leon Timmermans
.
- References:
- comma quoted lists question
- From: cartercc
- comma quoted lists question
- Prev by Date: Re: comma quoted lists question
- Next by Date: Re: Fastest way to remove common substrings from a list of strings
- Previous by thread: Re: comma quoted lists question
- Next by thread: Re: comma quoted lists question
- Index(es):
Relevant Pages
|