Skip to content

S4LM0NB011/Excel-To-PDF-with-POI-and-PDFBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-to-PDF-with-POI-and-PDFBox

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>

About

Excel to PDF with POI and PDFBox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%