]> source.dussan.org Git - poi.git/log
poi.git
13 years agoMore BATBlock related methods for identifying size and list offsets, plus tests
Nick Burch [Wed, 22 Dec 2010 08:41:28 +0000 (08:41 +0000)]
More BATBlock related methods for identifying size and list offsets, plus tests

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

13 years agoAdd initial low level code for HMEF, an implementation of TNEF (aka winmail.dat)...
Nick Burch [Wed, 22 Dec 2010 05:04:19 +0000 (05:04 +0000)]
Add initial low level code for HMEF, an implementation of TNEF (aka winmail.dat). Currently processes core attributes, but not embedded MAPI ones, and still needs to do more for extraction

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

13 years agoRefactor the common LZW decompression code out into utils
Nick Burch [Tue, 21 Dec 2010 05:18:34 +0000 (05:18 +0000)]
Refactor the common LZW decompression code out into utils

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

13 years agoMore PropertyTable refactoring - pull common code out into a Base, so we can plug...
Nick Burch [Mon, 20 Dec 2010 09:30:32 +0000 (09:30 +0000)]
More PropertyTable refactoring - pull common code out into a Base, so we can plug in a different block reader/writer for NIO

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

13 years agoPOIFS Property refactoring ready for NIO support
Nick Burch [Mon, 20 Dec 2010 09:06:47 +0000 (09:06 +0000)]
POIFS Property refactoring ready for NIO support

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

13 years agoAdd a couple more chunk types
Nick Burch [Mon, 20 Dec 2010 07:18:31 +0000 (07:18 +0000)]
Add a couple more chunk types

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

13 years agoBit more on NPOIFSFileSystem, and some typo fixes in documentation
Nick Burch [Sun, 19 Dec 2010 11:43:54 +0000 (11:43 +0000)]
Bit more on NPOIFSFileSystem, and some typo fixes in documentation

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

13 years agoChange how the NIO block read works, to re-use the byte array for the from-InputStrea...
Nick Burch [Sun, 19 Dec 2010 08:53:36 +0000 (08:53 +0000)]
Change how the NIO block read works, to re-use the byte array for the from-InputStream case. Also start on reading the FAT blocks for NPOIFSFileSystem

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

13 years agoInitial work on a NIO POIFSFileSystem. Currently is able to open the file and read...
Nick Burch [Sun, 19 Dec 2010 08:06:48 +0000 (08:06 +0000)]
Initial work on a NIO POIFSFileSystem. Currently is able to open the file and read the header, but no more

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

13 years agoMove CloseIgnoringInputStream out to its own class, and add more helper methods
Nick Burch [Sun, 19 Dec 2010 08:05:44 +0000 (08:05 +0000)]
Move CloseIgnoringInputStream out to its own class, and add more helper methods

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

13 years agoMake BATBlock useful for read (was previously write only)
Nick Burch [Sun, 19 Dec 2010 07:17:14 +0000 (07:17 +0000)]
Make BATBlock useful for read (was previously write only)

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

13 years agoMove more of the logic from HeaderBlockWriter to HeaderBlock
Nick Burch [Sun, 19 Dec 2010 06:35:54 +0000 (06:35 +0000)]
Move more of the logic from HeaderBlockWriter to HeaderBlock

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

13 years agoStart to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into a commo...
Nick Burch [Sun, 19 Dec 2010 05:54:11 +0000 (05:54 +0000)]
Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into a common HeaderBlock class

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

13 years agoTests and tweaks to the NIO DataSource code
Nick Burch [Sun, 19 Dec 2010 04:59:49 +0000 (04:59 +0000)]
Tests and tweaks to the NIO DataSource code

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

13 years agoStart on lower memory POIFS implementation - data source to provide common access...
Nick Burch [Sat, 18 Dec 2010 10:18:43 +0000 (10:18 +0000)]
Start on lower memory POIFS implementation - data source to provide common access to array of bytes and files

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

13 years agoImprove the HDGF LZW code.
Nick Burch [Thu, 16 Dec 2010 07:41:41 +0000 (07:41 +0000)]
Improve the HDGF LZW code.
Some tweaks to the decompression, and more tests, but mostly work on the compression side. We can now compress small streams properly, and these round-trip fine. However, some longer streams don't compress correctly, and more work on that is still needed (see the disabled unit test)

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

13 years agoInside ExtractorFactory, support finding embedded OOXML documents and providing extra...
Nick Burch [Thu, 16 Dec 2010 07:39:21 +0000 (07:39 +0000)]
Inside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them

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

