aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-132-0/+12
* added javadoc how to avoid Excel crash when creating too many HSSFRichTextStr...Yegor Kozlov2009-09-131-0/+1
* improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813Yegor Kozlov2009-09-121-0/+2
* updated status.xmlYegor Kozlov2009-09-101-0/+1
* Added method setFunction(boolean) for defined namesYegor Kozlov2009-09-071-0/+1
* Implementation of Excel Days360 and Npv functionsYegor Kozlov2009-09-071-0/+2
* Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu...Yegor Kozlov2009-09-061-0/+1
* Fixed PPT parser to tolerate Comment2000 containers with missing comment text...Yegor Kozlov2009-09-061-0/+1
* fix for extraction paragraphs and sections from headers/footers with XWPFWord...Yegor Kozlov2009-08-311-1/+2
* Support for extraction of header / footer images in HWPF, see Bugzilla 47733Yegor Kozlov2009-08-311-0/+1
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-0/+1
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-211-1/+2
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-201-1/+1
* 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