This Question is Possibly Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
6 Replies Last post: Sep 18, 2008 4:33 PM by Igor Novikov  
louis   7 posts since
Apr 11, 2008
Currently Being Moderated

Apr 11, 2008 7:31 PM

Excel charts with JExcel?

 

Hi.

 

 

I am evaluating JExcel for my company, and one of our requirements is that we need to be able to programatically create Excel charts.

 

 

Does the current version of JExcel support creating Excel charts?

 

 

Thank you.

 

 

Louis

 

 

 

 

Igor Novikov TeamDev Ltd. 225 posts since
Apr 24, 2006
Currently Being Moderated
1. Apr 14, 2008 8:28 PM in response to: louis
Re: Excel charts with JExcel?

 

Hi Louis,

 

 

Thanks for your interest in our products.

 

 

Using MS Excel stubs you can creating the charts. As an example you can try using ShapeSample.java from JExcel package samples.

 

 

Please contact us if you have any further questions.

 

 

Sincerely,

 

 

Igor Novikov

 

 

Igor Novikov TeamDev Ltd. 225 posts since
Apr 24, 2006
Currently Being Moderated
4. May 16, 2008 4:05 PM in response to: louis
Re: Excel charts with JExcel?

 

Hi Louis,

 

 

Thank you for the sample. I think we can use it to create Excel charts sample for JExcel package.

 

 

Sincerely,

 

 

Igor Novikov

 

 

Dave D   1 posts since
Sep 15, 2008
Currently Being Moderated
5. Sep 15, 2008 6:19 PM in response to: louis
Re: Excel charts with JExcel?

 

Hi, I'm trying to use your sample code in my project, but alot of the classes don't seem to be in any of the jars i have. Which libraries are need to use the sample?

 

 

More concretely, I can't find Worksheet, ChartObject, ChartObjects, ChartObjectsImpl, XlLegendPosition, SeriesImpl,

 

 

 

 

Any help would be excellent, thanks,

 

 

David

 

 

 

 

Igor Novikov TeamDev Ltd. 225 posts since
Apr 24, 2006
Currently Being Moderated
6. Sep 18, 2008 4:33 PM in response to: Dave D
Re: Excel charts with JExcel?

 

Hi David,

 

 

To use these classes you need sustituting jexcel.jar by jexcel-full.jar which contains full set of MS Excel stubs. This library can be downloaded from our web site:

 

 

http://teamdev.com/jexcel/downloads.jsf

 

 

Regard,

 

 

Igor Novikov

 

 

More Like This

  • Retrieving data ...