Welcome, Guest! Log In | Create Account

Share

A Java library for reading/writing Excel

by grimholtz

JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets. This project mirrors the files on http://www.jexcelapi.org, which has been known to go down on occasion.


http://jexcelapi.sourceforge.net

Office Suites, Spreadsheet

Project Feed

  • jexcelapi 2.6.10 file released: jexcelapi_2_6_10.zip

    - Renamed the common packages to be jxl.common, in order
      to avoid naming clashes
    - Incorporated Matt England's simple check in order to detect
      cyclic block chains in the compound file format
    - Included function names in Dutch in the resource bundle
    - ...

    08:56AM on May 28 2009

  • jexcelapi 2.6.10 file released: jexcelapi_2_6_10.tar.gz

    - Renamed the common packages to be jxl.common, in order
      to avoid naming clashes
    - Incorporated Matt England's simple check in order to detect
      cyclic block chains in the compound file format
    - Included function names in Dutch in the resource bundle
    - ...

    08:56AM on May 28 2009

  • jexcelapi 2.6.9 (Java 1.4) file released: jexcelapi_2_6_9_1.4.zip

    Identical to the initial 2.6.9 release, but compiled for java 1.4
    
    - When copying the Supbook record copy the original names
      into the duplicate array
    - When removing hyperlinks use Iterator.remove() function
    - Modifed the row insertion/removal to ...

    06:10PM on Nov 25 2008

  • jexcelapi 2.6.9 (Java 1.4) file released: jexcelapi_2_6_9_1.4.tar.gz

    Identical to the initial 2.6.9 release, but compiled for java 1.4
    
    - When copying the Supbook record copy the original names
      into the duplicate array
    - When removing hyperlinks use Iterator.remove() function
    - Modifed the row insertion/removal to ...

    06:09PM on Nov 25 2008

  • jexcelapi 2.6.9 (Java 1.6) file released: jexcelapi_2_6_9.zip

    - When copying the Supbook record copy the original names
      into the duplicate array
    - When removing hyperlinks use Iterator.remove() function
    - Modifed the row insertion/removal to invoke the methods 
      on the DVParser to reflect the change in named ...

    02:04PM on Oct 27 2008

  • jexcelapi 2.6.9 (Java 1.6) file released: jexcelapi_2_6_9.tar.gz

    - When copying the Supbook record copy the original names
      into the duplicate array
    - When removing hyperlinks use Iterator.remove() function
    - Modifed the row insertion/removal to invoke the methods 
      on the DVParser to reflect the change in named ...

    02:04PM on Oct 27 2008

  • jexcelapi 2.6.8 file released: jexcelapi_2_6_8.zip

    - Fixed a NullPointerException introduced in 2.6.7 when replacing cells with comments but no data validation.
    
    Change log for 2.6.7
    ====================
    
    - When reading in StringFormulas and SharedStringFormulas,
      the CONTINUE record has an apparently ...

    04:44PM on Jun 02 2008

  • jexcelapi 2.6.8 file released: jexcelapi_2_6_8.tar.gz

    - Fixed a NullPointerException introduced in 2.6.7 when replacing cells with comments but no data validation.
    
    Change log for 2.6.7
    ====================
    
    - When reading in StringFormulas and SharedStringFormulas,
      the CONTINUE record has an apparently ...

    04:44PM on Jun 02 2008

  • jexcelapi 2.6.6 file released: jexcelapi_2_6_6.tar.gz

    - Fixed a bug when removing a named range so that it deletes 
      it from all places where it is stored
    - Added in Peter's patch for supporting the CHOOSE function
      Defaulted Colour.UNKNOWN to BLACK when setting a cell 
      border. This fixes the bug where ...

    10:17PM on Oct 08 2007

  • jexcelapi 2.6.6 file released: jexcelapi_2_6_6.zip

    - Fixed a bug when removing a named range so that it deletes 
      it from all places where it is stored
    - Added in Peter's patch for supporting the CHOOSE function
      Defaulted Colour.UNKNOWN to BLACK when setting a cell 
      border. This fixes the bug where ...

    10:16PM on Oct 08 2007

A Java library for reading/writing Excel Actions