]> source.dussan.org Git - poi.git/log
poi.git
14 years agoavoid NPE when calling methods from the superclass and initialize XSSFChartSheet...
Yegor Kozlov [Tue, 3 Nov 2009 23:54:58 +0000 (23:54 +0000)]
avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087

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

14 years agoTweak svn:ignore to skip the ecma zip files too
Nick Burch [Tue, 3 Nov 2009 23:34:14 +0000 (23:34 +0000)]
Tweak svn:ignore to skip the ecma zip files too

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

14 years agoMake the ooxml schema jar filenames consistent
Nick Burch [Tue, 3 Nov 2009 23:33:58 +0000 (23:33 +0000)]
Make the ooxml schema jar filenames consistent

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

14 years agoWhen running the "compile-ooxml-xsds" ant task, also generate the source jar for...
Nick Burch [Tue, 3 Nov 2009 23:20:33 +0000 (23:20 +0000)]
When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas

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

14 years agoBig import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and...
Nick Burch [Tue, 3 Nov 2009 23:02:06 +0000 (23:02 +0000)]
Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent

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

14 years agoHopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener...
Nick Burch [Tue, 3 Nov 2009 22:45:39 +0000 (22:45 +0000)]
Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord)

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

14 years agoBugzilla 48096 - relaxed validation check in RecalcIdRecord
Josh Micich [Tue, 3 Nov 2009 20:23:21 +0000 (20:23 +0000)]
Bugzilla 48096 - relaxed validation check in RecalcIdRecord

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

14 years agoBugzilla 48085 - improved error checking in BlockAllocationTableReader to trap unreas...
Josh Micich [Tue, 3 Nov 2009 18:48:20 +0000 (18:48 +0000)]
Bugzilla 48085 - improved error checking in BlockAllocationTableReader to trap unreasonable field values

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

15 years agofixed logic for matching cells and comments in HSSFCell.getCellComment()
Yegor Kozlov [Thu, 29 Oct 2009 16:43:24 +0000 (16:43 +0000)]
fixed logic for matching cells and comments in HSSFCell.getCellComment()

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

15 years ago[47942] added implementation of protection features to XLSX and DOCX files. Patch...
Ugo Cei [Wed, 28 Oct 2009 16:05:39 +0000 (16:05 +0000)]
[47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini.

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

15 years agodrop a line on Git access to POI sources
Yegor Kozlov [Wed, 28 Oct 2009 12:01:56 +0000 (12:01 +0000)]
drop a line on Git access to POI sources

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

15 years agopreserve leading and trailing white spaces in XSSFRichTextString, see Bugzilla 48070
Yegor Kozlov [Wed, 28 Oct 2009 10:31:34 +0000 (10:31 +0000)]
preserve leading and trailing white spaces in XSSFRichTextString, see Bugzilla 48070

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

15 years agosimplified code copied from xalan (in r829781) to bare minimum required by XSSFImport...
Josh Micich [Mon, 26 Oct 2009 19:08:54 +0000 (19:08 +0000)]
simplified code copied from xalan (in r829781) to bare minimum required by XSSFImportFromXML

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

15 years agoFixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified example...
Josh Micich [Mon, 26 Oct 2009 18:55:51 +0000 (18:55 +0000)]
Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified example code. (follow-on from r829758)

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

15 years agoFix constructors for new naming
Nick Burch [Mon, 26 Oct 2009 13:08:21 +0000 (13:08 +0000)]
Fix constructors for new naming

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

15 years agoAdded classes from Xalan to make XSSFImportFromXML compile even without Xalan as...
Ugo Cei [Mon, 26 Oct 2009 13:01:46 +0000 (13:01 +0000)]
Added classes from Xalan to make XSSFImportFromXML compile even without Xalan as a dependency.

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

15 years agoUpdate link to dev.HSSF.java
Nick Burch [Mon, 26 Oct 2009 12:09:02 +0000 (12:09 +0000)]
Update link to dev.HSSF.java

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

15 years agoCopy the old dev.HSSF example over to trunk, and put it in a more suitable place
Nick Burch [Mon, 26 Oct 2009 12:08:15 +0000 (12:08 +0000)]
Copy the old dev.HSSF example over to trunk, and put it in a more suitable place

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

15 years agoBugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr...
Josh Micich [Sat, 24 Oct 2009 00:41:30 +0000 (00:41 +0000)]
Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen)

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

15 years agoadded missing test cases from r828244 (for bugzilla 48036 - IntersectionEval)
Josh Micich [Wed, 21 Oct 2009 23:08:54 +0000 (23:08 +0000)]
added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval)

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

