aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
Commit message (Expand)AuthorAgeFilesLines
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-0/+1
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-091-31/+0
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-071-0/+1
* @year@ doesn't work in the body, so set explicitlyNick Burch2009-08-061-1/+1
* Add crypto notice bits to the legal pageNick Burch2009-08-061-1/+32
* changed status.xml to reflect changes from Bugzilla #47604Yegor Kozlov2009-08-051-0/+1
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r...Yegor Kozlov2009-08-051-0/+1
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-051-0/+1
* Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, a...Nick Burch2009-08-031-0/+8
* small improvements to r799264Yegor Kozlov2009-07-301-2/+2
* added a note on Compatibility of POI-generated .xlsx files with MS Office 200...Yegor Kozlov2009-07-302-1/+33
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-291-0/+1
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-0/+1
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-251-0/+1
* fixed a typoYegor Kozlov2009-07-241-1/+1
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-242-4/+2
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-191-1/+2
* updated docs on extraction of embedded objects, misc changes in HSSFYegor Kozlov2009-07-183-0/+125
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-181-1/+2
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-181-1/+3
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-161-0/+1
* Fixed NPE when retrieving core properties from a newly created workbook, see ...Yegor Kozlov2009-07-121-0/+1
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-121-0/+2
* Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOOJosh Micich2009-07-061-0/+1
* refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream,...Yegor Kozlov2009-07-051-0/+1
* Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456Yegor Kozlov2009-07-051-0/+1
* Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill...Yegor Kozlov2009-06-271-0/+1
* Support fo text extraction of footnotes, endnotes and comments in HWPF, see B...Yegor Kozlov2009-06-271-0/+1
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-241-0/+1
* Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()Josh Micich2009-06-231-0/+1
* updated date of the latest release on the index pageYegor Kozlov2009-06-221-3/+3
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...Yegor Kozlov2009-06-201-0/+1
* Added implementation for ISNA()Josh Micich2009-06-191-4/+5
* fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392Yegor Kozlov2009-06-191-0/+1
* exposed TableCellDescriptor in HWPF TableCell, also removed unused private fi...Yegor Kozlov2009-06-191-0/+2
* improved HWPF to better handle unicode, patch provided by Benjamin Engele and...Yegor Kozlov2009-06-191-0/+1
* Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261Yegor Kozlov2009-06-191-0/+1
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-0/+1
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-181-0/+1
* Fixed locale-sensitive unit tests to pass when running on non-US localesYegor Kozlov2009-06-161-0/+1
* added a section on Data Validation to the quick guide, the patch provided by ...Yegor Kozlov2009-06-151-1/+109
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-121-0/+1
* updated release dateYegor Kozlov2009-06-111-1/+1
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-0/+1
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ...Yegor Kozlov2009-06-071-1/+2
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-061-0/+1
* Removed RCS tags from xml documents. Also removed trailing whitespaceJosh Micich2009-06-0430-294/+261
* changed CRLF to LF in src/documentationJosh Micich2009-06-043-256/+256
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-041-0/+1
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-0/+1