From: Audric on
Hi,

I am Audric and I use Matlab 2010a with Excel 2007.
After some computations, I write the results in Excel to get some reports. These Excel file are then exported (from Excel) in pdf.
I would like to add in my Matlab code a function which can directly export the Excel file into a pdf (after the data have been written in Excel).
Is this possible?

Thanks for your help
From: Audric on
Noone has an idea about how to do it or a feeling about something which could work? Some papers to read maybe?

Thanks in advance
From: Jan Simon on
Dear Audric,

> After some computations, I write the results in Excel to get some reports. These Excel file are then exported (from Excel) in pdf.
> I would like to add in my Matlab code a function which can directly export the Excel file into a pdf (after the data have been written in Excel).

The question is not clear enough for me. Please explain the wanted proceeding in temporal order again.

Jan
From: us on
"Audric " <audricdebaisieux(a)gmail.com> wrote in message <i0a8gn$km3$1(a)fred.mathworks.com>...
> Hi,
>
> I am Audric and I use Matlab 2010a with Excel 2007.
> After some computations, I write the results in Excel to get some reports. These Excel file are then exported (from Excel) in pdf.
> I would like to add in my Matlab code a function which can directly export the Excel file into a pdf (after the data have been written in Excel).
> Is this possible?
>
> Thanks for your help

a hint:

help actxserver;

us