| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include the generation date in the javadocs, as it bloats the changes w... | Nick Burch | 2013-05-26 | 1 | -1/+2 |
* | updated version.id and release date of POI-3.9 | Yegor Kozlov | 2012-11-25 | 1 | -1/+1 |
* | fixed missing licence headers | Yegor Kozlov | 2012-11-25 | 1 | -0/+1 |
* | Bug 54008: Fixed Ant build to support build directories with blanks | Yegor Kozlov | 2012-10-26 | 1 | -1/+6 |
* | increased jvm heap size for testing(Xmx256)gsoc2012 | Evgeniy Berlog | 2012-08-09 | 1 | -0/+1 |
* | include commons-codec.jar in dists, support for jenkins build | Yegor Kozlov | 2012-04-22 | 1 | -0/+3 |
* | trunk is 3.9-beta1 now | Yegor Kozlov | 2012-03-19 | 1 | -1/+1 |
* | current version is 3.8-beta6 now | Yegor Kozlov | 2011-12-10 | 1 | -1/+1 |
* | keep rat quiet | Yegor Kozlov | 2011-12-09 | 1 | -0/+1 |
* | more progress with xlsf: support for gradient and texture fills, backgrounds,... | Yegor Kozlov | 2011-11-07 | 1 | -0/+4 |
* | enable assertions for unit-tests (currently disabled for ooxml due to failure... | Maxim Valyanskiy | 2011-09-12 | 1 | -0/+4 |
* | trunk is 3.8-beta5 now | Yegor Kozlov | 2011-08-23 | 1 | -1/+1 |
* | more XSLF updates | Yegor Kozlov | 2011-08-12 | 1 | -0/+6 |
* | cleanup sxxsf temp files after tests, remove non-ascii characters from source... | Yegor Kozlov | 2011-06-25 | 1 | -0/+7 |
* | Update build.xml version now beta 3 is out | Nick Burch | 2011-06-08 | 1 | -1/+1 |
* | bug#51165: Add support for OOXML Agile Encryption | Maxim Valyanskiy | 2011-05-10 | 1 | -0/+9 |
* | 3.8 beta2 has been released | Nick Burch | 2011-04-08 | 1 | -1/+1 |
* | Add documentation for the HMEF (TNEF/winmail.dat) support so far. | Nick Burch | 2011-03-04 | 1 | -1/+1 |
* | set version.id to 3.8-beta2 | Yegor Kozlov | 2011-03-04 | 1 | -1/+1 |
* | Fix a couple of license headers, and tweak the rat settings so it runs clean | Nick Burch | 2011-03-04 | 1 | -0/+1 |
* | merged with excelant branch | Yegor Kozlov | 2011-02-23 | 1 | -7/+126 |
|\ |
|
| * | initial import of ExcelAnt tasks, see Bugzilla 50610 | Yegor Kozlov | 2011-02-18 | 1 | -7/+126 |
* | | Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_... | Yegor Kozlov | 2011-02-23 | 1 | -5/+4 |
|/ |
|
* | tweaked javac targets and set includeantruntime=false to avoid warnings by An... | Yegor Kozlov | 2010-11-25 | 1 | -8/+16 |
* | updated current version in trunk | Yegor Kozlov | 2010-10-15 | 1 | -1/+1 |
* | repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu... | Yegor Kozlov | 2010-10-06 | 1 | -106/+6 |
* | Bump the version id | Nick Burch | 2010-09-24 | 1 | -1/+1 |
* | Prepare for building 3.7 beta 3 | Nick Burch | 2010-09-21 | 1 | -0/+1 |
* | Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvm | Nick Burch | 2010-08-10 | 1 | -1/+8 |
* | Add a dist exclude, and a missing header | Nick Burch | 2010-08-05 | 1 | -0/+1 |
* | Prepare for 3.7 beta 2 | Nick Burch | 2010-08-04 | 1 | -1/+1 |
* | never download ooxml-schemas-.jar from maven, always build it from source xsds | Yegor Kozlov | 2010-06-28 | 1 | -4/+3 |
* | removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook... | Yegor Kozlov | 2010-06-28 | 1 | -6/+0 |
* | Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ... | Nick Burch | 2010-06-22 | 1 | -5/+5 |
* | Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this... | Nick Burch | 2010-06-15 | 1 | -5/+5 |
* | Have the ooxml build correctly ensure that we have the ooxml schemas to hand | Nick Burch | 2010-06-14 | 1 | -1/+1 |
* | force ASCII encoding when compiling sources, fixed unmappable characters for ... | Yegor Kozlov | 2010-06-13 | 1 | -1/+15 |
* | Bump the ooxml schema version up to 1.1, as 1.0 was compiled for Java 1.4 whi... | Nick Burch | 2010-06-11 | 1 | -4/+4 |
* | The next release will be 3.7 beta 2 | Nick Burch | 2010-06-11 | 1 | -1/+1 |
* | ensure english locale for POI build | Yegor Kozlov | 2010-05-30 | 1 | -4/+6 |
* | Add a "rat-check" optional target, which runs Apache Rat against the source t... | Nick Burch | 2010-05-24 | 1 | -0/+17 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 1 | -0/+5 |
* | Tweak depends lines relating to compile-ooxml-xsds, so that the schema files ... | Nick Burch | 2010-04-26 | 1 | -2/+3 |
* | added mvn-install Ant target equivalent to 'mvn install' in maven-driven proj... | Yegor Kozlov | 2010-01-24 | 1 | -1/+35 |
* | updated current version on status.xml, also some misc post-release improvemen... | Yegor Kozlov | 2009-12-07 | 1 | -5/+5 |
* | set version.id to 3.7-SNAPSHOT | Yegor Kozlov | 2009-12-07 | 1 | -1/+1 |
* | more cleanup of build.xml, improved release procedure, added a script to crea... | Yegor Kozlov | 2009-11-24 | 1 | -7/+12 |
* | more improvements in build.xml: moved ooxml-lite targets out of normal 'compi... | Yegor Kozlov | 2009-11-23 | 1 | -106/+64 |
* | Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r88292... | Josh Micich | 2009-11-22 | 1 | -0/+1 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 1 | -889/+768 |