View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LBT LBT is offline
external usenet poster
 
Posts: 7
Default Loading JPEG to Excel

Hi experts,

I wish to load JPEG files into the Excel document using ASP (or any
programming language which is feasible to be called from MSSQL 2000), any
sample code or web site I can refer to?

The logic flow of the program is like this:
1) SQL job will execute stored procedure to perform calculating.
2) Chart will be plotted using ChartFX and exported to JPEG
3) Loading the generated JPEG files to Excel (here where I face with obstacle)
4) Send the Excel as attachment to subscribed recipient

Thanks in advance