A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can I generate the excel chart with out opening the excel instance?



 
 
Thread Tools Display Modes
  #1  
Old March 1st, 2006, 08:03 AM posted to microsoft.public.excel.charting
external usenet poster
 
Posts: n/a
Default Can I generate the excel chart with out opening the excel instance?


Hi Friends,

I have one doubt in excel chart. Can i generate the excel
chart with out opening the excel instance?

I mean in my server system there is no ms office excel. We cannot
install it in server. because some license, security problem. I have to
create a excel chart dynamically. After user can download it from their
client system. So Can i generate the excel chart with out opening the
excel instance?

And excel instance has concurrent issue. At same time two more
instance is not running.

Pls give valuable solution.

Thanks
Ram kumar.


--
ramkumar_cpt
------------------------------------------------------------------------
ramkumar_cpt's Profile: http://www.excelforum.com/member.php...o&userid=28673
View this thread: http://www.excelforum.com/showthread...hreadid=517688

  #2  
Old March 1st, 2006, 05:22 PM posted to microsoft.public.excel.charting
external usenet poster
 
Posts: n/a
Default Can I generate the excel chart with out opening the excel instance?

I imagine you can do this with a 2 part solution though it is not perfect.

Create a workbook with just sample data. This is data that you will
eventually create from your server system. Save this file as a XML file.

Create a new workbook. Create a chart in this workbook that uses the data
in the XML workbook as the source. Save this file as a regular workbook.

Put both on your server. Your code can update the XML file with the
appropriate data. To see what XL puts in the XML file, just open it with a
text editor like NotePad.

Send both the XML and the XLS file to the clent.

All this works very well. Now, comes the one clumsy bit. Since the data
source is in a XML file, XL will not update the chart unless you open the
XML file. But, other than that, everything works just fine.

I implemented the above slightly differently for a system developed last
year. The ASP based code creates the XML workbook on the server. The
client downloads it to the local machine. There, the customer uses an add-
in that I provide. This add-in has the templates for all the analysis and
charts associated with the system. So, the client opens the downloaded XML
workbook and selects this one particular menu item. It adds the necessary
worksheets, formulas, charts, chartsheets, named formulas, etc., to the XML
workbook and when ready displays a dialog box asking the user to save the
file as a regular workbook.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...

Hi Friends,

I have one doubt in excel chart. Can i generate the excel
chart with out opening the excel instance?

I mean in my server system there is no ms office excel. We cannot
install it in server. because some license, security problem. I have to
create a excel chart dynamically. After user can download it from their
client system. So Can i generate the excel chart with out opening the
excel instance?

And excel instance has concurrent issue. At same time two more
instance is not running.

Pls give valuable solution.

Thanks
Ram kumar.


--
ramkumar_cpt
------------------------------------------------------------------------
ramkumar_cpt's Profile:
http://www.excelforum.com/member.php...o&userid=28673
View this thread: http://www.excelforum.com/showthread...hreadid=517688


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Excel MDI/SDI/Excel Instance to behave more logically mswlogo Setting up and Configuration 0 February 27th, 2006 05:38 PM
Microsoft Graph vs Embedded Excel Chart [email protected] Powerpoint 4 February 24th, 2006 10:06 PM
Keep Excel from opening new instance widman General Discussion 7 October 1st, 2005 01:53 AM
Opening two separate instances of Excel Ron Bishop General Discussion 2 August 4th, 2005 05:30 PM
Chart menu visible property Sandy V Charts and Charting 8 May 17th, 2004 01:39 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.