| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | XSSF: reduce memory usage by specifing default namespace for string keys in S... | Maxim Valyanskiy | 2011-04-14 | 1 | -6/+15 |
* | Add a disabled test for bug #46662, which seems to be a SharedStringsTable / ... | Nick Burch | 2011-04-10 | 1 | -0/+21 |
* | Initial support for XSSF Charts. Provides easy access to the underlying CTCha... | Nick Burch | 2011-04-08 | 5 | -5/+246 |
* | Correct the fetching of Drawings from a XSSFChartSheet | Nick Burch | 2011-04-08 | 2 | -11/+74 |
* | Fix inconsistent indent | Nick Burch | 2011-04-08 | 1 | -31/+31 |
* | More test for bug #49381 / #50884 - xssf freeze panes | Nick Burch | 2011-04-08 | 2 | -4/+36 |
* | Add support for adding a table to a XSSFSheet | Nick Burch | 2011-04-08 | 3 | -8/+78 |
* | Implement the load method on MemoryPackagePart | Nick Burch | 2011-03-30 | 1 | -1/+17 |
* | Add XWPF <br> detection for the other kind of ooxml schemas | Nick Burch | 2011-03-25 | 2 | -3/+9 |
* | XWPFPicture: remove unused POILogger instance | Maxim Valyanskiy | 2011-03-21 | 1 | -4/+0 |
* | XWPFPicture: support for reading picture description | Maxim Valyanskiy | 2011-03-21 | 2 | -4/+10 |
* | XWPF: support for pictures in headers | Maxim Valyanskiy | 2011-03-21 | 6 | -9/+55 |
* | Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/colum... | Nick Burch | 2011-03-18 | 2 | -1/+36 |
* | Fix bug #49253 - When setting repeating rows and columns for XSSF, don't brea... | Nick Burch | 2011-03-18 | 2 | -2/+53 |
* | Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets creat... | Nick Burch | 2011-03-18 | 5 | -12/+48 |
* | Add unit test showing that bug #50867 works fine | Nick Burch | 2011-03-04 | 1 | -0/+57 |
* | Add unit test showing that bug #48877 no longer applies | Nick Burch | 2011-03-04 | 1 | -2/+56 |
* | Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app... | Nick Burch | 2011-03-04 | 6 | -13/+52 |
* | Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus... | Nick Burch | 2011-03-04 | 9 | -51/+74 |
* | Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha... | Nick Burch | 2011-03-04 | 2 | -15/+31 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 2 | -6/+157 |
* | Tweak XSSFPrintSetup to make it a little clearer what happens, and add a roun... | Nick Burch | 2011-03-01 | 2 | -6/+54 |
* | tweaked validation of xml to keep Gump quiet | Yegor Kozlov | 2011-02-26 | 1 | -3/+3 |
* | Fix bug #50829 - Support for getting the tables associated with a XSSFSheet | Nick Burch | 2011-02-25 | 3 | -0/+58 |
* | More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you... | Nick Burch | 2011-02-25 | 4 | -37/+260 |
* | Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed c... | Nick Burch | 2011-02-18 | 2 | -2/+38 |
* | Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b... | Nick Burch | 2011-02-18 | 2 | -1/+42 |
* | Add a disabled unit test for bug #50784. We need to add support for XSSF Colo... | Nick Burch | 2011-02-18 | 1 | -0/+31 |
* | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c... | Nick Burch | 2011-02-18 | 2 | -1/+62 |
* | Fix a couple more 1.6isms | Nick Burch | 2011-02-11 | 1 | -2/+2 |
* | Fix a 1.6ism | Nick Burch | 2011-02-11 | 1 | -2/+7 |
* | Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF ... | Nick Burch | 2011-02-04 | 2 | -14/+135 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 1 | -21/+4 |
* | Inside ExtractorFactory, support finding embedded OOXML documents and providi... | Nick Burch | 2010-12-16 | 2 | -5/+35 |
* | Fix bug #50440 - Support evaluating formulas with newlines in them, which XSS... | Nick Burch | 2010-12-13 | 2 | -1/+33 |
* | Added XSSF EventModel support for inline strings. Adds unit test for this for... | Nick Burch | 2010-12-13 | 3 | -3/+71 |
* | added a unit test for not reproducible bug #49156 | Yegor Kozlov | 2010-12-11 | 1 | -0/+14 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 1 | -13/+14 |
* | Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 | Yegor Kozlov | 2010-12-02 | 4 | -6/+26 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 4 | -15/+146 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 6 | -11/+11 |
* | Stub out a bit more for XSSF event processing of shared formulas, and only wa... | Nick Burch | 2010-11-23 | 1 | -2/+20 |
* | Allow access from XSSFReader to sheet comments and headers/footers (related t... | Nick Burch | 2010-11-22 | 5 | -7/+166 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 6 | -15/+14 |
* | Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you t... | Nick Burch | 2010-11-19 | 2 | -224/+286 |
* | avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, se... | Yegor Kozlov | 2010-11-18 | 2 | -70/+224 |
* | allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154 | Yegor Kozlov | 2010-11-17 | 6 | -23/+173 |
* | dispose xml cursor when iteration over it is done (more) | Maxim Valyanskiy | 2010-11-17 | 9 | -0/+19 |
* | XWPF: dispose xml cursor when iteration over it is done | Maxim Valyanskiy | 2010-11-16 | 2 | -0/+2 |
* | clear calculation chain when deleting row or chaing cell type to blank, see B... | Yegor Kozlov | 2010-11-12 | 4 | -13/+38 |