ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Client side script in office web component (https://www.excelbanter.com/charts-charting-excel/110465-client-side-script-office-web-component.html)

sathya

Client side script in office web component
 
Hi all,

i am new to office web component, i am using client side script to pull
data from database to office web components. Now our client asks to
proivde an option to export the image to gif, which i am not knowing
how to do in client side script. I have searched lot in google but i
can able to find only solutions to export to gif in asp, server side
code. Bi\ut i need in client side code. I am using vbscript.

Code i found in c#:

Response.ContentType= "image/gif";
Response.BinaryWrite((byte[])objCSpace.GetPicture("gif",500,400));
Response.End();

i need the same code in vbscript (client side).

Please help me to solve this problem. thanks in advance

Sathya




All times are GMT +1. The time now is 03:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com