I've got a bunch of huge excel reports created by JExcel. Now the company's styleguide has changed and somebody had the great idea to add some logos to the footer. Unfortunately, adding images to the header or footer is not possible with JExcel. As a workaround, I am currently modifying the PDF files created from the Excel files with iText and adding images to each page. The problem still remains: There is no image in the footer of the Excel file, only in the PDF file.
Has anybody an idea how to get rid of this problem? Is there any other free (?) Java Excel API that might help? I've tried Apache POI but without success.
Thanks in advance!