On Sat, 24 Nov 2001, Philip S Tellis wrote:
Sometime Today, Manish Jethani assembled some asciibets to say:
Please add support for Excel and Powerpoint files. Use xlHtml for
Yeah, I had mentioned this in my first mail. Don't expect xl and ppt support too soon. I'll do it when *I* need it, or when I have nothing
Actually, if you have xlhtml installed, just adding this to your .mailcap file will do:
application/msexcel; \ xlhtml "%s" 2>/dev/null |lynx -force_html /dev/stdin; \ needsterminal; description="MS Excel Spreadsheet"
Same for ppt files. This is what I'm using.
Manish