aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed cell and area ref Ptgs to allow creation using CellReference and ↵Josh Micich2009-04-038-44/+40
| | | | | | AreaReference git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761553 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46948 - Range operator can now take area-refs for operandsJosh Micich2009-04-014-18/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761023 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 46918 - Allow shorter format for ↵Josh Micich2009-03-314-9/+50
| | | | | | ExtendedPivotTableViewFieldsRecord(SXVDEX) record git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760646 13f79535-47bb-0310-9956-ffa450edef68
* Ditch poi 2.0 jar in the ruby contrib, and make it pull the one from dist ↵Nick Burch2009-03-312-3/+4
| | | | | | instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760494 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for ↵Josh Micich2009-03-311-21/+52
| | | | | | HYPERLINK function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760343 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46898 - Formula evaluator should not cache intermediate ↵Josh Micich2009-03-305-3/+68
| | | | | | circular-reference error results git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760162 13f79535-47bb-0310-9956-ffa450edef68
* more refactoring of common ss testsYegor Kozlov2009-03-2935-1799/+1630
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759714 13f79535-47bb-0310-9956-ffa450edef68
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss ↵Yegor Kozlov2009-03-2736-2146/+1793
| | | | | | namespace, removed duplicate tests, refactored code to throw same exceptions, etc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759112 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infosJosh Micich2009-03-265-20/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758770 13f79535-47bb-0310-9956-ffa450edef68
* support rotation of simple shapesYegor Kozlov2009-03-261-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758578 13f79535-47bb-0310-9956-ffa450edef68
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-252-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758353 13f79535-47bb-0310-9956-ffa450edef68
* Explicit castNick Burch2009-03-241-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757904 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46904, for old biff5/biff7 files where the block chain is ↵Nick Burch2009-03-247-3/+50
| | | | | | terminated incorrectly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757873 13f79535-47bb-0310-9956-ffa450edef68
* Disabled test for bug #46904Nick Burch2009-03-242-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757860 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER recordJosh Micich2009-03-236-4/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757520 13f79535-47bb-0310-9956-ffa450edef68
* update cell type when setting cached formula result in XSSFCell, also ↵Yegor Kozlov2009-03-226-215/+454
| | | | | | improved common xssf-hssf tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757198 13f79535-47bb-0310-9956-ffa450edef68
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-216-5/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@756965 13f79535-47bb-0310-9956-ffa450edef68
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to ↵Josh Micich2009-03-1848-6395/+6569
| | | | | | avoid clash with java.lang.Package (see bugzilla 46859) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@755699 13f79535-47bb-0310-9956-ffa450edef68
* Abstracted record constructionJosh Micich2009-03-161-19/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@754828 13f79535-47bb-0310-9956-ffa450edef68
* updated url in commentJosh Micich2009-03-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@750316 13f79535-47bb-0310-9956-ffa450edef68
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-0112-651/+342
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@749054 13f79535-47bb-0310-9956-ffa450edef68
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla ↵Yegor Kozlov2009-02-265-11/+30
| | | | | | number in status.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@748064 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #46715 - Column width from original xlsx file is discardedYegor Kozlov2009-02-254-58/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747895 13f79535-47bb-0310-9956-ffa450edef68
* more improvements in shiftRows: 1. shift named ranges and merged regions, ↵Yegor Kozlov2009-02-258-37/+282
| | | | | | JUnit added. 2. fixed shiftRows in XSSF to preserve row heights, see bugzilla 46719. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747894 13f79535-47bb-0310-9956-ffa450edef68
* fixed non-standard ASF license headersYegor Kozlov2009-02-2416-80/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747348 13f79535-47bb-0310-9956-ffa450edef68
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common ↵Yegor Kozlov2009-02-2413-66/+283
| | | | | | interface org.apache.poi.ss.usermodel.Sheet; more progress on testing common xssf-hssf interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747307 13f79535-47bb-0310-9956-ffa450edef68
* Improved LICENSE and NOTICE as suggested in Bugzilla #46756, Yegor Kozlov2009-02-243-23/+313
| | | | | | switched to use Geronimo's implementation of StAX API jar instead of BEA's JSR-173, see Bugzilla #46758 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747303 13f79535-47bb-0310-9956-ffa450edef68
* Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ↵Josh Micich2009-02-2320-3/+2
| | | | | | (doesn't happen on all platforms). In addition svn+win has difficulties with case-sensitive renames. 'INPUT' was renamed to 'data' for consistency with rest of POI. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747182 13f79535-47bb-0310-9956-ffa450edef68
* fixed Incorrect ooxml.xsds.url, see bugzilla #46753Yegor Kozlov2009-02-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746756 13f79535-47bb-0310-9956-ffa450edef68
* fixed platform-dependent unit testYegor Kozlov2009-02-221-5/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746746 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoNick Burch2009-02-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746532 13f79535-47bb-0310-9956-ffa450edef68
* updated status of the latest release on main pageYegor Kozlov2009-02-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746436 13f79535-47bb-0310-9956-ffa450edef68
* replaced log4j with POILogger in openxml4j, also converted non-ascii ↵Yegor Kozlov2009-02-2017-111/+115
| | | | | | characters into unicode to keep javadoc quiet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746241 13f79535-47bb-0310-9956-ffa450edef68
* added a script to upload digital signatures in the Maven repo to the 'dist' ↵Yegor Kozlov2009-02-202-18/+51
| | | | | | ant task git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746240 13f79535-47bb-0310-9956-ffa450edef68
* fixed a possible NPE in SimpleShape.getClientRecords()Yegor Kozlov2009-02-202-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746238 13f79535-47bb-0310-9956-ffa450edef68
* Added HLSF test suite hierarchy. Silenced noisy tests.Josh Micich2009-02-2010-308/+528
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746113 13f79535-47bb-0310-9956-ffa450edef68
* Should have been part of c746085 (More fixes to allow EscherContainerRecord ↵Josh Micich2009-02-201-30/+70
| | | | | | to exclusively maintain 'child records' field due to r745976 / r746018) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746086 13f79535-47bb-0310-9956-ffa450edef68
* More fixes to allow EscherContainerRecord to exclusively maintain 'child ↵Josh Micich2009-02-2019-952/+945
| | | | | | records' field. (due to r745976 / r746018) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746085 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ↵Josh Micich2009-02-193-68/+103
| | | | | | it's private 'child records' field. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746018 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache License text to files where it was missing. Also fixed some ↵Josh Micich2009-02-1913-233/+364
| | | | | | compiler warnings in those files. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745976 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo in toString()Josh Micich2009-02-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745972 13f79535-47bb-0310-9956-ffa450edef68
* fixed autoSizeColumn() to use cached formula values when processing formula ↵Yegor Kozlov2009-02-196-9/+47
| | | | | | cells, see bug #46736 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745937 13f79535-47bb-0310-9956-ffa450edef68
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test ↵Yegor Kozlov2009-02-1511-303/+456
| | | | | | superclass for both hssf and xssf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744750 13f79535-47bb-0310-9956-ffa450edef68
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-154-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744749 13f79535-47bb-0310-9956-ffa450edef68
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-135-270/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744257 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-136-94/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744253 13f79535-47bb-0310-9956-ffa450edef68
* removed merge marker accidentally left behind in r653822Josh Micich2009-02-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743936 13f79535-47bb-0310-9956-ffa450edef68
* Fixed WorkbookFactory.create(InputStream) to throw specific ExceptionsJosh Micich2009-02-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743934 13f79535-47bb-0310-9956-ffa450edef68
* added to-do commentJosh Micich2009-02-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743932 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and ↵Josh Micich2009-02-1215-291/+452
| | | | | | SXVDEX records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743601 13f79535-47bb-0310-9956-ffa450edef68