]>
source.dussan.org Git - poi.git/log
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
Yegor Kozlov [Fri, 16 Jan 2009 11:00:45 +0000 (11:00 +0000)]
fixed unit test failing on jdk-1.6: java code should not rely on the order of HashMap.iterator()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734971
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 15 Jan 2009 23:13:54 +0000 (23:13 +0000)]
Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe char 213 to 39)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734850
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 14 Jan 2009 00:22:00 +0000 (00:22 +0000)]
resolved error constants in BoolErrRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734281
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 13 Jan 2009 22:02:52 +0000 (22:02 +0000)]
Bugzilla 46523 - added implementation for SUMIF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734252
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 13 Jan 2009 21:22:37 +0000 (21:22 +0000)]
Improvements to countif implementation in preparation for sumif
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734243
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 11 Jan 2009 13:59:44 +0000 (13:59 +0000)]
removed invalid import to keep java compiler quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733474
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 11 Jan 2009 13:59:04 +0000 (13:59 +0000)]
jsr173_api-1.0.jar has moved to a new location, update build.xml to download it from http://repo1.maven.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733473
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 6 Jan 2009 20:49:02 +0000 (20:49 +0000)]
Support for reading HSSF column styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732112
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 6 Jan 2009 19:09:02 +0000 (19:09 +0000)]
Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written POIXMLPropertiesTextExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732063
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 6 Jan 2009 18:59:42 +0000 (18:59 +0000)]
Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties exist
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732058
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 6 Jan 2009 18:53:37 +0000 (18:53 +0000)]
Improve a few comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732054
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 6 Jan 2009 14:19:47 +0000 (14:19 +0000)]
removed Jaxen from NOTICE, poi-ooxml doesn't depend on it since 3.5-beta4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731946
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 5 Jan 2009 20:58:02 +0000 (20:58 +0000)]
Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvaluator.evaluateInCell()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731715
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 31 Dec 2008 20:32:47 +0000 (20:32 +0000)]
Fix for 45031 - added implementation for CHOOSE function.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730469
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 31 Dec 2008 19:32:44 +0000 (19:32 +0000)]
Simplifying ValueEval hierarchy, added comments to Function and OperationEval.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730450
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 31 Dec 2008 18:20:37 +0000 (18:20 +0000)]
Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly dual-licensed version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730438
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 31 Dec 2008 05:31:42 +0000 (05:31 +0000)]
Patch 46410 from Steven Butler - added impl for TIME() function.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730309
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 30 Dec 2008 18:51:56 +0000 (18:51 +0000)]
added HSSFPictureData.getFormat() as requested in #46320
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730213
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 30 Dec 2008 09:24:15 +0000 (09:24 +0000)]
Fix for bug 46445 - move hyperlinks when shifting rows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730076
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 29 Dec 2008 16:51:30 +0000 (16:51 +0000)]
continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 and #31661
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729943
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 26 Dec 2008 06:55:08 +0000 (06:55 +0000)]
unit test for bug #19172
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729456
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 23 Dec 2008 16:19:07 +0000 (16:19 +0000)]
fixed formula parser to correctly resolve sheet-level names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729028
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 22 Dec 2008 19:32:44 +0000 (19:32 +0000)]
1. added support for shared formulas in XSSF, see bug #464332. improved validation of workbook-global and sheet-global names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@728749
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 17 Dec 2008 20:05:16 +0000 (20:05 +0000)]
applied patches by Gisella Bronzetti:46299 - support for carriage return and line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727498
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 17 Dec 2008 18:55:07 +0000 (18:55 +0000)]
Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() and HSSFCell.getRow()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727469
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 16 Dec 2008 05:44:32 +0000 (05:44 +0000)]
Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serialization of StyleRecord with unicode name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726969
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 12 Dec 2008 15:36:05 +0000 (15:36 +0000)]
1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any cell modifications, if it fails the cell must be left in the state prior to the invocation. 2. added @throws javadoc to HSSFRow.createCell and XSSFRow.createCell, see bug #10393 3. fixed incorrect condition type in CFRuleRecord if the rule is a formula
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726049
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 9 Dec 2008 19:36:53 +0000 (19:36 +0000)]
Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 characters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724848
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 7 Dec 2008 14:10:23 +0000 (14:10 +0000)]
example demonstrating how to generate large workbooks and avoid OutOfMemory exception
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724135
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 4 Dec 2008 18:38:00 +0000 (18:38 +0000)]
1. Support sheet-level names2. Fixed XSSFCell to properly handle cell references with column numbers up to XFD3. when pasring formula, HSSFName.setRefersToFormula must set type of operands to Ptg.CLASS_REF, otherwise created named don't appear in the dropdown to the left of formula bar in Excel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723392
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 4 Dec 2008 07:29:58 +0000 (07:29 +0000)]
updated status on the index page, also added a script to upload signatures for maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Dec 2008 02:51:01 +0000 (02:51 +0000)]
fixed compiler error due unused import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723195
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Dec 2008 02:48:24 +0000 (02:48 +0000)]
Initial add of ForkedEvaluator functionality
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723194
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Dec 2008 00:15:54 +0000 (00:15 +0000)]
should have been part of
c723161 (re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723164
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Dec 2008 00:08:45 +0000 (00:08 +0000)]
re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723161
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Dec 2008 23:39:11 +0000 (23:39 +0000)]
Minor code improvements, fixed comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723146
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Dec 2008 23:35:18 +0000 (23:35 +0000)]
Improvements to arg checking in constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723141
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Dec 2008 22:34:26 +0000 (22:34 +0000)]
more generics compiler warnings fixes for poi.ss.formula
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723104
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Dec 2008 19:22:45 +0000 (19:22 +0000)]
fixed generics compiler warnings for poi.ss.formula
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723021
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Dec 2008 05:07:31 +0000 (05:07 +0000)]
modified EvaluationCell to make Evaluation API more easily wrapable.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722778
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 2 Dec 2008 08:46:13 +0000 (08:46 +0000)]
Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of record 0xNN"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722401
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 2 Dec 2008 00:01:21 +0000 (00:01 +0000)]
(bug 46156) fix junit error after
c722284
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722298
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Dec 2008 23:53:27 +0000 (23:53 +0000)]
(bug 46156) fix unused import/compiler error after
c722284
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722294
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Dec 2008 23:24:23 +0000 (23:24 +0000)]
Fix for bug 46156 - improved POI's number rendering to more closely match Excel's
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722284
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Dec 2008 20:52:27 +0000 (20:52 +0000)]
Generics warnings and other clean-up in HSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722223
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Dec 2008 19:59:46 +0000 (19:59 +0000)]
Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty row
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722206
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 29 Nov 2008 03:12:39 +0000 (03:12 +0000)]
Improved error message when attempting to read BIFF2 file (bugzilla 46269)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721620
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 29 Nov 2008 02:07:49 +0000 (02:07 +0000)]
Simplified logic in getStyleRecord() (investigating bug 46259)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721614
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 29 Nov 2008 00:46:33 +0000 (00:46 +0000)]
Fixed generics compiler warnings in Workbook. Other minor code clean-up.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721602
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 28 Nov 2008 23:24:06 +0000 (23:24 +0000)]
Fix for bug 46206 - tolerate missing DIMENSION records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721586
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 27 Nov 2008 00:17:28 +0000 (00:17 +0000)]
improved toString methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721043
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 26 Nov 2008 23:39:35 +0000 (23:39 +0000)]
removed unused method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721037
13f79535 -47bb-0310-9956-
ffa450edef68