0

I have built a GUI in Java so that the users from my office can search through our database, and the users need to be able to print reports in PowerPoint slides (one slide per register of the database), is there a good library I can use to make the slides with my java resultset SQL rows? Crystal Reports doesn't seem to support PowerPoint.

Razib
  • 10,965
  • 11
  • 53
  • 80
  • please share your efforts – Saurabh Jhunjhunwala May 05 '15 at 06:23
  • do you mean the code of my program? – Andres Miguel May 05 '15 at 06:31
  • yes, we can assist you if you are stuck some where – Saurabh Jhunjhunwala May 05 '15 at 06:33
  • i don't have anything in my code to export my results yet so i don't think putting my code works because i haven't started the exporting results part. I could put it if you want but it wouldn't be much helps and it's almost 500 lines. It works fine but i need to know what library/program is available so i can export my SQL rows. Originally i was going to do this little project in php and i know there's a library called PHPPowerpoint that does this in php, but i don't know what can i use in java for this task – Andres Miguel May 05 '15 at 06:41

1 Answers1

0

have a look at

Generate PowerPoint 2007/2010 file using Java

here they have focused on docx4j and http://poi.apache.org/slideshow/index.html which have jar to support your development, but it has support for office 2007, please update your jar version incase you are using some other office version.

Community
  • 1
  • 1
Saurabh Jhunjhunwala
  • 2,832
  • 3
  • 29
  • 57