Excel to PDF with POI and PDFBox
Supported Japanese Text
version.0.4 Add Formatter to create PDF from marked text
version.0.3 Divide ExcelToPDF to ExcelTo, PDFPrinter, Tool, Try classes
version.0.2 Use Excel-CellFormatter http://mygreen.github.io/excel-cellformatter/
version.0.1 Get text from excel
[Maven usage]
<project>
...
<repositories>
<repository>
<id>qpg.jp</id>
<name>qpg.jp repository</name>
<url>http://qpg.jp/maven</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>jp.qpg</groupId>
<artifactId>Excel-To-PDF-with-POI-and-PDFBox</artifactId>
<version>0.4.1</version>
</dependency>
</dependencies>
</project>