13 years agoSupport for continued NameRecords, see bugzilla 50244
Yegor Kozlov [Tue, 14 Dec 2010 18:17:59 +0000 (18:17 +0000)]
Support for continued NameRecords, see bugzilla 50244

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

13 years agoFix bug #50416 - Correct shifting of the first or last row in a sheet by multiple...
Nick Burch [Tue, 14 Dec 2010 06:41:08 +0000 (06:41 +0000)]
Fix bug #50416 - Correct shifting of the first or last row in a sheet by multiple rows

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

13 years agoFix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may...
Nick Burch [Mon, 13 Dec 2010 05:39:39 +0000 (05:39 +0000)]
Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)

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

13 years agoAdded XSSF EventModel support for inline strings. Adds unit test for this for the...
Nick Burch [Mon, 13 Dec 2010 05:07:19 +0000 (05:07 +0000)]
Added XSSF EventModel support for inline strings. Adds unit test for this for the event model extractor, and another for the usermodel extractor which already supported it

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

13 years agoAdd a test .xlsx file which includes both normal and inline string cells
Nick Burch [Mon, 13 Dec 2010 04:36:53 +0000 (04:36 +0000)]
Add a test .xlsx file which includes both normal and inline string cells

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

13 years agomark GutsRecord as terminating row blocks, prevent exception when reading workbooks...
Yegor Kozlov [Sat, 11 Dec 2010 13:48:18 +0000 (13:48 +0000)]
mark GutsRecord as terminating row blocks, prevent exception when reading workbooks with unexpected GutsRecords, see Bugzilla 50426

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

13 years agoadded a unit test for not reproducible bug #49156
Yegor Kozlov [Sat, 11 Dec 2010 13:09:12 +0000 (13:09 +0000)]
added a unit test for not reproducible bug #49156

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

13 years agoAdded implementation for MROUND(), VAR() and VARP()
Yegor Kozlov [Sat, 11 Dec 2010 12:41:17 +0000 (12:41 +0000)]
Added implementation for MROUND(), VAR() and VARP()

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

13 years agocode cleanup as suggested in Bugzilla 50446
Yegor Kozlov [Fri, 10 Dec 2010 15:43:59 +0000 (15:43 +0000)]
code cleanup as suggested in Bugzilla 50446

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

13 years agoSupport for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437
Yegor Kozlov [Fri, 10 Dec 2010 14:20:35 +0000 (14:20 +0000)]
Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437

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

13 years ago Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getEndRowNum...
Yegor Kozlov [Wed, 8 Dec 2010 16:53:24 +0000 (16:53 +0000)]
 Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getEndRowNumberForBlock, see Bugzilla 47405

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

13 years ago Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315
Yegor Kozlov [Thu, 2 Dec 2010 15:23:35 +0000 (15:23 +0000)]
 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315

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

13 years agorevert visibility raised for testing
Yegor Kozlov [Mon, 29 Nov 2010 06:22:59 +0000 (06:22 +0000)]
revert visibility raised for testing

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

13 years agoimproved work with UDFs and Analysis Toolpack functions, ATP functions are enabled...
Yegor Kozlov [Sun, 28 Nov 2010 12:03:52 +0000 (12:03 +0000)]
improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported

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

13 years agoimproved LinkTable to support registering external UDFs.
Yegor Kozlov [Sat, 27 Nov 2010 06:30:03 +0000 (06:30 +0000)]
improved LinkTable to support registering external UDFs.

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

13 years agotweaked javac targets and set includeantruntime=false to avoid warnings by Ant 1.8.1
Yegor Kozlov [Thu, 25 Nov 2010 10:28:02 +0000 (10:28 +0000)]
tweaked javac targets and set includeantruntime=false to avoid warnings by Ant 1.8.1

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

13 years agomoved ptg classes to org.apache.poi.ss.formula.ptg
Yegor Kozlov [Wed, 24 Nov 2010 16:54:26 +0000 (16:54 +0000)]
moved ptg classes to org.apache.poi.ss.formula.ptg

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

13 years agomoved ptg classes to org.apache.poi.ss.formula.ptg
Yegor Kozlov [Wed, 24 Nov 2010 16:50:47 +0000 (16:50 +0000)]
moved ptg classes to org.apache.poi.ss.formula.ptg

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

13 years agomoved ptg classes to org.apache.poi.ss.formula.ptg
Yegor Kozlov [Wed, 24 Nov 2010 16:47:37 +0000 (16:47 +0000)]
moved ptg classes to org.apache.poi.ss.formula.ptg

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

13 years agomoved ptg classes to org.apache.poi.ss.formula.ptg
Yegor Kozlov [Wed, 24 Nov 2010 16:46:02 +0000 (16:46 +0000)]
moved ptg classes to org.apache.poi.ss.formula.ptg

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

