aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode c...Yegor Kozlov2012-07-163-0/+12
* Add some helper methods for working with attachmentsNick Burch2012-07-101-0/+33
* Provide one example of how PropertyValues can be encoded and decoded, rest st...Nick Burch2012-07-091-1/+45
* Start on the code to process properties, and wire it up. No properties readin...Nick Burch2012-07-0810-90/+342
* In preparation for reading the HSMF __properties stream, improve the Types su...Nick Burch2012-07-0819-222/+359
* Disable building of the PDF version of the siteNick Burch2012-07-021-1/+1
* avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-022-3/+17
* Bugzilla 48469 - Updated case study Yegor Kozlov2012-06-272-11/+25
* Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-273-4/+51
* Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-263-1/+43
* Update JavaDocs to make it clearer to users about the different constuctorsNick Burch2012-06-211-2/+23
* more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-209-9/+137
* Add File based constructor to OPCPackage, alongside existing String one (whic...Nick Burch2012-06-195-27/+108
* Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-123-5/+39
* Update the site footer year rangeNick Burch2012-06-101-1/+1
* Update the FormulaEvaluator performance section to match current behaviourNick Burch2012-06-101-24/+37
* set line color in draw command in PPGraphics2D.javaYegor Kozlov2012-05-301-0/+3
* Bugzilla 53271 - Removed unconditional asserts in SXSSFYegor Kozlov2012-05-256-9/+1
* Bugzilla 53025: Updatad documentation and example on data validationsYegor Kozlov2012-05-183-25/+583
* Bug 53227 - Corrected AddDimensionedImage.java to support XSSF/SXSSFYegor Kozlov2012-05-181-95/+167
* List Commons Codec as a dependency, as it has been needed for some time nowNick Burch2012-05-131-1/+1
* polishing BiffDrawingToXml: more readable output and removed unnecessary tagsYegor Kozlov2012-05-054-24/+18
* Bugzilla 53058 - Utility for representing drawings contained in a binary Exce...Yegor Kozlov2012-05-0229-18/+623
* Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the desc...Nick Burch2012-05-014-0/+36
* Fix bug #48528 - support negative arguments to the DATE() functionNick Burch2012-04-283-5/+73
* Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), fo...Nick Burch2012-04-273-9/+70
* info on nightly buildsYegor Kozlov2012-04-221-0/+12
* include commons-codec.jar in dists, support for jenkins buildYegor Kozlov2012-04-221-0/+3
* Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF fileYegor Kozlov2012-04-213-7/+42
* Bugzilla 53101: fixed evaluation of SUM over cell range > 255Yegor Kozlov2012-04-214-2/+25
* Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ...Yegor Kozlov2012-03-294-1/+20
* unit test for #52991 (unexpected end of ZLIB input stream)Maxim Valyanskiy2012-03-272-1/+16
* HWPF: fix NPE when reading paragraph propertiesMaxim Valyanskiy2012-03-272-2/+2
* fixed broken link to release notesYegor Kozlov2012-03-271-2/+2
* #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPTMaxim Valyanskiy2012-03-272-1/+234
* updated sites to reflect our latest release POI-3.8Yegor Kozlov2012-03-272-77/+26
* OPC: add original IOException to chain on open file errorsMaxim Valyanskiy2012-03-203-11/+18
* trunk is 3.9-beta1 nowYegor Kozlov2012-03-192-2/+5
* fixed link to poi-dev archives on gmane.orgYegor Kozlov2012-03-191-1/+1
* removed svn:executable from source filesYegor Kozlov2012-03-1711-0/+0
* Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav...Yegor Kozlov2012-03-173-0/+557
* Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString()Yegor Kozlov2012-03-132-1/+2
* Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsi...Yegor Kozlov2012-03-113-9/+73
* add RANK to the list of supported functionsYegor Kozlov2012-03-111-0/+1
* small fic to prevent NPE when iterating over shape attributes in HSLFYegor Kozlov2012-03-111-2/+3
* bugzilla 52818 - Added implementation for RANK()Yegor Kozlov2012-03-056-0/+199
* corrected name of test file for Bugzilla 51710Yegor Kozlov2012-03-052-1/+1
* optimized unused imports in poi-excelantYegor Kozlov2012-03-052-3/+0
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-0522-35/+0
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-0562-148/+88