aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456Yegor Kozlov2009-07-053-50/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791241 13f79535-47bb-0310-9956-ffa450edef68
* Explicitly set the 1900 date system when creating XSSF workbooks, see ↵Yegor Kozlov2009-06-273-1/+15
| | | | | | Bugzilla 47411 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788956 13f79535-47bb-0310-9956-ffa450edef68
* Support fo text extraction of footnotes, endnotes and comments in HWPF, see ↵Yegor Kozlov2009-06-275-28/+124
| | | | | | Bugzilla 47400 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788949 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo in SlideShow.removeSlide which prevened deletion of slide's ↵Yegor Kozlov2009-06-273-8/+17
| | | | | | notes, see Bugzilla 47261 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788948 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-244-51/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788157 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()Josh Micich2009-06-232-602/+583
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@787771 13f79535-47bb-0310-9956-ffa450edef68
* updated date of the latest release on the index pageYegor Kozlov2009-06-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@787333 13f79535-47bb-0310-9956-ffa450edef68
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing ↵Yegor Kozlov2009-06-206-8/+43
| | | | | | metafiles, see Bugzilla 47143 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786793 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for ISNA()Josh Micich2009-06-194-5/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786696 13f79535-47bb-0310-9956-ffa450edef68
* fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392Yegor Kozlov2009-06-194-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786577 13f79535-47bb-0310-9956-ffa450edef68
* exposed TableCellDescriptor in HWPF TableCell, also removed unused private ↵Yegor Kozlov2009-06-193-6/+7
| | | | | | fields in BorderCode, see Bugzilla 47355 and 47356 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786511 13f79535-47bb-0310-9956-ffa450edef68
* improved HWPF to better handle unicode, patch provided by Benjamin Engele ↵Yegor Kozlov2009-06-1916-87/+187
| | | | | | and Maxim Valyanskiy, see Bugzilla #46610 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786505 13f79535-47bb-0310-9956-ffa450edef68
* Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261Yegor Kozlov2009-06-197-4/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786501 13f79535-47bb-0310-9956-ffa450edef68
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and ↵Yegor Kozlov2009-06-197-71/+165
| | | | | | file links, see Bugzilla #47375 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786442 13f79535-47bb-0310-9956-ffa450edef68
* fixed ordering of columns when reading a HSLF TableYegor Kozlov2009-06-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786380 13f79535-47bb-0310-9956-ffa450edef68
* Tweak to comments in TestExternalNameRecord (47384/786261)Josh Micich2009-06-181-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786284 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-183-2/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786267 13f79535-47bb-0310-9956-ffa450edef68
* Fixed locale-sensitive unit tests to pass when running on non-US localesYegor Kozlov2009-06-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@785176 13f79535-47bb-0310-9956-ffa450edef68
* added a section on Data Validation to the quick guide, the patch provided by ↵Yegor Kozlov2009-06-151-1/+109
| | | | | | Mark Beardsley git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784852 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-1310-9458/+1818
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784316 13f79535-47bb-0310-9956-ffa450edef68
* Renamed test suites 'AllTests' to something more specificJosh Micich2009-06-123-70/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784292 13f79535-47bb-0310-9956-ffa450edef68
* Removed static void main(String[]) methods from junit classes. Other minor ↵Josh Micich2009-06-1259-3052/+881
| | | | | | clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784284 13f79535-47bb-0310-9956-ffa450edef68
* Removed trailing whitespace in RecordFactoryJosh Micich2009-06-121-20/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784247 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ↵Josh Micich2009-06-128-260/+504
| | | | | | sheet protection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784240 13f79535-47bb-0310-9956-ffa450edef68
* updated release dateYegor Kozlov2009-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783662 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 9633 - added common code for setting borders of regions (patch from ↵Josh Micich2009-06-104-375/+644
| | | | | | Avinash Kewalramani, Jan22 on POI Users) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783554 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with ↵Yegor Kozlov2009-06-104-6/+19
| | | | | | quotes, see bugzilla #47294 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783445 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample file which has its formula records with the wrong record type idNick Burch2009-06-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783034 13f79535-47bb-0310-9956-ffa450edef68
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ↵Yegor Kozlov2009-06-0713-62/+68
| | | | | | HSSFCell.findCellComment to handle sheets with more than 65536 comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@782398 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in ↵Josh Micich2009-06-063-123/+141
| | | | | | Sheet.cloneSheet() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@782177 13f79535-47bb-0310-9956-ffa450edef68
* Removed RCS tags from src/java javadocsJosh Micich2009-06-043-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781869 13f79535-47bb-0310-9956-ffa450edef68
* Removed RCS tags from xml documents. Also removed trailing whitespaceJosh Micich2009-06-0432-296/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781867 13f79535-47bb-0310-9956-ffa450edef68
* changed CRLF to LF in src/documentationJosh Micich2009-06-043-256/+256
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781839 13f79535-47bb-0310-9956-ffa450edef68
* changed CRLF to LF in src/examples/.../xssf/...Josh Micich2009-06-0412-988/+987
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781837 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-0415-611/+576
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781645 13f79535-47bb-0310-9956-ffa450edef68
* Fix for javadoc error in Cell.setCellValue(Date) found by Mike CurwenJosh Micich2009-06-041-5/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781624 13f79535-47bb-0310-9956-ffa450edef68
* rolling back r781622Josh Micich2009-06-046-75/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781623 13f79535-47bb-0310-9956-ffa450edef68
* submitted in errorJosh Micich2009-06-036-12/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781622 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47312 - Fixed formula parser to properly reject cell references ↵Josh Micich2009-06-034-61/+130
| | | | | | with a '0' row component git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781616 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-019-2294/+2298
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780878 13f79535-47bb-0310-9956-ffa450edef68
* Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected ↵Josh Micich2009-06-012-157/+105
| | | | | | SSTRecord test (commented out in r353769). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780874 13f79535-47bb-0310-9956-ffa450edef68
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0162-370/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780832 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete classesJosh Micich2009-06-015-271/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780822 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning ↵Josh Micich2009-06-012-173/+118
| | | | | | fixes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780792 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records ↵Josh Micich2009-06-014-51/+148
| | | | | | after other non-PSB records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780774 13f79535-47bb-0310-9956-ffa450edef68
* updated release dateYegor Kozlov2009-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780754 13f79535-47bb-0310-9956-ffa450edef68
* started new section in changes.xml for 3.5-beta7Yegor Kozlov2009-06-011-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780747 13f79535-47bb-0310-9956-ffa450edef68
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ↵Yegor Kozlov2009-05-303-5/+18
| | | | | | values after removal of all rows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780245 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov2009-05-303-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780228 13f79535-47bb-0310-9956-ffa450edef68
* changed Forrest config to use only status.xml, changes.xml is now obsoleteYegor Kozlov2009-05-232-707/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777879 13f79535-47bb-0310-9956-ffa450edef68