Skip to content
hellojavaer edited this page Jan 14, 2016 · 13 revisions

Welcome to the poi-excel-utils wiki!

##Download

  • add this following configration to your settings.xml
 <profile>
     <id>allow-snapshots</id>
        <activation><activeByDefault>true</activeByDefault></activation>
     <repositories>
       <repository>
         <id>snapshots-repo</id>
         <url>https://oss.sonatype.org/content/repositories/snapshots</url>
         <releases><enabled>false</enabled></releases>
         <snapshots><enabled>true</enabled></snapshots>
       </repository>
     </repositories>
   </profile>
  • add this following dependency to your pom.xml
<dependency>
    <groupId>org.hellojavaer</groupId>
    <artifactId>poi-excel-utils</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

The following examples is based on version 1.0.0-SNAPSHOT

##Read example image

##Write example

image

Clone this wiki locally