You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JExcel Forum
Please is it possible to import and export charts created in excel into java using jexcel? Also is all excel charts functionalities available within jexcel?
nataliya.rybynok
unread,
Jun 25, 2018, 11:28:06 AM6/25/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JExcel Forum
Hello,
A sample that demonstrates how to create and export Excel charts programmatically is attached to this reply. This sample is also provided as a part of the JExcel distribution archive.
In general, most of the charts functionality that is available in Excel VBA is expected to work in JExcel. However, there is no high-level API for this case, so you'll have to use the native peers. Native peers can be considered as more direct Java wrappers for the Excel object model — that is the same object model that is available in VBA.
Please let us know if you have any further questions about this functionality.