]> source.dussan.org Git - poi.git/log
poi.git
15 years agoFix bug (broken junit) introduced in r773412. Also hooked up test.
Josh Micich [Mon, 11 May 2009 00:50:45 +0000 (00:50 +0000)]
Fix bug (broken junit) introduced in r773412. Also hooked up test.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773441 13f79535-47bb-0310-9956-ffa450edef68

15 years agoIntroduced CustomViewSettingsRecordAggregate. Also reverted some debug changes to...
Josh Micich [Mon, 11 May 2009 00:28:45 +0000 (00:28 +0000)]
Introduced CustomViewSettingsRecordAggregate. Also reverted some debug changes to EscherAggregate from r773412

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773438 13f79535-47bb-0310-9956-ffa450edef68

15 years agoCreated ChartSubstreamRecordAggregate to manage chart sub-streams. Not fully incorpo...
Josh Micich [Sun, 10 May 2009 23:54:29 +0000 (23:54 +0000)]
Created ChartSubstreamRecordAggregate  to manage chart sub-streams. Not fully incorporated yet.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773434 13f79535-47bb-0310-9956-ffa450edef68

15 years agoBug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet EOFs...
Josh Micich [Sun, 10 May 2009 21:34:28 +0000 (21:34 +0000)]
Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet.  Bug caused sheet EOFs to get misplaced.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773412 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdated test-case comments (origin of hex-dump)
Josh Micich [Sun, 10 May 2009 19:48:15 +0000 (19:48 +0000)]
updated test-case comments (origin of hex-dump)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773397 13f79535-47bb-0310-9956-ffa450edef68

15 years agoNew key try two
Nick Burch [Fri, 8 May 2009 13:47:41 +0000 (13:47 +0000)]
New key try two

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@772984 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdd in my new, 4096 bit public key
Nick Burch [Fri, 8 May 2009 10:01:33 +0000 (10:01 +0000)]
Add in my new, 4096 bit public key

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@772907 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFix javadocs for AbortableHSSFListener, and add unit test to show it all works
Nick Burch [Tue, 5 May 2009 16:02:06 +0000 (16:02 +0000)]
Fix javadocs for AbortableHSSFListener, and add unit test to show it all works

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@771865 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFix more XLS2CSV links
Nick Burch [Fri, 1 May 2009 14:38:54 +0000 (14:38 +0000)]
Fix more XLS2CSV links

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@770693 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFix the XLS2CSVmra link
Nick Burch [Mon, 27 Apr 2009 12:36:23 +0000 (12:36 +0000)]
Fix the XLS2CSVmra link

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768952 13f79535-47bb-0310-9956-ffa450edef68

15 years agotest file belonging to r768389
Yegor Kozlov [Sat, 25 Apr 2009 13:58:45 +0000 (13:58 +0000)]
test file belonging to r768389

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768532 13f79535-47bb-0310-9956-ffa450edef68

15 years agofixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId sequence...
Yegor Kozlov [Fri, 24 Apr 2009 18:25:19 +0000 (18:25 +0000)]
fixed XSSFWorkbook.createSheet to properly increment sheetId when  sheetId sequence is not continious

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768389 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 46568
Yegor Kozlov [Mon, 20 Apr 2009 18:04:37 +0000 (18:04 +0000)]
Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 46568

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766775 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFixed POIFSFileSystem to set CLSID of root when constructing instances from InputStre...
Yegor Kozlov [Mon, 20 Apr 2009 17:09:09 +0000 (17:09 +0000)]
Fixed POIFSFileSystem to set CLSID of root when constructing instances from InputStream, see bugzilla 39056

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766757 13f79535-47bb-0310-9956-ffa450edef68

15 years agomoved 'throw' into else clause avoiding exception on every call of cloneStyleFrom...
Yegor Kozlov [Mon, 20 Apr 2009 16:58:29 +0000 (16:58 +0000)]
moved 'throw' into else clause avoiding exception on every call of cloneStyleFrom, see bugzilla 47054

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766755 13f79535-47bb-0310-9956-ffa450edef68

