| Commit message (Expand) | Author | Age | Files | Lines |
* | ant target to create patches | Yegor Kozlov | 2011-03-04 | 1 | -46/+67 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 1 | -1/+4 |
* | mention ExcelAnt in status.xml | Yegor Kozlov | 2011-03-01 | 1 | -0/+1 |
* | Fix bug #32903 - Correct XBAT chaining explanation in /poifs/fileformat.html | Nick Burch | 2011-02-25 | 2 | -6/+16 |
* | Fix bug #50829 - Support for getting the tables associated with a XSSFSheet | Nick Burch | 2011-02-25 | 1 | -0/+1 |
* | More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you... | Nick Burch | 2011-02-25 | 1 | -0/+1 |
* | Update the HSSF/XSSF comments documentation to include some more steps that a... | Nick Burch | 2011-02-23 | 1 | -2/+11 |
* | merged with excelant branch | Yegor Kozlov | 2011-02-23 | 2 | -0/+320 |
|\ |
|
| * | initial import of ExcelAnt tasks, see Bugzilla 50610 | Yegor Kozlov | 2011-02-18 | 2 | -0/+320 |
* | | Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_... | Yegor Kozlov | 2011-02-23 | 1 | -0/+1 |
* | | Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed c... | Nick Burch | 2011-02-18 | 1 | -0/+1 |
* | | Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b... | Nick Burch | 2011-02-18 | 1 | -0/+1 |
* | | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c... | Nick Burch | 2011-02-18 | 1 | -0/+1 |
* | | Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re... | Nick Burch | 2011-02-11 | 1 | -0/+1 |
* | | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 1 | -0/+1 |
|/ |
|
* | fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o... | Yegor Kozlov | 2011-02-11 | 1 | -0/+1 |
* | Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF ... | Nick Burch | 2011-02-04 | 1 | -0/+1 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 1 | -0/+1 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 1 | -0/+1 |
* | User Defined Function Documentation/Example, see Bugzilla 50587 | Yegor Kozlov | 2011-01-19 | 6 | -0/+416 |
* | Update the HMEF page with the latest status of the code | Nick Burch | 2011-01-13 | 1 | -3/+5 |
* | Add NPOIFS section to the documentation | Nick Burch | 2011-01-01 | 1 | -9/+68 |
* | Add initial low level code for HMEF, an implementation of TNEF (aka winmail.d... | Nick Burch | 2010-12-22 | 6 | -2/+110 |
* | Improve the HDGF LZW code. | Nick Burch | 2010-12-16 | 2 | -1/+4 |
* | Support for continued NameRecords, see bugzilla 50244 | Yegor Kozlov | 2010-12-14 | 1 | -0/+1 |
* | Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult... | Nick Burch | 2010-12-14 | 1 | -0/+1 |
* | Fix bug #50440 - Support evaluating formulas with newlines in them, which XSS... | Nick Burch | 2010-12-13 | 1 | -0/+1 |
* | Added XSSF EventModel support for inline strings. Adds unit test for this for... | Nick Burch | 2010-12-13 | 1 | -0/+1 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 1 | -0/+1 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 1 | -0/+1 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 1 | -0/+1 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 2 | -2/+4 |
* | Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getE... | Yegor Kozlov | 2010-12-08 | 1 | -0/+1 |
* | Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 | Yegor Kozlov | 2010-12-02 | 1 | -0/+1 |
* | Allow access from XSSFReader to sheet comments and headers/footers (related t... | Nick Burch | 2010-11-22 | 1 | -0/+1 |
* | Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you t... | Nick Burch | 2010-11-19 | 1 | -0/+1 |
* | Add a link to the bugzilla list of new/needinfo bugs | Nick Burch | 2010-11-19 | 1 | -0/+1 |
* | avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, se... | Yegor Kozlov | 2010-11-18 | 1 | -0/+1 |
* | allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154 | Yegor Kozlov | 2010-11-17 | 1 | -0/+1 |
* | clear calculation chain when deleting row or chaing cell type to blank, see B... | Yegor Kozlov | 2010-11-12 | 1 | -0/+2 |
* | Fixed evaluation of cell references with column index greater than 255, see b... | Yegor Kozlov | 2010-11-10 | 1 | -0/+1 |
* | use cached formula result when autosizing sheet columns, see Bugzilla 50211 | Yegor Kozlov | 2010-11-09 | 2 | -2/+9 |
* | fixed sizes of poi jars on the downloads page | Yegor Kozlov | 2010-11-03 | 1 | -4/+4 |
* | fixed the Downloads page to reflect current release | Yegor Kozlov | 2010-11-01 | 1 | -69/+17 |
* | updated index page to reflect current release POI-3.7 | Yegor Kozlov | 2010-10-31 | 2 | -12/+3 |
* | Fix bug #50118 | Nick Burch | 2010-10-22 | 1 | -0/+1 |
* | Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets | Nick Burch | 2010-10-20 | 1 | -1/+1 |
* | Several small site updates, to get us closer to complying with the new site b... | Nick Burch | 2010-10-15 | 3 | -2/+16 |
* | updated current version in trunk | Yegor Kozlov | 2010-10-15 | 2 | -1/+5 |
* | avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla ... | Yegor Kozlov | 2010-10-14 | 1 | -0/+1 |