| Commit message (Expand) | Author | Age | Files | Lines |
* | more progress with xssf chart api, see Bug 51196 | Yegor Kozlov | 2011-09-10 | 8 | -271/+206 |
* | initial support for table styles in XSLF | Yegor Kozlov | 2011-09-10 | 4 | -1/+125 |
* | Update XSLFPowerPointExtractor to include Comment Authors along with comment ... | Nick Burch | 2011-09-04 | 1 | -5/+14 |
* | XSLF initial work on comment authors, and tests | Nick Burch | 2011-09-04 | 4 | -0/+104 |
* | Convert the XSLF text extractor from using the old style low level code to us... | Nick Burch | 2011-09-04 | 1 | -42/+40 |
* | Add XSLF access to slide comments, and fix some code comments | Nick Burch | 2011-09-04 | 4 | -12/+92 |
* | Remove incorrect svn:executable property from several Java source files | Nick Burch | 2011-09-04 | 21 | -0/+0 |
* | Basic XSLF support for slide notes | Nick Burch | 2011-09-04 | 4 | -30/+122 |
* | Start on XSLF notes master support, and add a XMLSlideShow basics test, along... | Nick Burch | 2011-09-04 | 6 | -10/+111 |
* | support for tables and hyperlinks in XSLF | Yegor Kozlov | 2011-08-17 | 13 | -320/+1041 |
* | more XSLF updates | Yegor Kozlov | 2011-08-12 | 4 | -2/+104 |
* | keep compiler from JDK 1.5.22 happy | Yegor Kozlov | 2011-08-11 | 1 | -11/+11 |
* | Patch 51634 - support SXSSF streaming from templates | Yegor Kozlov | 2011-08-11 | 2 | -13/+129 |
* | fixed missing ASF licence headers | Yegor Kozlov | 2011-08-11 | 7 | -11/+116 |
* | initial support for XSLF usermodel API | Yegor Kozlov | 2011-08-11 | 38 | -219/+3760 |
* | 51187 - fixed OPCPackage to correctly handle self references | Yegor Kozlov | 2011-08-11 | 1 | -1/+10 |
* | Bug 51635 - Improved performance of XSSFSheet#write | Yegor Kozlov | 2011-08-10 | 1 | -36/+16 |
* | Add Word-to-Text converter and use it as replacement for WordExtractor | Sergey Vladimirov | 2011-08-09 | 1 | -91/+105 |
* | Fixed incorrect encoding of non-breaking space (0xA0) in SXSSF | Yegor Kozlov | 2011-08-05 | 1 | -1/+1 |
* | fixed compilation errors | Yegor Kozlov | 2011-07-29 | 1 | -1/+1 |
* | support for conditional formatting in XSSF including docs and examples | Yegor Kozlov | 2011-07-29 | 10 | -6/+1097 |
* | Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t... | Nick Burch | 2011-07-28 | 2 | -1/+41 |
* | Tweak the error message to make it clearer how one should work with this part | Nick Burch | 2011-07-21 | 1 | -3/+3 |
* | fixed bug 51470 - avoid exception when cloning XSSF sheets with background im... | Yegor Kozlov | 2011-07-20 | 2 | -1/+10 |
* | Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh... | Yegor Kozlov | 2011-07-20 | 1 | -1/+1 |
* | more progress with support for charts in XSSF, see patch 51196 | Yegor Kozlov | 2011-07-20 | 2 | -77/+258 |
* | Fix a 1.6-ism - TreeMap.firstEntry | Nick Burch | 2011-07-18 | 1 | -8/+6 |
* | support for hyperlinks in SXSSF | Yegor Kozlov | 2011-07-12 | 4 | -5/+21 |
* | Fix bug #51469 - XSSF support for row styles, to match existing HSSF function... | Nick Burch | 2011-07-08 | 3 | -3/+90 |
* | Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ... | Nick Burch | 2011-07-08 | 5 | -62/+537 |
* | Fix bug #51474 - SXSSF handling for null strings | Nick Burch | 2011-07-05 | 1 | -1/+4 |
* | XSLFCommonSlideData: Workaround for XmlBeans bug#49934 | Maxim Valyanskiy | 2011-07-01 | 1 | -1/+13 |
* | added Workbook.getForceFormulaRecalculation as requested in Bug 51422 | Yegor Kozlov | 2011-06-30 | 2 | -0/+19 |
* | Bug 51444 - Prevent corrupted output when saving files created by LibreOffic... | Yegor Kozlov | 2011-06-30 | 3 | -6/+26 |
* | Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat... | Yegor Kozlov | 2011-06-27 | 3 | -17/+58 |
* | Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF | Yegor Kozlov | 2011-06-25 | 1 | -8/+28 |
* | cleanup sxxsf temp files after tests, remove non-ascii characters from source... | Yegor Kozlov | 2011-06-25 | 4 | -6/+10 |
* | Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks | Yegor Kozlov | 2011-06-25 | 1 | -6/+10 |
* | Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked() | Yegor Kozlov | 2011-06-24 | 1 | -15/+16 |
* | Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs | Yegor Kozlov | 2011-06-24 | 1 | -19/+46 |
* | Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th... | Yegor Kozlov | 2011-06-23 | 1 | -16/+66 |
* | Bug 48408: Improved documentation for Sheet.setColumnWidth | Yegor Kozlov | 2011-06-20 | 1 | -2/+34 |
* | improved autosizing columns in SXSSF, see Bug 51356 | Yegor Kozlov | 2011-06-18 | 1 | -2/+8 |
* | Bug 50681 - Fixed autosizing columns beyond 255 character limit | Yegor Kozlov | 2011-06-16 | 1 | -3/+8 |
* | Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core property | Yegor Kozlov | 2011-06-15 | 1 | -1/+1 |
* | Bug 50458: Fixed missing shapeId in XSSF drawings | Yegor Kozlov | 2011-06-13 | 1 | -0/+12 |
* | Bugzilla 51356: Support autoSizeColumn in SXSSF | Yegor Kozlov | 2011-06-11 | 1 | -2/+6 |
* | continue SXSSF docs updates and polishing | Yegor Kozlov | 2011-06-09 | 1 | -4/+19 |
* | SXSSF documentation and polishing | Yegor Kozlov | 2011-06-08 | 2 | -10/+52 |
* | Bug 51196: more progress with Spreadsheet Chart API | Yegor Kozlov | 2011-06-06 | 5 | -55/+304 |