\begin{Jeff Waugh}
> <quote who="Kevin Waterson">
> 
> > I have a bunch of xls files I need to get the email addresses from
> > anyone have a quick one liner?
> 
> [ Simpler: export to csv and use cut. ]

 xls2csv file.xls | cut -d, -f 7

(substitute "7" with the appropriate column)

xls2csv comes with the "catdoc" tools.

-- 
 - Gus

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to