Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generate Excel charts ? 1

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Feb 6, 2002
1,851
IL
HI,

I know how to create excecl file using Spreadsheet::WriteExcel.
However I have failed to create a chart programably from this file,or save it in advance as a chart.
"chartex" utility seem to convert the existing charts to binary file ready for import,but not for creating the charts to start with.
Will appreciate ideas.
thanks

Long live king Moshiach !
 
I know not of direct help, but I use GD:Graph for my graphing requirements, could you possibly use that instead of tying to create a chart in the excel spreadsheet.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
Have you found
Yours,

fish

["]As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life was going to be spent in finding mistakes in my own programs.["]
--Maurice Wilkes, 1949
 
1DMF - I do not seem to find the GD::Grapgh version for Windows.
Do you know where can it be found ?

fishiface - I did see that page.My problem is that I need programmable create a chart (not from Excel) from a text table.

thanks

Long live king Moshiach !
 
Moshiach , Do you have access to the server and so PPM (Perl Package Manager?)

If not you may need to ask your hosting company to install it.

The repositories I use are...

ActiveState
Bribes
Trouchelle
WinniPeg

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
maybe I got it via one of the other two repositories, I can't see how i can tell which repository the module is downloaded from.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
no probs...

1. Open PPM.
2. Click [Edit]->[Preferences]
3. Click 'Repositories' Tab
4. fill in the details.
5. Click 'ADD'

It's that simple, the URLs are...

Trouchelle : WinniPeg :
Hope this helps :)

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
That's with the GUI version. He might still be using the CLI version.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Theory has it.. but they appear to be done right now (well I can't get to it anyway!)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top