Git Product home page Git Product logo

jxls's Introduction

jXLS - Export data to Excel using XLS template
===============================================
Online docs - http://jxls.sourceforge.net/

Installation
-------------
You can download the latest jXLS release from here:

    http://sourceforge.net/project/showfiles.php?group_id=141729

To use jXLS engine you have to put  jxls-core   jar in your classpath.

And if you are planning to use jXLS to read XLS files you have to add jxls-reader jar file to your classpath.

If you use Maven 2 to build your application you can specify required jXLS modules in your pom.xml as dependencies to allow them to be downloaded from Maven repository

The following Jakarta libraries are also required to be on your classpath.

    * POI (3.6 or later)
    * Commons BeanUtils
    * Commons Collections
    * Commons JEXL
    * Commons Logging
    * Commons Digester

Dependencies
------------
jXLS requires next libraries to be on your classpath

Jakarta POI - great library to manipulate XLS files from pure Java

    http://jakarta.apache.org/poi/ 

Jakarta Commons BeanUtils - great library for dynamic defining and accessing bean properties.

   http://jakarta.apache.org/commons/beanutils/

Jakarta Commons Collections - great library for manipulating java collections.

   http://jakarta.apache.org/commons/collections/

Jakarta Commons JEXL - excellent library for Expression Language support.

   http://jakarta.apache.org/commons/jexl/

Jakarta Commons Digester - excellent library to create objects from XML

    http://jakarta.apache.org/commons/digester/

Jakarta Commons Logging - good logging library

    http://jakarta.apache.org/commons/logging/

Building from source
--------------------
Download jXLS distribution from
        http://sourceforge.net/project/showfiles.php?group_id=141729

Download and install Maven 2 framework
        http://maven.apache.org/

Execute from source code folder
        mvn clean install 


jxls's People

Contributors

jsoref avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jxls's Issues

Util.getOrCreateCell Error

version : jxls-core-1.0.6

An error occurs when I try to download Excel with a formula.
cause in Util.getOrCreateCell > Row.CREATE_NULL_AS_BLANK

This should be fixed this way.
Row.MissingCellPolicy.CREATE_NULL_AS_BLANK

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.