Thanks, Yes there are other dependencies as well mentioned below: dependencies { // spring dependencies compile("org.springframework.boot:spring-boot-configuration-processor") compile("org.springframework.boot:spring-boot-starter") compile("org.springframework.boot:spring-boot-starter-aop") compile("org.springframework.boot:spring-boot-starter-web") { exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat' } compile("org.springframework.boot:spring-boot-starter-jdbc") compile("org.springframework.boot:spring-boot-starter-security") compile("org.springframework.boot:spring-boot-starter-mail") compile("org.springframework.boot:spring-boot-starter-cache") compile("org.springframework.boot:spring-boot-starter-actuator") compile("org.springframework.boot:spring-boot-starter-thymeleaf") //compile("org.thymeleaf:thymeleaf-spring4:2.1.1.RELEASE") // Commons framework jars compile("commons-validator:commons-validator:1.5.1") // Spring Mobile Framework compile("org.springframework.boot:spring-boot-starter-mobile") // runtime dependencies runtime("org.springframework.boot:spring-boot-starter-thymeleaf") runtime("org.springframework.boot:spring-boot-starter-log4j2") // javax dependencies providedCompile("javax.servlet:javax.servlet-api")
// apache commons dependencies compile("org.apache.commons:commons-lang3") compile("commons-beanutils:commons-beanutils") compile("commons-fileupload:commons-fileupload") compile("org.apache.httpcomponents:httpclient:4.2.3") // external dependencies compile("org.mybatis:mybatis:3.3.0") compile("org.mybatis:mybatis-spring:1.2.3") compile("org.apache.poi:poi") compile("org.apache.poi:poi-ooxml") compile("org.jolokia:jolokia-core") //compile("com.itextpdf:itextpdf:2.1.7") //local dependencies //compile("com.walgreens:accelerate:" + project.ext["accelerate.version"]) //compile("oracle:ojdbc:" + project.ext["ojdbc.version"]) compile files("src/build/lib/accelerate-" + project.ext["accelerate.version"] + ".jar") compile files("src/build/lib/ojdbc" + project.ext["ojdbc.version"] + ".jar") compile files("src/build/lib/iText-2.1.7.jar") compile files("src/build/lib/javacsv-2.0.jar") // itextpdf-5.5.8.jar compile("com.itextpdf:itextpdf:5.5.8") // webjars runtime("org.webjars:normalize.css:3.0.2") runtime("org.webjars:modernizr:2.8.3") runtime("org.webjars:font-awesome:4.5.0") runtime("org.webjars:jquery:2.1.4") runtime("org.webjars:bootstrap:3.3.6") runtime("org.webjars:angularjs:1.4.8") runtime("org.webjars:datatables:1.10.11") runtime("org.webjars:datatables-tools:2.2.4-1") runtime("org.webjars:datatables-fixedheader:2.1.2-1") runtime("org.webjars.bower:datatables-fixedcolumns:3.0.4") { exclude module: 'jquery' exclude module: 'datatables' } runtime("org.webjars:bootstrap-tokenfield:0.12.1") runtime("org.webjars:jquery-ui:1.11.4") runtime("org.webjars.bower:moment:2.12.0") runtime("org.webjars.bower:jquery.maskedinput:1.4.1") -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Excel-has-unreadable-content-Error-When-creating-excel-using-SXSSF-API-tp5726456p5726464.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org