R
Randy Edge
I am working on a process in a windows application that opens an excel file.
I then set values of cells in the worksheet.
I can save the file to disk but....
what I really want to do is convert the excel file to pdf and email the pdf
image.
Does anyone know of a way to save an excel file to a pdf image in memory..
the entire process would look something like
Open EXCEC file -> modifiy cells -> save Excel file to memoryStream ->
covert to PDF --> save as stream ... -> create email message and add file
stream as attachment...
thanks
I then set values of cells in the worksheet.
I can save the file to disk but....
what I really want to do is convert the excel file to pdf and email the pdf
image.
Does anyone know of a way to save an excel file to a pdf image in memory..
the entire process would look something like
Open EXCEC file -> modifiy cells -> save Excel file to memoryStream ->
covert to PDF --> save as stream ... -> create email message and add file
stream as attachment...
thanks