15 years agoBugzilla 48036 - added IntersectionEval to allow evaluation of the intersection formu...
Josh Micich [Wed, 21 Oct 2009 23:00:09 +0000 (23:00 +0000)]
Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersection formula operator.

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

15 years agoRemoved @author tag.
Ugo Cei [Wed, 21 Oct 2009 07:15:37 +0000 (07:15 +0000)]
Removed @author tag.
Dealt with exceprions properly.
General reformatting.

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

15 years agoRemoved uses of internal JDK classes.
Ugo Cei [Wed, 21 Oct 2009 07:11:00 +0000 (07:11 +0000)]
Removed uses of internal JDK classes.
Removed @author tag.
Dealt with exceprions properly.
General reformatting.

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

15 years agoThe Visio info on gnome.ru is no more. Switch the links to a web.archive.org cached...
Nick Burch [Tue, 20 Oct 2009 15:22:15 +0000 (15:22 +0000)]
The Visio info on gnome.ru is no more. Switch the links to a web.archive.org cached version

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

15 years agodeleted 'svn:executable' property
Josh Micich [Sat, 17 Oct 2009 00:43:11 +0000 (00:43 +0000)]
deleted 'svn:executable' property

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

15 years agodeleted 'svn:executable' property
Josh Micich [Fri, 16 Oct 2009 19:17:12 +0000 (19:17 +0000)]
deleted 'svn:executable' property

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

15 years agofixed compiler warnings and TODOs in org.apache.poi.hssf.record.formula.eval
Josh Micich [Fri, 16 Oct 2009 19:07:11 +0000 (19:07 +0000)]
fixed compiler warnings and TODOs in org.apache.poi.hssf.record.formula.eval

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

15 years agodeleted 'svn:executable' property
Josh Micich [Fri, 16 Oct 2009 19:01:37 +0000 (19:01 +0000)]
deleted 'svn:executable' property

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

15 years agoremoved obsolete empty directories
Josh Micich [Fri, 16 Oct 2009 18:03:33 +0000 (18:03 +0000)]
removed obsolete empty directories

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

15 years agosimplify/optimise OperationEvaluatorFactory
Josh Micich [Fri, 16 Oct 2009 18:00:25 +0000 (18:00 +0000)]
simplify/optimise OperationEvaluatorFactory

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

15 years agoFrom bug #47999 - avoid un-needed call to the JVM Garbage Collector when working...
Nick Burch [Fri, 16 Oct 2009 13:37:13 +0000 (13:37 +0000)]
From bug #47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages

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

15 years agoreverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump...
Josh Micich [Thu, 15 Oct 2009 20:25:34 +0000 (20:25 +0000)]
reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump build working

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

15 years agoremoved new dependency on joda
Josh Micich [Wed, 14 Oct 2009 21:32:06 +0000 (21:32 +0000)]
removed new dependency on joda

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

15 years agoBugzilla 47969 - improvements to equals() methods
Josh Micich [Tue, 13 Oct 2009 23:24:14 +0000 (23:24 +0000)]
Bugzilla 47969 - improvements to equals() methods

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

15 years agoFixes for compiler errors and junit failures introduced by r824836
Josh Micich [Tue, 13 Oct 2009 22:42:58 +0000 (22:42 +0000)]
Fixes for compiler errors and junit failures introduced by r824836

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

15 years agoAdded implementation of Digital Signature support using code initially developed...
Ugo Cei [Tue, 13 Oct 2009 16:31:28 +0000 (16:31 +0000)]
Added implementation of Digital Signature support using code initially developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License.

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

15 years agoBugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box insta...
Josh Micich [Thu, 8 Oct 2009 22:29:41 +0000 (22:29 +0000)]
Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances.  Applied patch with mods

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

15 years agoreduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint
Yegor Kozlov [Sun, 4 Oct 2009 16:01:29 +0000 (16:01 +0000)]
reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint

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

15 years agoadded Ant target to compile scratchpad examples, added example HSMF application that...
Yegor Kozlov [Sun, 4 Oct 2009 10:25:53 +0000 (10:25 +0000)]
added Ant target to compile scratchpad examples, added example HSMF application that converts a .msg file to text and extracts attachments, see Bugzilla 47922

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

15 years agofixed ColumnHelper to correctly handle columns included in a column span
Yegor Kozlov [Sun, 4 Oct 2009 10:08:47 +0000 (10:08 +0000)]
fixed ColumnHelper to correctly handle columns included in a column span

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

