2010-12-14 |
Yegor Kozlov | Support for continued NameRecords, see bugzilla 50244 |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Nick Burch | Fix bug #50416 - Correct shifting of the first or last... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Nick Burch | Fix bug #50440 - Support evaluating formulas with newli... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Nick Burch | Added XSSF EventModel support for inline strings. Adds... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Nick Burch | Add a test .xlsx file which includes both normal and... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Yegor Kozlov | mark GutsRecord as terminating row blocks, prevent... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Yegor Kozlov | added a unit test for not reproducible bug #49156 |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Yegor Kozlov | Added implementation for MROUND(), VAR() and VARP() |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Yegor Kozlov | code cleanup as suggested in Bugzilla 50446 |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Yegor Kozlov | Support for IRR() function, see Bugzilla 50409. Include... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Yegor Kozlov | Improved performance of RowRecordsAggregate.getStartRo... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Yegor Kozlov | Avoid crashing Excel when sorting XSSFSheet autofilter... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Yegor Kozlov | revert visibility raised for testing |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Yegor Kozlov | improved work with UDFs and Analysis Toolpack functions... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Yegor Kozlov | improved LinkTable to support registering external... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Yegor Kozlov | tweaked javac targets and set includeantruntime=false... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Nick Burch | Stub out a bit more for XSSF event processing of shared... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nick Burch | Allow access from XSSFReader to sheet comments and... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Maxim Valyanskiy | hwpf: Ignore null argument in PicturesTable.hasPicture |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Yegor Kozlov | removed dependencies on HSSF, prepare to move common... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Nick Burch | Some refactoring of XSSFEventBasedExcelExtractor, to... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Nick Burch | Add a link to the bugzilla list of new/needinfo bugs |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Maxim Valyanskiy | hwpf: IndexOutOfBoundsException in Range.findRange... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Yegor Kozlov | avoid corruption of XSSFWorkbook after applying XSSFRic... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Yegor Kozlov | allow white spaces and unicode in OPC relationship... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Maxim Valyanskiy | dispose xml cursor when iteration over it is done ... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Maxim Valyanskiy | XWPF: dispose xml cursor when iteration over it is... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Yegor Kozlov | clear calculation chain when deleting row or chaing... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Yegor Kozlov | Fixed evaluation of cell references with column index... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Yegor Kozlov | use cached formula result when autosizing sheet columns... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Yegor Kozlov | Tolerate Double.NaN when reading .xls files, see Bugzi... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Nick Burch | Add a few more little bits of formula unit tests |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yegor Kozlov | ignore eclipse custom settings by svn |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yegor Kozlov | fixed sizes of poi jars on the downloads page |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Yegor Kozlov | fixed the Downloads page to reflect current release |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Yegor Kozlov | updated index page to reflect current release POI-3.7 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Maxim Valyanskiy | Ensure that XWPFParagraph.getDocument() is not... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Yegor Kozlov | don't depend on constants from javax.xml.XMLConstants... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nick Burch | Fix bug #50118 |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nick Burch | Fix generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nick Burch | Slightly expand tests, inspired by bug #50060, but... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Yegor Kozlov | avoid nulls in HSSFWorkbook.getAllPictures when EscherB... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Nick Burch | Fix bug #50119 - avoid NPE when XSSFReader comes across... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix more HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix more HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix more HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix some HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Add a couple of methods to help make debugging problems... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | br is a line break, similar to cr |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Yegor Kozlov | fixed packaging of files moved from contrib |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Nick Burch | Several small site updates, to get us closer to complyi... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Yegor Kozlov | updated current version in trunk |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | removed svn:executable from project files |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | avoid NPE in ListLevel.getNumberText() when numberText... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | suppress deprecation warnings in poi-ooxml |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | revert usages of getXYZList() back to getXYZArray(... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Yegor Kozlov | removed log4 and commons-logging from poi-scratchpad.pom |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Yegor Kozlov | marked commons-logging and log4j as optional dependenci... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Yegor Kozlov | fixed unmappable characters for ASCII |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Yegor Kozlov | allow overridden built-in formats in XSSFCellStyle... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Yegor Kozlov | support for BorderCode in HWPF, see Bugzilla 49919 |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Yegor Kozlov | support for processing of symbols in HWPF, see Bugzilla... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Yegor Kozlov | cleaned javadoc warnings |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Yegor Kozlov | repackaged poi-contrib to poi-main and poi-examples... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Yegor Kozlov | support for retrieving pictures from HSSF workbooks... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Yegor Kozlov | Avoid IllegalStateException when creating Data validati... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Yegor Kozlov | improved rounding in MathX.mod, see Bugzilla 50033 |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Nick Burch | Test that shows we handle word floating and fixed pictu... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Maxim Valyanskiy | revert previous commit because it causes problems with... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Maxim Valyanskiy | hwpt: add more 2 bytes to OldSectionTable to solve... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Nick Burch | Generate SHA1 hashes as well as MD5 ones. Also, use... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Nick Burch | Bump the version id |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Nick Burch | Update the site for 3.7 beta 3 - download page and... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Nick Burch | Add unit tests for the XWPF decorator classes |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | A couple of tweaks to the release documentation |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | Prepare for building 3.7 beta 3 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | Fix 1.6ism |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | Add a temporary workaround for bug #49934, while we... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | Apply patch+test from bug #48325 - If a HSSF header... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | Fix bug #49966 - Correctly remove calcChain entries... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Nick Burch | Add missing record, and fix a few indents |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Nick Burch | Fix bug #47582 - XSSFCellStyle support for creating... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Nick Burch | Fix bug #49931 - Avoid concurrency problems when re... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Nick Burch | Fix bug #49765 - Fix XWPFDocument.addPicture so that... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Nick Burch | Work inspired by bug #48018 - get HWPF lists more consi... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Nick Burch | Apply patch from bug #49820 - Fix HWPF paragraph levels... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Nick Burch | Add test that shows that bug #45877 has already been... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Nick Burch | Hopefully fix bug #47271 - Avoid infinite loops on... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Nick Burch | More fixes for bug #49933, workaround the fact that... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Nick Burch | Fix bug #49936 - Handle HWPF documents with problematic... |
commit | commitdiff | tree | snapshot |
next |