| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed evaluation of cell references with column index greater than 255, see b... | Yegor Kozlov | 2010-11-10 | 2 | -1/+36 |
* | use cached formula result when autosizing sheet columns, see Bugzilla 50211 | Yegor Kozlov | 2010-11-09 | 3 | -170/+33 |
* | Add a few more little bits of formula unit tests | Nick Burch | 2010-11-04 | 1 | -0/+2 |
* | Ensure that XWPFParagraph.getDocument() is not null | Maxim Valyanskiy | 2010-10-28 | 16 | -88/+139 |
* | don't depend on constants from javax.xml.XMLConstants from JRE, stay compatib... | Yegor Kozlov | 2010-10-23 | 1 | -2/+1 |
* | Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets | Nick Burch | 2010-10-20 | 2 | -1/+20 |
* | br is a line break, similar to cr | Nick Burch | 2010-10-19 | 1 | -0/+3 |
* | suppress deprecation warnings in poi-ooxml | Yegor Kozlov | 2010-10-14 | 4 | -0/+12 |
* | revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor... | Yegor Kozlov | 2010-10-14 | 10 | -96/+106 |
* | allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 | Yegor Kozlov | 2010-10-08 | 2 | -2/+40 |
* | cleaned javadoc warnings | Yegor Kozlov | 2010-10-06 | 11 | -135/+38 |
* | Add unit tests for the XWPF decorator classes | Nick Burch | 2010-09-22 | 1 | -0/+99 |
* | Add a temporary workaround for bug #49934, while we wait for a proper xmlbean... | Nick Burch | 2010-09-21 | 1 | -0/+13 |
* | Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop ... | Nick Burch | 2010-09-21 | 4 | -4/+49 |
* | Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b... | Nick Burch | 2010-09-20 | 3 | -11/+136 |
* | Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up rel... | Nick Burch | 2010-09-20 | 3 | -71/+53 |
* | Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when... | Nick Burch | 2010-09-16 | 2 | -1/+89 |
* | Add disabled, failing unit test for bug #49940 | Nick Burch | 2010-09-16 | 1 | -0/+28 |
* | Various XWPF picture tweaks and more unit tests | Nick Burch | 2010-09-14 | 4 | -9/+91 |
* | Fix up imports to remove un-used ones | Nick Burch | 2010-09-14 | 12 | -43/+15 |
* | Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of... | Nick Burch | 2010-09-14 | 4 | -10/+166 |
* | Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe... | Nick Burch | 2010-09-14 | 7 | -45/+95 |
* | XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an... | Nick Burch | 2010-09-14 | 9 | -120/+222 |
* | Add a getBodyElements() method to XWPF IBody, to make access to embedded para... | Nick Burch | 2010-09-14 | 7 | -2/+29 |
* | More XSLFRelation entries for common .pptx file parts | Nick Burch | 2010-09-13 | 1 | -2/+19 |
* | fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 | Yegor Kozlov | 2010-09-12 | 3 | -13/+51 |
* | avoid corruption of XSSFWorkbook after removing all merged cells from sheet, ... | Yegor Kozlov | 2010-09-11 | 2 | -1/+7 |
* | fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ... | Yegor Kozlov | 2010-09-11 | 1 | -1/+3 |
* | Remove 1.6isms which prevent compilation on Java 1.5 | Nick Burch | 2010-09-09 | 1 | -1/+0 |
* | Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex... | Nick Burch | 2010-09-09 | 2 | -0/+6 |
* | allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th... | Yegor Kozlov | 2010-09-07 | 1 | -1/+17 |
* | improved API for hiding sheets, see Bugzilla 49878 | Yegor Kozlov | 2010-09-05 | 2 | -78/+57 |
* | fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en... | Yegor Kozlov | 2010-09-04 | 1 | -53/+3 |
* | fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva... | Yegor Kozlov | 2010-09-04 | 2 | -129/+10 |
* | change cell type to error when setting Double.NaN or Infinities, see Bugzill... | Yegor Kozlov | 2010-09-04 | 1 | -1/+8 |
* | ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833) | Yegor Kozlov | 2010-09-04 | 1 | -0/+9 |
* | added ZipFileAssert, this file was in the original OpenXML4J package but wasn... | Yegor Kozlov | 2010-09-04 | 2 | -41/+202 |
* | fixed evaluation of XSSF workbooks containing formulas with reference errors ... | Yegor Kozlov | 2010-08-25 | 1 | -9/+26 |
* | support for protecting a XSSF workbook, see Bugzilla #48900 | Yegor Kozlov | 2010-08-18 | 2 | -0/+59 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 1 | -0/+0 |
* | initial support for excel auto-filters | Yegor Kozlov | 2010-08-08 | 3 | -35/+54 |
* | close OPC package before assertion, otherwise the test fails on Win7 (unix-ba... | Yegor Kozlov | 2010-08-06 | 1 | -1/+2 |
* | Support nested outlook files in ExtractorFactory | Nick Burch | 2010-08-04 | 2 | -6/+35 |
* | Improve handling and warnings when closing OPCPackage objects | Nick Burch | 2010-08-04 | 3 | -6/+83 |
* | Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty... | Nick Burch | 2010-08-04 | 2 | -2/+55 |
* | Commit unit test change too | Nick Burch | 2010-07-29 | 1 | -1/+2 |
* | Refactor to make it easier to tell which content types each POIXMLTextExtract... | Nick Burch | 2010-07-29 | 6 | -51/+170 |
* | Support for escaped unicode characters in Shared String Table, see bug #49653 | Yegor Kozlov | 2010-07-28 | 2 | -2/+53 |
* | preserve leading and trailing white spaces in XWPFRun, see bug #49593 | Yegor Kozlov | 2010-07-27 | 1 | -1/+20 |
* | insert the content of fldSimple fields into the XWPFWordTextExtractor output,... | Yegor Kozlov | 2010-07-27 | 2 | -0/+17 |