How to export blob pic to excel?

sweetchinosweetchino Member Posts: 12
I'm trying to export blob pic to excel.

I searched it and found solution like using
xlSheet.Shapes.AddPicture(FilePathAndName, 1, 1, 20, 20, 100, 100);

My problem is the FilePathAndName is looking for server path not on the local computer path..

Blob.Export is also looking for server path...
I need to use local computer path and export pic to excel.
Is there other way to export blob pic to excel using local computer path?

Best Answer

Answers

Sign In or Register to comment.