15 years agoavoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell
Yegor Kozlov [Mon, 20 Apr 2009 16:50:05 +0000 (16:50 +0000)]
avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766750 13f79535-47bb-0310-9956-ffa450edef68

15 years agoread GutsRecord in in the Sheet(RecordStream rs)
Yegor Kozlov [Sat, 18 Apr 2009 09:06:16 +0000 (09:06 +0000)]
read GutsRecord in in the Sheet(RecordStream rs)
constructor (see bugzilla 46186); always call sheet.setAlternativeExpression in conjuction with sheet.setRowSumsBelow, see bugzilla 46714 and 30714

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766273 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAllow 255 arguments for excel functions in XSSF, see bugzilla 46279
Yegor Kozlov [Sat, 18 Apr 2009 07:12:38 +0000 (07:12 +0000)]
Allow 255 arguments for excel functions in XSSF, see bugzilla 46279

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766251 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFixed XSSFCell to preserve cell style when cell value is set to blank, also avoid...
Yegor Kozlov [Fri, 17 Apr 2009 18:02:01 +0000 (18:02 +0000)]
Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766103 13f79535-47bb-0310-9956-ffa450edef68

15 years agoremoved deprecated code to keep javac happy
Yegor Kozlov [Fri, 17 Apr 2009 17:59:01 +0000 (17:59 +0000)]
removed deprecated code to keep javac happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766102 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFix for bug 46987 - allow RecordFactory to handle non-zero padding at the end of...
Josh Micich [Fri, 17 Apr 2009 06:53:49 +0000 (06:53 +0000)]
Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end of the workbook stream

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765866 13f79535-47bb-0310-9956-ffa450edef68

15 years agoadded Workbook.getName(String) method. Fixed javadoc on related methods
Josh Micich [Thu, 16 Apr 2009 20:34:03 +0000 (20:34 +0000)]
added Workbook.getName(String) method. Fixed javadoc on related methods

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765751 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFix bug #47034 - Reading the name of a NameRecord when the name is > 127
Nick Burch [Wed, 15 Apr 2009 12:42:53 +0000 (12:42 +0000)]
Fix bug #47034 - Reading the name of a NameRecord when the name is > 127

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765163 13f79535-47bb-0310-9956-ffa450edef68

15 years agoImprovements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common test...
Josh Micich [Sat, 11 Apr 2009 17:53:39 +0000 (17:53 +0000)]
Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common test working.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764225 13f79535-47bb-0310-9956-ffa450edef68

15 years agoremoved unused imports of deprecated classes, fixed javadoc errors
Yegor Kozlov [Sat, 11 Apr 2009 14:15:27 +0000 (14:15 +0000)]
removed unused imports of deprecated classes, fixed javadoc errors

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764203 13f79535-47bb-0310-9956-ffa450edef68

15 years agoimproved the script for uploading maven artefacts, use gpg:sign-and-deploy-file inste...
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

15 years agofixed forrest.properties to work with jdk 1.6, see https://issues.apache.org/jira...
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

15 years agoset forkmode=once for junit tests, it made the build process faster by 5x
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

15 years agoBugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format writt...
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

15 years agomoved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong...
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

15 years agoBugzilla 46973 - fixed defined names to behave better when refersToFormula is unset
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

15 years agoconsolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersio...
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

15 years agoQuick update of the who-we-are page
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

15 years agoBug 46951 - fixed formula parser to better handle range operators and whole row/colum...
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

15 years agochanged build.xml to download all jar from a single location: http://repo1.maven...
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

15 years agoAdded toString debug method to MemAreaPtg
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

15 years agofixed compiler error from r761723
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

15 years agoadded SpreadsheetVersion enum to hold version-specific properties such as maximum...
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

15 years agoChanged cell and area ref Ptgs to allow creation using CellReference and AreaReference
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

15 years agoFix for bug 46948 - Range operator can now take area-refs for operands
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

