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 |
2010-09-17 |
Nick Burch | Fix support for sections in old word 6 / word 95 files |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Nick Burch | Fix generics warning |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Nick Burch | Fix bug #49941 - Correctly handle space preservation... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Nick Burch | Add disabled, failing unit test for bug #49940 |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Nick Burch | Add a few more test asserts |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Nick Burch | Update the download site for 3.7 beta 2 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Nick Burch | Add some more paragraph property documentation and... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nick Burch | Various XWPF picture tweaks and more unit tests |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nick Burch | Fix up imports to remove un-used ones |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nick Burch | Correct XWPFRun detection of bold/italic in a paragraph... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nick Burch | Link XWPFPicture to XWPFRun, so that embedded pictures... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nick Burch | XWPF paragraph improvements - Make XWPFParagraph make... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nick Burch | Add a getBodyElements() method to XWPF IBody, to make... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Nick Burch | More XSLFRelation entries for common .pptx file parts |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Yegor Kozlov | added a test file that belongs to r996265 |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Yegor Kozlov | fixed evaluation of shared formulas in XSSF, see Bugzil... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Yegor Kozlov | avoid corruption of XSSFWorkbook after removing all... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Yegor Kozlov | fixed inconsistent behaviour between HSSF and XSSF... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nick Burch | Tweak hssf and hwpf image mime types for wmf/emf to... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nick Burch | Improve documentation of some of the HWPF picture stuff... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Nick Burch | Add getMimeType() method to HWPF Picture, and fix some... |
commit | commitdiff | tree | snapshot |
next |