summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* XSSF: reduce memory usage by specifing default namespace for string keys in ↵Maxim Valyanskiy2011-04-141-6/+15
| | | | | | SharedStringsTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092089 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled test for bug #46662, which seems to be a SharedStringsTable / ↵Nick Burch2011-04-101-0/+21
| | | | | | xmlbeans issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090792 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for XSSF Charts. Provides easy access to the underlying ↵Nick Burch2011-04-085-5/+246
| | | | | | CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090442 13f79535-47bb-0310-9956-ffa450edef68
* Correct the fetching of Drawings from a XSSFChartSheetNick Burch2011-04-082-11/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090435 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent indentNick Burch2011-04-081-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090434 13f79535-47bb-0310-9956-ffa450edef68
* More test for bug #49381 / #50884 - xssf freeze panesNick Burch2011-04-082-4/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090301 13f79535-47bb-0310-9956-ffa450edef68
* Add support for adding a table to a XSSFSheetNick Burch2011-04-083-8/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090289 13f79535-47bb-0310-9956-ffa450edef68
* Implement the load method on MemoryPackagePartNick Burch2011-03-301-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1086909 13f79535-47bb-0310-9956-ffa450edef68
* Add XWPF <br> detection for the other kind of ooxml schemasNick Burch2011-03-252-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1085471 13f79535-47bb-0310-9956-ffa450edef68
* XWPFPicture: remove unused POILogger instanceMaxim Valyanskiy2011-03-211-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083781 13f79535-47bb-0310-9956-ffa450edef68
* XWPFPicture: support for reading picture descriptionMaxim Valyanskiy2011-03-212-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083780 13f79535-47bb-0310-9956-ffa450edef68
* XWPF: support for pictures in headersMaxim Valyanskiy2011-03-216-9/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083764 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49381 - Correct createFreezePane in XSSF, so that the left ↵Nick Burch2011-03-182-1/+36
| | | | | | row/column matches the documentation + HSSF (CellReference is row,column) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082966 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49253 - When setting repeating rows and columns for XSSF, don't ↵Nick Burch2011-03-182-2/+53
| | | | | | break the print settings if they were already there git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082961 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets ↵Nick Burch2011-03-185-12/+48
| | | | | | created early switch it to the same model as XSSFFont for getting it later git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082946 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test showing that bug #50867 works fineNick Burch2011-03-041-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078065 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test showing that bug #48877 no longer appliesNick Burch2011-03-041-2/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078057 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50784 - XSSFColors return by XSSFFont now have theme information ↵Nick Burch2011-03-046-13/+52
| | | | | | applied to them, as XSSFFont is now ThemesTable aware git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077986 13f79535-47bb-0310-9956-ffa450edef68
* Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by ↵Nick Burch2011-03-049-51/+74
| | | | | | pushing the logic out of XSSFCellStyle and into ThemesTable + make it easier to call git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077968 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from ↵Nick Burch2011-03-042-15/+31
| | | | | | FontChartset git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077950 13f79535-47bb-0310-9956-ffa450edef68
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ↵Yegor Kozlov2011-03-042-6/+157
| | | | | | called, see Bugzilla 47100 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077878 13f79535-47bb-0310-9956-ffa450edef68
* Tweak XSSFPrintSetup to make it a little clearer what happens, and add a ↵Nick Burch2011-03-012-6/+54
| | | | | | round-trip unit test for it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076022 13f79535-47bb-0310-9956-ffa450edef68
* tweaked validation of xml to keep Gump quietYegor Kozlov2011-02-261-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074920 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50829 - Support for getting the tables associated with a XSSFSheetNick Burch2011-02-253-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074710 13f79535-47bb-0310-9956-ffa450edef68
* More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let ↵Nick Burch2011-02-254-37/+260
| | | | | | | | | you get at either 3 byte RGB, or 4 byte ARGB, whichever you prefer for your needs. Includes the new patch from bug #50299 for 3 colour RGB black/white being inverted from Excel git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074703 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed ↵Nick Burch2011-02-182-2/+38
| | | | | | colours git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072082 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and ↵Nick Burch2011-02-182-1/+42
| | | | | | black background themes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072053 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled unit test for bug #50784. We need to add support for XSSF ↵Nick Burch2011-02-181-0/+31
| | | | | | Colours to pull details from their parent theme where there is one git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072027 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one ↵Nick Burch2011-02-182-1/+62
| | | | | | cell to another git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072022 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple more 1.6ismsNick Burch2011-02-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069975 13f79535-47bb-0310-9956-ffa450edef68
* Fix a 1.6ismNick Burch2011-02-111-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069974 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF ↵Nick Burch2011-02-042-14/+135
| | | | | | documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1067217 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ↵Nick Burch2011-01-201-21/+4
| | | | | | built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1061288 13f79535-47bb-0310-9956-ffa450edef68
* Inside ExtractorFactory, support finding embedded OOXML documents and ↵Nick Burch2010-12-162-5/+35
| | | | | | providing extractors for them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1049802 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50440 - Support evaluating formulas with newlines in them, which ↵Nick Burch2010-12-132-1/+33
| | | | | | XSSF may have (but HSSF may not) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045021 13f79535-47bb-0310-9956-ffa450edef68
* Added XSSF EventModel support for inline strings. Adds unit test for this ↵Nick Burch2010-12-133-3/+71
| | | | | | for the event model extractor, and another for the usermodel extractor which already supported it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045020 13f79535-47bb-0310-9956-ffa450edef68
* added a unit test for not reproducible bug #49156Yegor Kozlov2010-12-111-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044647 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-111-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044642 13f79535-47bb-0310-9956-ffa450edef68
* Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315Yegor Kozlov2010-12-024-6/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1041407 13f79535-47bb-0310-9956-ffa450edef68
* improved work with UDFs and Analysis Toolpack functions, ATP functions are ↵Yegor Kozlov2010-11-284-15/+146
| | | | | | enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039870 13f79535-47bb-0310-9956-ffa450edef68
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-246-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038691 13f79535-47bb-0310-9956-ffa450edef68
* Stub out a bit more for XSSF event processing of shared formulas, and only ↵Nick Burch2010-11-231-2/+20
| | | | | | warn about them if the formula is a shared-child + the user actually wants the values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038095 13f79535-47bb-0310-9956-ffa450edef68
* Allow access from XSSFReader to sheet comments and headers/footers (related ↵Nick Burch2010-11-225-7/+166
| | | | | | to bug #50076) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037753 13f79535-47bb-0310-9956-ffa450edef68
* moved common formula-related code to org.apache.poi.ss.formula, eliminated ↵Yegor Kozlov2010-11-216-15/+14
| | | | | | dependencies on HSSF, reduced the number of eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037431 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you ↵Nick Burch2010-11-192-224/+286
| | | | | | to have control over outputting the cell contents, inspired by bug #50076 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1036968 13f79535-47bb-0310-9956-ffa450edef68
* avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, ↵Yegor Kozlov2010-11-182-70/+224
| | | | | | see Bugzilla 50258 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1036599 13f79535-47bb-0310-9956-ffa450edef68
* allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154Yegor Kozlov2010-11-176-23/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1036215 13f79535-47bb-0310-9956-ffa450edef68
* dispose xml cursor when iteration over it is done (more)Maxim Valyanskiy2010-11-179-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1035947 13f79535-47bb-0310-9956-ffa450edef68
* XWPF: dispose xml cursor when iteration over it is doneMaxim Valyanskiy2010-11-162-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1035615 13f79535-47bb-0310-9956-ffa450edef68
* clear calculation chain when deleting row or chaing cell type to blank, see ↵Yegor Kozlov2010-11-124-13/+38
| | | | | | Bugs 50113 and 49966 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1034358 13f79535-47bb-0310-9956-ffa450edef68