stream excel chart

L

LeoKPorto

Hi.
I want to know if there is a way to get a chart on some excel worksheet and
stream it as a binary png or jpg picture to an asp page.
How can i do that?

Thanks,
Leokporto.
 
A

Alvin Bruney [MVP]

You can't stream an excel worksheet with an embedded chart, however you can
stream an excel chart that can load a chart - a minor technical difference.
There are several examples in here about streaming.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 
L

LeoKPorto

All the users will be able to see this chart or just the users who have excel
installed?


Alvin Bruney said:
You can't stream an excel worksheet with an embedded chart, however you can
stream an excel chart that can load a chart - a minor technical difference.
There are several examples in here about streaming.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


LeoKPorto said:
Hi.
I want to know if there is a way to get a chart on some excel worksheet
and
stream it as a binary png or jpg picture to an asp page.
How can i do that?

Thanks,
Leokporto.
 
A

Alvin Bruney [MVP]

The users will be able to see this chart. There is an example of this in the
black book but what you need to be concerned about is that since you are
pushing a live object across the wire, you will need to be concerned about
licensing issues.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


LeoKPorto said:
All the users will be able to see this chart or just the users who have
excel
installed?


Alvin Bruney said:
You can't stream an excel worksheet with an embedded chart, however you
can
stream an excel chart that can load a chart - a minor technical
difference.
There are several examples in here about streaming.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


LeoKPorto said:
Hi.
I want to know if there is a way to get a chart on some excel worksheet
and
stream it as a binary png or jpg picture to an asp page.
How can i do that?

Thanks,
Leokporto.
 
C

contact

Hello,

If you can use ASP.NET better try Super 2d/3d Graph Library at
http://www.softwaresigloxxi.com. It's a native .NET library for 2d/3d
charting. The same component can be used as a WinForm control or in
ASP.NET pages!

Look for ASP.NET application demo and see how easy you can render a
nice chart on the fly without writing to disk any temporary file!

Regards,



LeoKPorto ha escrito:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top