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