15 years agoimproved API for OOXML custom properties
Yegor Kozlov [Sun, 4 Oct 2009 10:00:52 +0000 (10:00 +0000)]
improved API for OOXML custom properties

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

15 years agoMinor improvements to error handling in ForkedEvaluator. Added junits.
Josh Micich [Wed, 30 Sep 2009 22:25:53 +0000 (22:25 +0000)]
Minor improvements to error handling in ForkedEvaluator.  Added junits.

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

15 years agominor fixes to junit after r819469
Josh Micich [Tue, 29 Sep 2009 23:01:48 +0000 (23:01 +0000)]
minor fixes to junit after r819469

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

15 years agoimproved script for deploying maven artefacts
Yegor Kozlov [Mon, 28 Sep 2009 09:52:34 +0000 (09:52 +0000)]
improved script for deploying maven artefacts

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

15 years agoupdated index.html to reflect current release
Yegor Kozlov [Mon, 28 Sep 2009 09:51:52 +0000 (09:51 +0000)]
updated index.html to reflect current release

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

15 years agoTable of Contents first implementation
Paolo Mottadelli [Mon, 28 Sep 2009 07:42:50 +0000 (07:42 +0000)]
Table of Contents first implementation

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

15 years agofixed XSSFCell.getStringCellValue() to properly handle cached formula results
Yegor Kozlov [Sat, 26 Sep 2009 10:41:01 +0000 (10:41 +0000)]
fixed XSSFCell.getStringCellValue() to properly handle cached formula results

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

15 years agofixed non-ASCII symbols to keep javac quiet
Yegor Kozlov [Fri, 25 Sep 2009 07:21:15 +0000 (07:21 +0000)]
fixed non-ASCII symbols to keep javac quiet

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

15 years agochanged version.id of trunk to 3.6-beta1
Yegor Kozlov [Fri, 18 Sep 2009 13:24:34 +0000 (13:24 +0000)]
changed version.id of trunk to 3.6-beta1

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

15 years agoBugzilla 47747 - fixed logic for locating shared formula records
Josh Micich [Fri, 18 Sep 2009 00:33:18 +0000 (00:33 +0000)]
Bugzilla 47747 - fixed logic for locating shared formula records

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

15 years agoImprovements to patch 47809 (support for UDFs)
Josh Micich [Thu, 17 Sep 2009 00:00:57 +0000 (00:00 +0000)]
Improvements to patch 47809 (support for UDFs)

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

15 years agoReverted initial application of patches 47848(r815935) and 47849(r815942). Some detai...
Josh Micich [Wed, 16 Sep 2009 23:20:51 +0000 (23:20 +0000)]
Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification.

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

15 years agoAdded possibility to get EvaluationCell from RefEval, see bugzilla 47849
Yegor Kozlov [Wed, 16 Sep 2009 19:59:39 +0000 (19:59 +0000)]
Added possibility to get EvaluationCell from RefEval, see bugzilla 47849

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

15 years agoAdded method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848
Yegor Kozlov [Wed, 16 Sep 2009 19:29:42 +0000 (19:29 +0000)]
Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848

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

15 years agoimproved work with user-defined functions, see Bugzilla 47809
Yegor Kozlov [Wed, 16 Sep 2009 19:16:39 +0000 (19:16 +0000)]
improved work with user-defined functions, see Bugzilla 47809

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

15 years agofixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008, see...
Yegor Kozlov [Sun, 13 Sep 2009 17:49:46 +0000 (17:49 +0000)]
fixed  XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008, see Bugzilla 47581

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

15 years agoremoved unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734
Yegor Kozlov [Sun, 13 Sep 2009 16:05:28 +0000 (16:05 +0000)]
removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734

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

15 years agoadded javadoc how to avoid Excel crash when creating too many HSSFRichTextString...
Yegor Kozlov [Sun, 13 Sep 2009 14:53:51 +0000 (14:53 +0000)]
added javadoc how to avoid Excel crash when creating too many HSSFRichTextString cells, see Bugzilla 47543

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

15 years agoimproved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813
Yegor Kozlov [Sat, 12 Sep 2009 16:01:18 +0000 (16:01 +0000)]
improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813

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

15 years agoupdated status.xml
Yegor Kozlov [Thu, 10 Sep 2009 14:04:47 +0000 (14:04 +0000)]
updated status.xml

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