13 years agoStub out a bit more for XSSF event processing of shared formulas, and only warn about...
Nick Burch [Tue, 23 Nov 2010 13:04:03 +0000 (13:04 +0000)]
Stub out a bit more for XSSF event processing of shared formulas, and only warn about them if the formula is a shared-child + the user actually wants the values

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

13 years agoAllow access from XSSFReader to sheet comments and headers/footers (related to bug...
Nick Burch [Mon, 22 Nov 2010 15:16:45 +0000 (15:16 +0000)]
Allow access from XSSFReader to sheet comments and headers/footers (related to bug #50076)

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

13 years agohwpf: Ignore null argument in PicturesTable.hasPicture
Maxim Valyanskiy [Mon, 22 Nov 2010 11:10:01 +0000 (11:10 +0000)]
hwpf: Ignore null argument in PicturesTable.hasPicture

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

13 years agomoved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
Yegor Kozlov [Sun, 21 Nov 2010 12:09:29 +0000 (12:09 +0000)]
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings

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

13 years agomoved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
Yegor Kozlov [Sun, 21 Nov 2010 12:04:56 +0000 (12:04 +0000)]
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings

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

13 years agomoved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
Yegor Kozlov [Sun, 21 Nov 2010 11:54:40 +0000 (11:54 +0000)]
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings

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

13 years agomoved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
Yegor Kozlov [Sun, 21 Nov 2010 11:52:32 +0000 (11:52 +0000)]
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings

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

13 years agomoved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
Yegor Kozlov [Sun, 21 Nov 2010 11:41:38 +0000 (11:41 +0000)]
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings

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

13 years agomoved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
Yegor Kozlov [Sun, 21 Nov 2010 11:37:44 +0000 (11:37 +0000)]
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings

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

13 years agoremoved dependencies on HSSF, prepare to move common formula stuff to org.apache...
Yegor Kozlov [Sat, 20 Nov 2010 14:49:47 +0000 (14:49 +0000)]
removed dependencies on HSSF, prepare to move common formula stuff to org.apache.poi.ss.formula

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

13 years agoSome refactoring of XSSFEventBasedExcelExtractor, to make it easier for you to have...
Nick Burch [Fri, 19 Nov 2010 18:14:06 +0000 (18:14 +0000)]
Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you to have control over outputting the cell contents, inspired by bug #50076

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

13 years agoAdd a link to the bugzilla list of new/needinfo bugs
Nick Burch [Fri, 19 Nov 2010 17:15:03 +0000 (17:15 +0000)]
Add a link to the bugzilla list of new/needinfo bugs

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

13 years agohwpf: IndexOutOfBoundsException in Range.findRange when list contains only nulls
Maxim Valyanskiy [Fri, 19 Nov 2010 14:09:13 +0000 (14:09 +0000)]
hwpf: IndexOutOfBoundsException in Range.findRange when list contains only nulls

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

13 years agoavoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, see Bugzil...
Yegor Kozlov [Thu, 18 Nov 2010 20:07:15 +0000 (20:07 +0000)]
avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, see Bugzilla 50258

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

13 years agoallow white spaces and unicode in OPC relationship targets, see Bugzilla 50154
Yegor Kozlov [Wed, 17 Nov 2010 20:40:35 +0000 (20:40 +0000)]
allow white spaces  and unicode in OPC relationship targets, see Bugzilla 50154

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

13 years agodispose xml cursor when iteration over it is done (more)
Maxim Valyanskiy [Wed, 17 Nov 2010 08:13:40 +0000 (08:13 +0000)]
dispose xml cursor when iteration over it is done (more)

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

13 years agoXWPF: dispose xml cursor when iteration over it is done
Maxim Valyanskiy [Tue, 16 Nov 2010 12:45:39 +0000 (12:45 +0000)]
XWPF: dispose xml cursor when iteration over it is done

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

13 years agoclear calculation chain when deleting row or chaing cell type to blank, see Bugs...
Yegor Kozlov [Fri, 12 Nov 2010 12:03:56 +0000 (12:03 +0000)]
clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966

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

13 years agoFixed evaluation of cell references with column index greater than 255, see bugzilla...
Yegor Kozlov [Wed, 10 Nov 2010 16:09:04 +0000 (16:09 +0000)]
Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096

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

13 years agouse cached formula result when autosizing sheet columns, see Bugzilla 50211
Yegor Kozlov [Tue, 9 Nov 2010 15:04:55 +0000 (15:04 +0000)]
use cached formula result when autosizing sheet columns, see Bugzilla 50211

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

13 years ago Tolerate Double.NaN when reading .xls files, see Bugzilla 49761
Yegor Kozlov [Tue, 9 Nov 2010 15:02:31 +0000 (15:02 +0000)]
 Tolerate Double.NaN when reading .xls files, see Bugzilla 49761

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

13 years agoAdd a few more little bits of formula unit tests
Nick Burch [Thu, 4 Nov 2010 16:55:36 +0000 (16:55 +0000)]
Add a few more little bits of formula unit tests

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

13 years agoignore eclipse custom settings by svn
Yegor Kozlov [Wed, 3 Nov 2010 17:50:48 +0000 (17:50 +0000)]
ignore eclipse custom settings by svn

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

13 years agofixed sizes of poi jars on the downloads page
Yegor Kozlov [Wed, 3 Nov 2010 17:49:02 +0000 (17:49 +0000)]
fixed sizes of poi jars on the downloads page

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

13 years agofixed the Downloads page to reflect current release
Yegor Kozlov [Mon, 1 Nov 2010 08:16:43 +0000 (08:16 +0000)]
fixed the Downloads page to reflect current release

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

13 years agoupdated index page to reflect current release POI-3.7
Yegor Kozlov [Sun, 31 Oct 2010 10:35:46 +0000 (10:35 +0000)]
updated index page to reflect current release POI-3.7

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

14 years ago Ensure that XWPFParagraph.getDocument() is not null
Maxim Valyanskiy [Thu, 28 Oct 2010 13:02:43 +0000 (13:02 +0000)]
Ensure that XWPFParagraph.getDocument() is not null
    (Null getDocument() causes NPE when looking for comments in XWPFWordExtractorDecorator)

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

14 years agodon't depend on constants from javax.xml.XMLConstants from JRE, stay compatible with...
Yegor Kozlov [Sat, 23 Oct 2010 12:14:41 +0000 (12:14 +0000)]
don't depend on constants from javax.xml.XMLConstants from JRE, stay compatible with geronimo-stax

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

14 years agoFix bug #50118
Nick Burch [Fri, 22 Oct 2010 17:23:39 +0000 (17:23 +0000)]
Fix bug #50118

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

14 years agoFix generics warnings
Nick Burch [Fri, 22 Oct 2010 17:14:34 +0000 (17:14 +0000)]
Fix generics warnings

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

14 years agoSlightly expand tests, inspired by bug #50060, but ultimately show there is a deeper...
Nick Burch [Fri, 22 Oct 2010 16:41:02 +0000 (16:41 +0000)]
Slightly expand tests, inspired by bug #50060, but ultimately show there is a deeper issue outstanding

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

14 years agoavoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found
Yegor Kozlov [Wed, 20 Oct 2010 16:38:06 +0000 (16:38 +0000)]
avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found

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

14 years agoFix bug #50119 - avoid NPE when XSSFReader comes across chart sheets
Nick Burch [Wed, 20 Oct 2010 16:25:24 +0000 (16:25 +0000)]
Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets

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

14 years agoFix more HSLF generics warnings
Nick Burch [Tue, 19 Oct 2010 21:25:41 +0000 (21:25 +0000)]
Fix more HSLF generics warnings

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

14 years agoFix more HSLF generics warnings
Nick Burch [Tue, 19 Oct 2010 21:01:54 +0000 (21:01 +0000)]
Fix more HSLF generics warnings

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

14 years agoFix more HSLF generics warnings
Nick Burch [Tue, 19 Oct 2010 20:12:19 +0000 (20:12 +0000)]
Fix more HSLF generics warnings

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

14 years agoFix some HSLF generics warnings
Nick Burch [Tue, 19 Oct 2010 19:22:24 +0000 (19:22 +0000)]
Fix some HSLF generics warnings

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

14 years agoAdd a couple of methods to help make debugging problems in hwpf easier
Nick Burch [Tue, 19 Oct 2010 16:05:16 +0000 (16:05 +0000)]
Add a couple of methods to help make debugging problems in hwpf easier

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

14 years agobr is a line break, similar to cr
Nick Burch [Tue, 19 Oct 2010 16:04:50 +0000 (16:04 +0000)]
br is a line break, similar to cr

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

14 years agofixed packaging of files moved from contrib
Yegor Kozlov [Tue, 19 Oct 2010 15:44:55 +0000 (15:44 +0000)]
fixed packaging of files moved from contrib

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

14 years agoSeveral small site updates, to get us closer to complying with the new site branding...
Nick Burch [Fri, 15 Oct 2010 16:17:43 +0000 (16:17 +0000)]
Several small site updates, to get us closer to complying with the new site branding policy

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

14 years agoupdated current version in trunk
Yegor Kozlov [Fri, 15 Oct 2010 07:55:12 +0000 (07:55 +0000)]
updated current version in trunk

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

14 years agoremoved svn:executable from project files
Yegor Kozlov [Thu, 14 Oct 2010 10:34:59 +0000 (10:34 +0000)]
removed svn:executable from project files

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

14 years agoavoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla 50075
Yegor Kozlov [Thu, 14 Oct 2010 10:30:29 +0000 (10:30 +0000)]
avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla 50075

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

14 years agosuppress deprecation warnings in poi-ooxml
Yegor Kozlov [Thu, 14 Oct 2010 10:06:16 +0000 (10:06 +0000)]
suppress deprecation warnings in poi-ooxml

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

14 years agorevert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance...
Yegor Kozlov [Thu, 14 Oct 2010 08:40:06 +0000 (08:40 +0000)]
revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations

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

14 years agoremoved log4 and commons-logging from poi-scratchpad.pom
Yegor Kozlov [Mon, 11 Oct 2010 16:23:38 +0000 (16:23 +0000)]
removed log4 and commons-logging from poi-scratchpad.pom

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

14 years agomarked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla...
Yegor Kozlov [Mon, 11 Oct 2010 12:44:22 +0000 (12:44 +0000)]
marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067

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

14 years agofixed unmappable characters for ASCII
Yegor Kozlov [Sat, 9 Oct 2010 13:47:53 +0000 (13:47 +0000)]
fixed unmappable characters for ASCII

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

14 years agoallow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928
Yegor Kozlov [Fri, 8 Oct 2010 08:26:57 +0000 (08:26 +0000)]
allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928

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

14 years agosupport for BorderCode in HWPF, see Bugzilla 49919
Yegor Kozlov [Thu, 7 Oct 2010 13:55:46 +0000 (13:55 +0000)]
support for BorderCode in HWPF, see Bugzilla 49919

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

14 years agosupport for processing of symbols in HWPF, see Bugzilla 49908
Yegor Kozlov [Thu, 7 Oct 2010 13:40:58 +0000 (13:40 +0000)]
support for processing of symbols in HWPF, see Bugzilla 49908

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

14 years agocleaned javadoc warnings
Yegor Kozlov [Wed, 6 Oct 2010 08:55:30 +0000 (08:55 +0000)]
cleaned javadoc warnings

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

14 years agorepackaged poi-contrib to poi-main and poi-examples, excluded contrib from build...
Yegor Kozlov [Wed, 6 Oct 2010 07:58:51 +0000 (07:58 +0000)]
repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts

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

14 years agosupport for retrieving pictures from HSSF workbooks, see bugzilla 50022
Yegor Kozlov [Mon, 4 Oct 2010 13:34:17 +0000 (13:34 +0000)]
support for retrieving pictures from HSSF workbooks, see bugzilla 50022

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

14 years agoAvoid IllegalStateException when creating Data validation in sheet with macro, see...
Yegor Kozlov [Mon, 4 Oct 2010 08:45:51 +0000 (08:45 +0000)]
Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020

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

14 years agoimproved rounding in MathX.mod, see Bugzilla 50033
Yegor Kozlov [Fri, 1 Oct 2010 12:02:52 +0000 (12:02 +0000)]
improved rounding in MathX.mod, see Bugzilla 50033

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

14 years agoTest that shows we handle word floating and fixed pictures properly
Nick Burch [Tue, 28 Sep 2010 11:46:22 +0000 (11:46 +0000)]
Test that shows we handle word floating and fixed pictures properly

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

14 years agorevert previous commit because it causes problems with other old .docs
Maxim Valyanskiy [Mon, 27 Sep 2010 13:08:57 +0000 (13:08 +0000)]
revert previous commit because it causes problems with other old .docs

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

14 years agohwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsException
Maxim Valyanskiy [Mon, 27 Sep 2010 12:50:36 +0000 (12:50 +0000)]
hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsException

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

14 years agoGenerate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference...
Nick Burch [Fri, 24 Sep 2010 15:11:16 +0000 (15:11 +0000)]
Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying

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

14 years agoBump the version id
Nick Burch [Fri, 24 Sep 2010 15:05:55 +0000 (15:05 +0000)]
Bump the version id

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

14 years agoUpdate the site for 3.7 beta 3 - download page and homepage
Nick Burch [Fri, 24 Sep 2010 15:01:07 +0000 (15:01 +0000)]
Update the site for 3.7 beta 3 - download page and homepage

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