15 years agoFix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(SXVDEX...
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

15 years agoDitch poi 2.0 jar in the ruby contrib, and make it pull the one from dist instead
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

15 years agoBugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HYPERLINK...
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

15 years agoFix for bug 46898 - Formula evaluator should not cache intermediate circular-referenc...
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

15 years agomore refactoring of common ss tests
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

15 years agoimproved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace,...
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

15 years agoFix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos
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

15 years agosupport rotation of simple shapes
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

15 years agoFix the block allocation test, but still leave the recent blocks hssf bug fixed
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

15 years agoExplicit cast
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

15 years agoFix bug #46904, for old biff5/biff7 files where the block chain is terminated incorrectly
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

15 years agoDisabled test for bug #46904
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

15 years agoFix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record
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

15 years agoupdate cell type when setting cached formula result in XSSFCell, also improved common...
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

15 years agoadded modifiers for anchor type to XSSFClientAnchor
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

15 years agoRenamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash...
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

15 years agoAbstracted record construction
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

15 years agoupdated url in comment
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

15 years agosupport built-in data formats in XSSFDataFormat
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

15 years agoimproved shifting of sheet-level names, also fixed an incorrect Bugzilla number in...
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

15 years agofixed bug #46715 - Column width from original xlsx file is discarded
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

15 years agomore improvements in shiftRows: 1. shift named ranges and merged regions, JUnit added...
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

15 years agofixed non-standard ASF license headers
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

15 years agoadded setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common interface...
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

15 years agoImproved LICENSE and NOTICE as suggested in Bugzilla #46756,
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

15 years agoAttempt to fix GUMP build error due to case mismatch on package part 'INPUT' (doesn...
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

15 years agofixed Incorrect ooxml.xsds.url, see bugzilla #46753
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

15 years agofixed platform-dependent unit test
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

15 years agoFix typo
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

15 years agoupdated status of the latest release on main page
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

15 years agoreplaced log4j with POILogger in openxml4j, also converted non-ascii characters into...
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

15 years agoadded a script to upload digital signatures in the Maven repo to the 'dist' ant task
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

15 years agofixed a possible NPE in SimpleShape.getClientRecords()
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

15 years agoAdded HLSF test suite hierarchy. Silenced noisy tests.
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

15 years agoShould have been part of c746085 (More fixes to allow EscherContainerRecord to exclus...
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

15 years agoMore fixes to allow EscherContainerRecord to exclusively maintain 'child records...
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

15 years agoFix for bug introduced in r745976. EscherContainerRecord shouldn't hand out it's...
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

15 years agoAdded Apache License text to files where it was missing. Also fixed some compiler...
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

15 years agofixed typo in toString()
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

15 years agofixed autoSizeColumn() to use cached formula values when processing formula cells...
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

15 years agorefactored XSSFSheet.shiftRows to use FormulaShifter, use a common test superclass...
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

15 years agoFixed formula parser to handle names with backslashes
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

15 years agofixed compiler warnings. added some TODO comments
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

15 years agoBugzilla 46660 - added 'hidden' property to Workbook
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

15 years agoremoved merge marker accidentally left behind in r653822
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

15 years agoFixed WorkbookFactory.create(InputStream) to throw specific Exceptions
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

15 years agoadded to-do comment
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

15 years agoFix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and SXVDEX...
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

15 years agoMinor code clean-up
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

15 years agocorrectly append picture data if Pictures stream contains entries with zero length...
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

15 years agofixed record name in toString() close element
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

15 years agoRefactored common CellValueRecordInterface code into a new superclass CellRecord
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

15 years agoGeneralised TestSheetShiftRows for both HSSF and XSSF test cases
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

15 years agoupdate version.id to 3.5-beta6
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

15 years agoimproved XSSFSheet.shiftRows: 1. properly update cell references of the shifted cells...
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

15 years agoadded suport for Calculation Chain in XSSF, remove reference from calculation chain...
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

15 years agoFixed serialization of multiple blank records (should get aggregated into MulBlankRecord)
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

15 years agoImproved error handling for problems described in bugzilla 46569 - Changed Sheet...
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

15 years agoShould be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to properly...
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

15 years agoFix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary indexes
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