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