| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify some string operations | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | Bug-61906 add API for working with RichStringText and deprecate API methods t... | PJ Fanning | 2017-12-15 | 1 | -2/+3 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Bug 60289: Fix handling of unicode escapes with lowercase hex-chars | Dominik Stadler | 2016-10-21 | 1 | -2/+7 |
* | bug 59773: move loop invariants outside of loop or change for loops to for-ea... | Javen O'Neal | 2016-07-02 | 1 | -7/+6 |
* | Reduce calls to utf-related methods - the integration test took ages because ... | Andreas Beeker | 2016-05-16 | 1 | -4/+3 |
* | sonar fixes | Andreas Beeker | 2016-03-11 | 1 | -4/+7 |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 1 | -7/+3 |
* | Apply some micro-optimization which helps when retrieving the string-value of... | Dominik Stadler | 2015-10-26 | 1 | -2/+9 |
* | Bug 58315: Avoid NPE for RichTextString without font-details | Dominik Stadler | 2015-09-05 | 1 | -0/+5 |
* | Have XSSF rich test strings report if they have formatting applied or not, an... | Nick Burch | 2015-07-31 | 1 | -2/+21 |
* | Improve information in exceptions thrown by XSSFRichTextString and improve un... | Dominik Stadler | 2015-01-03 | 1 | -2/+3 |
* | Remove iterating over the number of runs for certain XSSFRichTextString opera... | Dominik Stadler | 2014-12-22 | 1 | -14/+14 |
* | Bug 56511: Add a null-check to ensure that the run actually has a font to not... | Dominik Stadler | 2014-12-22 | 1 | -1/+1 |
* | optimized unused imports and removed deprecation warnings in poi-ooxml | Yegor Kozlov | 2012-03-05 | 1 | -12/+12 |
* | Bugzilla 52745: fixed XSSFRichtextString.append to preserve leading / trailin... | Yegor Kozlov | 2012-02-23 | 1 | -2/+5 |
* | Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks | Yegor Kozlov | 2011-06-25 | 1 | -6/+10 |
* | Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app... | Nick Burch | 2011-03-04 | 1 | -2/+16 |
* | Fix a 1.6ism | Nick Burch | 2011-02-11 | 1 | -2/+7 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 1 | -0/+1 |
* | avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, se... | Yegor Kozlov | 2010-11-18 | 1 | -64/+70 |
* | suppress deprecation warnings in poi-ooxml | Yegor Kozlov | 2010-10-14 | 1 | -0/+1 |
* | revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor... | Yegor Kozlov | 2010-10-14 | 1 | -5/+5 |
* | Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when... | Nick Burch | 2010-09-16 | 1 | -0/+1 |
* | Support for escaped unicode characters in Shared String Table, see bug #49653 | Yegor Kozlov | 2010-07-28 | 1 | -2/+41 |
* | Fix deprecated warnings | Nick Burch | 2010-07-02 | 1 | -3/+5 |
* | added an annotation '@Internal' to mark program elements intended for POI int... | Yegor Kozlov | 2009-12-03 | 1 | -0/+2 |
* | Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ... | Nick Burch | 2009-11-03 | 1 | -5/+10 |
* | preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill... | Yegor Kozlov | 2009-10-28 | 1 | -2/+22 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -7/+7 |
* | properly set font size when applying indexed font | Yegor Kozlov | 2008-11-25 | 1 | -0/+1 |
* | 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP... | Yegor Kozlov | 2008-11-06 | 1 | -46/+39 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 1 | -0/+1 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 1 | -3/+3 |
* | 1. initial support for rich text in xssf" | Yegor Kozlov | 2008-09-18 | 1 | -75/+276 |
* | Preserve rich text across read-write of SharedStringsTable, also improved per... | Yegor Kozlov | 2008-09-16 | 1 | -23/+197 |
* | More on converting the excel extractor to the new code | Nick Burch | 2008-03-08 | 1 | -0/+3 |
* | Some OOXML implementation and interface code, just some basic Row and Cell-le... | Ugo Cei | 2008-01-16 | 1 | -0/+91 |