LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Automatic Email - with attachment excel (https://www.linuxquestions.org/questions/linux-newbie-8/automatic-email-with-attachment-excel-933564/)

pnandak 03-09-2012 03:24 AM

Automatic Email - with attachment excel
 
Hi,
below is the Query i use to get Automatic mail from unix
uuencode SAC_Tire.zip SAC_Tire.zip > UCD_SAC_Tire.zip

cat body-message.txt UCD_SAC_Tire.zip > combined.txt

mailx -s "New Tire Transaction Report" -r "Automotive " `cat mailpcp1.dat` < combined.txt

my query is - in the Attached Excel- i have only one tab with all records of the report, now to that i have to add one more tab to that excel which contains Query to generate the report..
pls. help

pnandak 03-09-2012 04:56 AM

can anyone through some light- any help would be great

pnandak 03-10-2012 03:06 AM

I tried finding it in google- not much help -can someone help :)

lithos 03-10-2012 03:09 AM

Hi pnandak

there seems to be no command line tool for 'editing' Excel file.

Sorry,

good luck


All times are GMT -5. The time now is 06:45 AM.