| Commit message (Expand) | Author | Age | Files | Lines |
* | improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425 | Yegor Kozlov | 2009-12-22 | 1 | -0/+1 |
* | fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 | Yegor Kozlov | 2009-12-21 | 1 | -1/+2 |
* | improved javadoc on Picture.resize() | Yegor Kozlov | 2009-12-21 | 1 | -0/+1 |
* | fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug... | Yegor Kozlov | 2009-12-19 | 1 | -0/+3 |
* | fixed ExternalNameRecord to properly distinguish DDE data from OLE data in th... | Yegor Kozlov | 2009-12-15 | 1 | -0/+1 |
* | updated the Downloads page to reflect the latest release of POI-3.6 | Yegor Kozlov | 2009-12-15 | 4 | -21/+23 |
* | added a template of RELEASE-NOTES | Yegor Kozlov | 2009-12-15 | 1 | -0/+52 |
* | Added missing license headers to 5 files. Removed dist target from howtobuild... | Dave Fisher | 2009-12-13 | 1 | -4/+0 |
* | Documentation changes for poi-ooxml-schemas | Dave Fisher | 2009-12-13 | 1 | -3/+24 |
* | Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul T... | Josh Micich | 2009-12-08 | 1 | -0/+1 |
* | updated current version on status.xml, also some misc post-release improvemen... | Yegor Kozlov | 2009-12-07 | 1 | -1/+3 |
* | fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil... | Yegor Kozlov | 2009-12-04 | 1 | -0/+1 |
* | Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field | Josh Micich | 2009-12-02 | 1 | -6/+7 |
* | fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 | Yegor Kozlov | 2009-12-02 | 1 | -0/+1 |
* | memory usage optimization in XSSF - avoid creating parentless xml beans | Yegor Kozlov | 2009-11-30 | 1 | -0/+1 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 2 | -114/+30 |
* | Add support for creating SummaryInformation and DocumentSummaryInformation pr... | Nick Burch | 2009-11-25 | 1 | -0/+1 |
* | Fix bug #48180 - short chart records skipping some unused fields | Nick Burch | 2009-11-25 | 1 | -0/+1 |
* | Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious... | Nick Burch | 2009-11-25 | 1 | -1/+2 |
* | Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ... | Nick Burch | 2009-11-25 | 1 | -0/+1 |
* | more cleanup of build.xml, improved release procedure, added a script to crea... | Yegor Kozlov | 2009-11-24 | 1 | -41/+4 |
* | fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth | Yegor Kozlov | 2009-11-21 | 1 | -0/+1 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 1 | -2/+6 |
* | Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.c... | Dave Fisher | 2009-11-19 | 18 | -560/+897 |
* | fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele... | Yegor Kozlov | 2009-11-16 | 1 | -0/+1 |
* | Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE() | Josh Micich | 2009-11-13 | 1 | -0/+1 |
* | support for text extraction from PPT master slides, see Bugzilla 48161 | Yegor Kozlov | 2009-11-12 | 1 | -0/+1 |
* | cleanup of build.xml | Yegor Kozlov | 2009-11-06 | 1 | -81/+3 |
* | added a method to set arabic mode in HSSFSheet, see Bugzilla 47970 | Yegor Kozlov | 2009-11-06 | 1 | -0/+1 |
* | release system resources when calling javax.imageio.ImageIO in Picture.resize() | Yegor Kozlov | 2009-11-06 | 1 | -0/+1 |
* | documentation changes - css adjust | Dave Fisher | 2009-11-06 | 1 | -2/+2 |
* | more documentation changes | Dave Fisher | 2009-11-06 | 1 | -13/+7 |
* | documentation changes | Dave Fisher | 2009-11-06 | 4 | -118/+34 |
* | reorganized TOC, removed obsolete pages | Yegor Kozlov | 2009-11-06 | 6 | -66/+157 |
* | Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no... | Nick Burch | 2009-11-04 | 1 | -0/+1 |
* | When running the "compile-ooxml-xsds" ant task, also generate the source jar ... | Nick Burch | 2009-11-03 | 1 | -0/+1 |
* | Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis... | Nick Burch | 2009-11-03 | 1 | -0/+1 |
* | Bugzilla 48096 - relaxed validation check in RecalcIdRecord | Josh Micich | 2009-11-03 | 1 | -0/+1 |
* | Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra... | Josh Micich | 2009-11-03 | 1 | -0/+1 |
* | fixed logic for matching cells and comments in HSSFCell.getCellComment() | Yegor Kozlov | 2009-10-29 | 1 | -0/+1 |
* | [47942] added implementation of protection features to XLSX and DOCX files. P... | Ugo Cei | 2009-10-28 | 1 | -0/+2 |
* | drop a line on Git access to POI sources | Yegor Kozlov | 2009-10-28 | 1 | -0/+8 |
* | preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill... | Yegor Kozlov | 2009-10-28 | 1 | -0/+1 |
* | Update link to dev.HSSF.java | Nick Burch | 2009-10-26 | 1 | -1/+1 |
* | Bugzilla 48044 - added implementation for CountBlank function (patch from Mad... | Josh Micich | 2009-10-24 | 1 | -0/+1 |
* | Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersecti... | Josh Micich | 2009-10-21 | 1 | -0/+1 |
* | The Visio info on gnome.ru is no more. Switch the links to a web.archive.org ... | Nick Burch | 2009-10-20 | 1 | -2/+2 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 12 | -0/+0 |
* | From bug #47999 - avoid un-needed call to the JVM Garbage Collector when work... | Nick Burch | 2009-10-16 | 1 | -0/+1 |
* | added Ant target to compile scratchpad examples, added example HSMF applicati... | Yegor Kozlov | 2009-10-04 | 1 | -0/+2 |