]>
source.dussan.org Git - poi.git/log
Yegor Kozlov [Sat, 11 Apr 2009 13:11:39 +0000 (13:11 +0000)]
improved the script for uploading maven artefacts, use gpg:sign-and-deploy-file instead of deploy:deploy-file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764198
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 11 Apr 2009 11:54:57 +0000 (11:54 +0000)]
fixed forrest.properties to work with jdk 1.6, see https://issues.apache.org/jira/browse/FOR-984; removed unused and deprecated stuff from build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764194
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 10 Apr 2009 06:44:54 +0000 (06:44 +0000)]
set forkmode=once for junit tests, it made the build process faster by 5x
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763881
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 8 Apr 2009 21:01:43 +0000 (21:01 +0000)]
Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763391
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 8 Apr 2009 17:51:33 +0000 (17:51 +0000)]
moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763332
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 6 Apr 2009 19:57:21 +0000 (19:57 +0000)]
Bugzilla 46973 - fixed defined names to behave better when refersToFormula is unset
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762479
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 6 Apr 2009 15:06:23 +0000 (15:06 +0000)]
consolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762372
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 6 Apr 2009 11:36:29 +0000 (11:36 +0000)]
Quick update of the who-we-are page
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762288
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 6 Apr 2009 08:22:25 +0000 (08:22 +0000)]
Bug 46951 - fixed formula parser to better handle range operators and whole row/column refs.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762250
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 5 Apr 2009 10:44:29 +0000 (10:44 +0000)]
changed build.xml to download all jar from a single location: http://repo1.maven.org, Gump failed many times in March 2009 because of timeout when downloading jars from ibiblio.org
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762065
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 4 Apr 2009 02:53:08 +0000 (02:53 +0000)]
Added toString debug method to MemAreaPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761862
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 3 Apr 2009 23:16:44 +0000 (23:16 +0000)]
fixed compiler error from r761723
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761836
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 3 Apr 2009 16:42:39 +0000 (16:42 +0000)]
added SpreadsheetVersion enum to hold version-specific properties such as maximum number of rows and columns, etc.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761723
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 3 Apr 2009 07:41:29 +0000 (07:41 +0000)]
Changed cell and area ref Ptgs to allow creation using CellReference and AreaReference
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761553
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 1 Apr 2009 19:41:12 +0000 (19:41 +0000)]
Fix for bug 46948 - Range operator can now take area-refs for operands
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761023
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 31 Mar 2009 21:12:47 +0000 (21:12 +0000)]
Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(SXVDEX) record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760646
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 31 Mar 2009 15:49:43 +0000 (15:49 +0000)]
Ditch poi 2.0 jar in the ruby contrib, and make it pull the one from dist instead
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760494
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 31 Mar 2009 06:09:06 +0000 (06:09 +0000)]
Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HYPERLINK function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760343
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 30 Mar 2009 20:46:51 +0000 (20:46 +0000)]
Fix for bug 46898 - Formula evaluator should not cache intermediate circular-reference error results
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760162
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 29 Mar 2009 16:10:40 +0000 (16:10 +0000)]
more refactoring of common ss tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759714
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 27 Mar 2009 11:50:52 +0000 (11:50 +0000)]
improved test cases: moved common hssf-xssf test to org.apache.poi.ss 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
Josh Micich [Thu, 26 Mar 2009 17:42:18 +0000 (17:42 +0000)]
Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758770
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 26 Mar 2009 10:13:50 +0000 (10:13 +0000)]
support rotation of simple shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758578
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 25 Mar 2009 17:22:06 +0000 (17:22 +0000)]
Fix the block allocation test, but still leave the recent blocks hssf bug fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758353
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 Mar 2009 17:00:00 +0000 (17:00 +0000)]
Explicit cast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757904
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 Mar 2009 16:07:49 +0000 (16:07 +0000)]
Fix bug #46904, for old biff5/biff7 files where the block chain is terminated incorrectly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757873
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 24 Mar 2009 15:50:36 +0000 (15:50 +0000)]
Disabled test for bug #46904
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757860
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 23 Mar 2009 19:42:39 +0000 (19:42 +0000)]
Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757520
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 22 Mar 2009 15:12:11 +0000 (15:12 +0000)]
update cell type when setting cached formula result in XSSFCell, also improved common xssf-hssf tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757198
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 21 Mar 2009 16:28:26 +0000 (16:28 +0000)]
added modifiers for anchor type to XSSFClientAnchor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@756965
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 18 Mar 2009 18:54:01 +0000 (18:54 +0000)]
Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to 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
Josh Micich [Mon, 16 Mar 2009 07:03:13 +0000 (07:03 +0000)]
Abstracted record construction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@754828
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 5 Mar 2009 04:54:27 +0000 (04:54 +0000)]
updated url in comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@750316
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 1 Mar 2009 16:24:40 +0000 (16:24 +0000)]
support built-in data formats in XSSFDataFormat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@749054
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 26 Feb 2009 09:10:35 +0000 (09:10 +0000)]
improved shifting of sheet-level names, also fixed an incorrect Bugzilla number in status.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@748064
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 25 Feb 2009 19:12:53 +0000 (19:12 +0000)]
fixed bug #46715 - Column width from original xlsx file is discarded
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747895
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 25 Feb 2009 19:12:06 +0000 (19:12 +0000)]
more improvements in shiftRows: 1. shift named ranges and merged regions, 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
Yegor Kozlov [Tue, 24 Feb 2009 11:30:08 +0000 (11:30 +0000)]
fixed non-standard ASF license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747348
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 24 Feb 2009 08:38:16 +0000 (08:38 +0000)]
added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common 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
Yegor Kozlov [Tue, 24 Feb 2009 08:27:59 +0000 (08:27 +0000)]
Improved LICENSE and NOTICE as suggested in Bugzilla #46756,
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
Josh Micich [Mon, 23 Feb 2009 22:49:07 +0000 (22:49 +0000)]
Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' (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
Yegor Kozlov [Sun, 22 Feb 2009 16:29:29 +0000 (16:29 +0000)]
fixed Incorrect ooxml.xsds.url, see bugzilla #46753
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746756
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 22 Feb 2009 16:08:06 +0000 (16:08 +0000)]
fixed platform-dependent unit test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746746
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 21 Feb 2009 16:15:39 +0000 (16:15 +0000)]
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746532
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 21 Feb 2009 05:28:29 +0000 (05:28 +0000)]
updated status of the latest release on main page
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746436
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 20 Feb 2009 13:53:32 +0000 (13:53 +0000)]
replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746241
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 20 Feb 2009 13:51:35 +0000 (13:51 +0000)]
added a script to upload digital signatures in the Maven repo to the 'dist' ant task
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746240
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 20 Feb 2009 13:49:33 +0000 (13:49 +0000)]
fixed a possible NPE in SimpleShape.getClientRecords()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746238
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 20 Feb 2009 02:18:48 +0000 (02:18 +0000)]
Added HLSF test suite hierarchy. Silenced noisy tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746113
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 20 Feb 2009 01:57:45 +0000 (01:57 +0000)]
Should have been part of
c746085 (More fixes to allow EscherContainerRecord 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
Josh Micich [Fri, 20 Feb 2009 01:55:47 +0000 (01:55 +0000)]
More fixes to allow EscherContainerRecord to exclusively maintain 'child records' field. (due to r745976 / r746018)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746085
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 19 Feb 2009 22:02:14 +0000 (22:02 +0000)]
Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out it's private 'child records' field.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746018
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 19 Feb 2009 19:50:20 +0000 (19:50 +0000)]
Added Apache License text to files where it was missing. Also fixed some compiler warnings in those files.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745976
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 19 Feb 2009 19:05:06 +0000 (19:05 +0000)]
fixed typo in toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745972
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 19 Feb 2009 17:29:55 +0000 (17:29 +0000)]
fixed autoSizeColumn() to use cached formula values when processing formula cells, see bug #46736
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745937
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 15 Feb 2009 20:47:36 +0000 (20:47 +0000)]
refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test superclass for both hssf and xssf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744750
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 15 Feb 2009 20:45:24 +0000 (20:45 +0000)]
Fixed formula parser to handle names with backslashes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744749
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 13 Feb 2009 22:11:16 +0000 (22:11 +0000)]
fixed compiler warnings. added some TODO comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744257
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 13 Feb 2009 21:46:44 +0000 (21:46 +0000)]
Bugzilla 46660 - added 'hidden' property to Workbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744253
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 13 Feb 2009 00:31:55 +0000 (00:31 +0000)]
removed merge marker accidentally left behind in r653822
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743936
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 12 Feb 2009 23:48:12 +0000 (23:48 +0000)]
Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743934
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 12 Feb 2009 23:43:30 +0000 (23:43 +0000)]
added to-do comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743932
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 12 Feb 2009 02:28:43 +0000 (02:28 +0000)]
Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and SXVDEX records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743601
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 11 Feb 2009 20:23:08 +0000 (20:23 +0000)]
Minor code clean-up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743484
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 10 Feb 2009 19:53:52 +0000 (19:53 +0000)]
correctly append picture data if Pictures stream contains entries with zero length (see bugzilla 46627)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743080
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 10 Feb 2009 03:41:08 +0000 (03:41 +0000)]
fixed record name in toString() close element
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742839
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 9 Feb 2009 23:16:49 +0000 (23:16 +0000)]
Refactored common CellValueRecordInterface code into a new superclass CellRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742785
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 9 Feb 2009 21:08:58 +0000 (21:08 +0000)]
Generalised TestSheetShiftRows for both HSSF and XSSF test cases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742733
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 9 Feb 2009 09:36:25 +0000 (09:36 +0000)]
update version.id to 3.5-beta6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Feb 2009 16:35:27 +0000 (16:35 +0000)]
improved XSSFSheet.shiftRows: 1. properly update cell references of the shifted cells (bugzilla 4663) 2. When shifting rows, update formulas on that sheet to point to the new location of those rows (bugzilla 46536)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742126
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Feb 2009 12:45:55 +0000 (12:45 +0000)]
added suport for Calculation Chain in XSSF, remove reference from calculation chain when a formula is deleted (see bugzilla 46535)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742077
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 7 Feb 2009 07:39:23 +0000 (07:39 +0000)]
Fixed serialization of multiple blank records (should get aggregated into MulBlankRecord)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741850
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 6 Feb 2009 18:59:24 +0000 (18:59 +0000)]
Improved error handling for problems described in bugzilla 46569 - Changed Sheet.setColumnWidth to throw IllegalArgumentException if the column width argument is greater than 255 characters (the maximum column width in Excel)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741678
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 5 Feb 2009 07:45:12 +0000 (07:45 +0000)]
Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary indexes)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741037
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 5 Feb 2009 07:39:57 +0000 (07:39 +0000)]
Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary indexes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741036
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 5 Feb 2009 05:14:03 +0000 (05:14 +0000)]
Reverted accidental early commit (should not be part of r741002)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741004
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 5 Feb 2009 05:07:23 +0000 (05:07 +0000)]
Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for opening test data files. Changed test output to go to temp dir.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741002
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 3 Feb 2009 01:19:13 +0000 (01:19 +0000)]
Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all deprecated warnings from hssf.usermodel.examples.*
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740179
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 3 Feb 2009 00:34:14 +0000 (00:34 +0000)]
Fixed use of deprecated property HSSFName.reference (should be refersToFormula)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740162
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 2 Feb 2009 23:53:22 +0000 (23:53 +0000)]
Modified formula parser to encode SUM taking a single argument as tAttrSum (from comment 7 of bugzilla 46643)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740159
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 2 Feb 2009 23:10:30 +0000 (23:10 +0000)]
Fix for bug 46643 - formula parser should encode range operator with tMemFunc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740146
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 2 Feb 2009 22:11:48 +0000 (22:11 +0000)]
Added toString methods to help debugging
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740123
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 2 Feb 2009 19:42:57 +0000 (19:42 +0000)]
Fix for bug 46647 - COUNTIF NE operator and other special cases involving type conversion
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740088
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 1 Feb 2009 15:07:25 +0000 (15:07 +0000)]
added a method to remove slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@739775
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 29 Jan 2009 16:03:52 +0000 (16:03 +0000)]
fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFRichTextString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738908
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 29 Jan 2009 12:44:31 +0000 (12:44 +0000)]
import OpenXML4j codebase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 29 Jan 2009 01:57:22 +0000 (01:57 +0000)]
Fix for bug 46545 - ObjRecord should ignore excessive padding written by previous POI versions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738709
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 27 Jan 2009 19:02:13 +0000 (19:02 +0000)]
Fix for bug 46613 - evaluator should perform case insensitive string comparisons
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738188
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 23 Jan 2009 23:34:22 +0000 (23:34 +0000)]
Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not properly parsed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737248
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 23 Jan 2009 23:06:56 +0000 (23:06 +0000)]
Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737238
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 23 Jan 2009 20:12:13 +0000 (20:12 +0000)]
Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737173
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 22 Jan 2009 00:26:28 +0000 (00:26 +0000)]
Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new exception NotImplementedException. Removed test case involving ISREF which was working for the wrong reasons.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736505
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 21 Jan 2009 23:17:45 +0000 (23:17 +0000)]
Fixing compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736479
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 21 Jan 2009 23:11:45 +0000 (23:11 +0000)]
Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when cached result type changes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736476
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 21 Jan 2009 02:16:01 +0000 (02:16 +0000)]
Removed System.out.println and compiler warnings from test code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736193
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 21 Jan 2009 00:19:49 +0000 (00:19 +0000)]
Fix for bug 46547 - Allow for addition of conditional formatting when data validations are present. Avoid creation of and empty conditional formatting table while shifting formulas.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736175
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 17 Jan 2009 02:27:13 +0000 (02:27 +0000)]
Removed unused, erroneous import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735208
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 16 Jan 2009 23:13:11 +0000 (23:13 +0000)]
Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + some mods)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735179
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 16 Jan 2009 22:54:42 +0000 (22:54 +0000)]
Updated class comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735174
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 16 Jan 2009 17:31:29 +0000 (17:31 +0000)]
Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0/1-based index error for cell range checks in XSSF.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735061
13f79535 -47bb-0310-9956-
ffa450edef68