15 years agobuilt-in positive formats don't need starting '(', see bugzilla 47770
Yegor Kozlov [Thu, 10 Sep 2009 14:02:16 +0000 (14:02 +0000)]
built-in positive formats don't need starting '(', see bugzilla   47770

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

15 years agoNecessary fix of FunctionEval (follow-on to patch 47768)
Yegor Kozlov [Thu, 10 Sep 2009 13:51:26 +0000 (13:51 +0000)]
Necessary fix of FunctionEval (follow-on to patch 47768)

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

15 years agoAdded method setFunction(boolean) for defined names
Yegor Kozlov [Mon, 7 Sep 2009 05:17:23 +0000 (05:17 +0000)]
Added method setFunction(boolean) for defined names

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

15 years ago Implementation of Excel Days360 and Npv functions
Yegor Kozlov [Mon, 7 Sep 2009 05:04:17 +0000 (05:04 +0000)]
 Implementation of Excel Days360 and Npv functions

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

15 years agoDo not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751
Yegor Kozlov [Mon, 7 Sep 2009 04:55:32 +0000 (04:55 +0000)]
Do not allow  text longer than 32,767 characters in HSSF cells, see Bugzilla 47751

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

15 years agoAdded an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla...
Yegor Kozlov [Sun, 6 Sep 2009 12:00:21 +0000 (12:00 +0000)]
Added an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla 47757

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

15 years agoFixed PPT parser to tolerate Comment2000 containers with missing comment text, see...
Yegor Kozlov [Sun, 6 Sep 2009 11:35:01 +0000 (11:35 +0000)]
Fixed PPT parser to tolerate Comment2000 containers with missing comment text, see Bugzilla 44770

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

15 years agofix for extraction paragraphs and sections from headers/footers with XWPFWordExtracto...
Yegor Kozlov [Mon, 31 Aug 2009 17:02:06 +0000 (17:02 +0000)]
fix for extraction paragraphs and sections from headers/footers with XWPFWordExtractor, see Bugzilla 47727

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

15 years agoSupport for extraction of header / footer images in HWPF, see Bugzilla 47733
Yegor Kozlov [Mon, 31 Aug 2009 16:57:03 +0000 (16:57 +0000)]
Support for extraction of header / footer images in HWPF, see Bugzilla 47733

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

15 years agofixed incorrect assignment in TextObjectRecord.clone()
Yegor Kozlov [Mon, 31 Aug 2009 16:56:22 +0000 (16:56 +0000)]
fixed incorrect assignment in TextObjectRecord.clone()

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

15 years agomoved all test data to a top-level directory, refactored all junit usages of .testdat...
Yegor Kozlov [Sun, 23 Aug 2009 12:34:24 +0000 (12:34 +0000)]
moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place

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

15 years agofixing compiler warnings - unused imports, declared exceptions not thrown
Josh Micich [Sat, 22 Aug 2009 05:50:32 +0000 (05:50 +0000)]
fixing compiler warnings - unused imports, declared exceptions not thrown

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

15 years agoadded TestIndirect to suite (from 47721/r806759)
Josh Micich [Sat, 22 Aug 2009 03:18:46 +0000 (03:18 +0000)]
added TestIndirect to suite (from 47721/r806759)

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

15 years agoBugzilla 47721 - Added implementation for INDIRECT()
Josh Micich [Fri, 21 Aug 2009 23:37:17 +0000 (23:37 +0000)]
Bugzilla 47721 - Added implementation for INDIRECT()

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

15 years agofixes and misc refactorings suggested by Intellij
Yegor Kozlov [Fri, 21 Aug 2009 06:08:31 +0000 (06:08 +0000)]
fixes and misc refactorings suggested by Intellij

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

15 years agominor improvements to sheet name validation and identification of cell references...
Josh Micich [Thu, 20 Aug 2009 23:25:10 +0000 (23:25 +0000)]
minor improvements to sheet name validation and identification of cell references vs defined names

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

15 years agofirst createWatermark implementation
Paolo Mottadelli [Thu, 20 Aug 2009 15:14:00 +0000 (15:14 +0000)]
first createWatermark implementation

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

15 years agoAvoid exception when reading ClipboardData packet in OLE property sets, see bugzilla...
Yegor Kozlov [Thu, 20 Aug 2009 13:49:33 +0000 (13:49 +0000)]
Avoid exception when reading ClipboardData packet in OLE property sets, see bugzilla 45583

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

15 years agochanged interface from OperationEval to Function for basic operators
Josh Micich [Wed, 19 Aug 2009 20:55:44 +0000 (20:55 +0000)]
changed interface from OperationEval to Function for basic operators

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

15 years agoCentralize logic for finding/opening sample files
Yegor Kozlov [Wed, 19 Aug 2009 18:51:44 +0000 (18:51 +0000)]
Centralize logic for finding/opening sample files

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

15 years agoFixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast
Josh Micich [Wed, 19 Aug 2009 17:39:21 +0000 (17:39 +0000)]
Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast

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

15 years agocreateHeader/Footer with paragraphs and fixed GUMP break (case sensitive/insensitive...
Paolo Mottadelli [Wed, 19 Aug 2009 14:33:27 +0000 (14:33 +0000)]
createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/insensitive filename problem)

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

15 years agoFixed compiler warnings - unnecessary throws declaration
Josh Micich [Tue, 18 Aug 2009 19:49:28 +0000 (19:49 +0000)]
Fixed compiler warnings - unnecessary throws declaration

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

15 years agoFixed compiler warnings - unnecessary else
Josh Micich [Tue, 18 Aug 2009 16:50:24 +0000 (16:50 +0000)]
Fixed compiler warnings - unnecessary else

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

15 years agocreateHeader/Footer methods + tests
Paolo Mottadelli [Tue, 18 Aug 2009 14:08:09 +0000 (14:08 +0000)]
createHeader/Footer methods + tests

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

15 years agoFixing compiler warnings - unnecessary typecasts
Josh Micich [Tue, 18 Aug 2009 05:29:53 +0000 (05:29 +0000)]
Fixing compiler warnings - unnecessary typecasts

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

15 years agoFixed unused imports compiler warnings (and some others)
Josh Micich [Tue, 18 Aug 2009 02:41:45 +0000 (02:41 +0000)]
Fixed unused imports compiler warnings (and some others)

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

15 years agoRemoved obsolete Eval interface
Josh Micich [Mon, 17 Aug 2009 22:34:22 +0000 (22:34 +0000)]
Removed obsolete Eval interface

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

15 years agoReplaced obsolete Eval with ValueEval in signature of Function.evaluate()
Josh Micich [Mon, 17 Aug 2009 20:04:45 +0000 (20:04 +0000)]
Replaced obsolete Eval with ValueEval in signature of Function.evaluate()

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

15 years agoinitial work on removing obsolete Eval interface
Josh Micich [Mon, 17 Aug 2009 18:55:05 +0000 (18:55 +0000)]
initial work on removing obsolete Eval interface

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

15 years agoCombined FuncVarEval into FunctionEval. Simplified selection of free ref functions.
Josh Micich [Mon, 17 Aug 2009 18:29:40 +0000 (18:29 +0000)]
Combined FuncVarEval into FunctionEval. Simplified selection of free ref functions.

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

15 years agoFollow-on for bugzilla 47652 - used more specific exception when password is incorrect
Josh Micich [Fri, 14 Aug 2009 21:35:44 +0000 (21:35 +0000)]
Follow-on for bugzilla 47652 - used more specific exception when password is incorrect

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

15 years agorenamed macro-enabled test files to have the correct extentions
Yegor Kozlov [Fri, 14 Aug 2009 17:27:12 +0000 (17:27 +0000)]
renamed macro-enabled test files to have the correct extentions

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

15 years agoimproved loading of package parts so that same logical parts correspond to the same...
Yegor Kozlov [Fri, 14 Aug 2009 17:25:22 +0000 (17:25 +0000)]
improved loading of package parts so that same logical parts correspond to the same physical instances, see followup in Bugzilla 47668

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

15 years agoImproved parsing of OOXML documents, see Bugzilla 47668
Yegor Kozlov [Wed, 12 Aug 2009 18:59:34 +0000 (18:59 +0000)]
Improved parsing of OOXML documents, see Bugzilla 47668

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

15 years agoremoved temporary fix for compatibility with Mac Excel 2008 Sp2
Yegor Kozlov [Sun, 9 Aug 2009 13:08:59 +0000 (13:08 +0000)]
removed temporary fix for compatibility with Mac Excel 2008 Sp2

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

15 years agofixed compile error
Yegor Kozlov [Sun, 9 Aug 2009 12:59:27 +0000 (12:59 +0000)]
fixed compile error

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

15 years agoNew HSSF example.
Mark Beardsley [Fri, 7 Aug 2009 15:36:35 +0000 (15:36 +0000)]
New HSSF example.

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

15 years agoBugzilla 47652 - Added support for reading encrypted workbooks
Josh Micich [Fri, 7 Aug 2009 06:03:31 +0000 (06:03 +0000)]
Bugzilla 47652 - Added support for reading encrypted workbooks

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

15 years agocode improvements to RecordFactoryInputStream
Josh Micich [Fri, 7 Aug 2009 00:21:00 +0000 (00:21 +0000)]
code improvements to RecordFactoryInputStream

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