Nick Burch
|
981b7cbd8e
|
Add unit test for using HSSF with both POIFS and NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1054190 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-01 05:30:11 +00:00 |
|
Nick Burch
|
bc2f0eb994
|
Fix generics warnings, and add another constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1054189 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-01 05:28:30 +00:00 |
|
Nick Burch
|
2d9837bd90
|
Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it in, but that the File based one will tidy up after itself in the event of errors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1054033 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-31 00:46:00 +00:00 |
|
Nick Burch
|
c82f06605e
|
NPOIFS needs an explicit close, as it has to keep the File / buffer around to read from. Adds a close method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053777 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 00:58:28 +00:00 |
|
Nick Burch
|
2f466d27fe
|
Refactor DocumentInputStream so that it can transparently handle both old style and new style POIFS Documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053562 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 07:28:10 +00:00 |
|
Nick Burch
|
7fe097413c
|
Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use it in POIDocument. Also fix indent in the latter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053522 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 03:30:07 +00:00 |
|
Nick Burch
|
f2b541e026
|
Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy up the POIDocument constructor to not need both passing in
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053521 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 03:19:46 +00:00 |
|
Nick Burch
|
3f85bdc6d3
|
More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression on big files, and adds a POIFS unit test for XBAT containing files (previously there wasn't one)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053511 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 03:00:46 +00:00 |
|
Nick Burch
|
e2abe57845
|
More NPOIFS XBAT updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053504 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 01:34:56 +00:00 |
|
Nick Burch
|
30a23fc7b4
|
Fix the name of the RootProperty, as it never changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053503 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 01:34:18 +00:00 |
|
Nick Burch
|
01626c6626
|
XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not singly indirect BATs. Start to correct
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053495 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 01:05:01 +00:00 |
|
Nick Burch
|
029850e5cf
|
Implement a NPOIFS document reader, and add tests which use it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053279 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 08:52:50 +00:00 |
|
Nick Burch
|
5ed63966c4
|
Allow POIFSLister to switch between the two different POIFS implementations when listing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053274 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 07:13:47 +00:00 |
|
Nick Burch
|
9a865f1a30
|
Add NPOIFS high level Document implementation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053273 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 07:15:38 +00:00 |
|
Nick Burch
|
63cfee8179
|
Start on refactoring ready to support NPOIFS Directory/Document nodes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053269 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 06:21:40 +00:00 |
|
Nick Burch
|
35c54e42b9
|
Partial NPOIFS write implementation, and tidy up of methods around this
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053261 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 05:31:32 +00:00 |
|
Nick Burch
|
4f984c02c3
|
Add TODOs for further stream writing work
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053251 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 04:46:12 +00:00 |
|
Nick Burch
|
14fbfb1321
|
More NPOIFSStream tests, and explicit free support+test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053249 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 04:29:18 +00:00 |
|
Nick Burch
|
f8c1e5437f
|
Add tests for the NPOIFS mini stream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053014 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 07:39:57 +00:00 |
|
Nick Burch
|
bf9444f784
|
Start to support the MiniStream, by extracting out the BlockStore superclass and implementing a SBAT/Stream based mini block version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053007 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 06:50:05 +00:00 |
|
Nick Burch
|
17c775625c
|
Move the SBAT/BAT cutoff constant to POIFSConstants
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052995 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 04:04:47 +00:00 |
|
Nick Burch
|
cd216b6f0b
|
More NPOIFS tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052988 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 01:51:10 +00:00 |
|
Nick Burch
|
574e993120
|
Start on PropertyTable support for NPOIFS, and more NPOIFS tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052205 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 09:21:49 +00:00 |
|
Nick Burch
|
4d3ddefa5b
|
Output the correct header value
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052202 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 09:19:39 +00:00 |
|
Nick Burch
|
bc410cfd73
|
Fix warnings, typos etc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052201 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 09:18:04 +00:00 |
|
Nick Burch
|
a157f496ee
|
Add NPOIFSFileSystem support for identifying free blocks, along with partial unit tests for it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052194 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 08:02:50 +00:00 |
|
Nick Burch
|
e911c35421
|
More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of a few more tests still to be written
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052186 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 07:08:50 +00:00 |
|
Nick Burch
|
39f533b4d0
|
Initial NPOIFS low level stream reader and writer. Still needs unit tests, but should allow reading and writing to a basic stream of (big) blocks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1051795 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-22 08:52:17 +00:00 |
|
Nick Burch
|
c0a0faf9c5
|
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
|
2010-12-22 08:41:28 +00:00 |
|
Nick Burch
|
d2583d83d5
|
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
|
2010-12-21 05:18:34 +00:00 |
|
Nick Burch
|
b31c0f88da
|
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
|
2010-12-20 09:30:32 +00:00 |
|
Nick Burch
|
2c58431592
|
POIFS Property refactoring ready for NIO support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1051025 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-20 09:06:47 +00:00 |
|
Nick Burch
|
aaf795a77a
|
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
|
2010-12-19 11:43:54 +00:00 |
|
Nick Burch
|
848f62144a
|
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
|
2010-12-19 08:53:36 +00:00 |
|
Nick Burch
|
019c30e33c
|
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
|
2010-12-19 08:06:48 +00:00 |
|
Nick Burch
|
11baa943c4
|
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
|
2010-12-19 08:05:44 +00:00 |
|
Nick Burch
|
e86e3af3b2
|
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
|
2010-12-19 07:17:14 +00:00 |
|
Nick Burch
|
d9cec1d58c
|
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
|
2010-12-19 06:35:54 +00:00 |
|
Nick Burch
|
6530aeaf82
|
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
|
2010-12-19 05:54:11 +00:00 |
|
Nick Burch
|
a56ca62d40
|
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
|
2010-12-19 04:59:49 +00:00 |
|
Nick Burch
|
5e9cbd4645
|
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
|
2010-12-18 10:18:43 +00:00 |
|
Yegor Kozlov
|
326cf56aa7
|
Support for continued NameRecords, see bugzilla 50244
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1049202 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-14 18:17:59 +00:00 |
|
Nick Burch
|
63bc348d04
|
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
|
2010-12-14 06:41:08 +00:00 |
|
Yegor Kozlov
|
340ed55cf5
|
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
|
2010-12-11 13:48:18 +00:00 |
|
Yegor Kozlov
|
97b07620de
|
Added implementation for MROUND(), VAR() and VARP()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044642 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 12:41:17 +00:00 |
|
Yegor Kozlov
|
f09a06575c
|
code cleanup as suggested in Bugzilla 50446
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044405 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 15:43:59 +00:00 |
|
Yegor Kozlov
|
119bc57e05
|
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
|
2010-12-10 14:20:35 +00:00 |
|
Yegor Kozlov
|
b2ee6fb309
|
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
|
2010-12-08 16:53:24 +00:00 |
|
Yegor Kozlov
|
4c6dd246e2
|
revert visibility raised for testing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1040022 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-29 06:22:59 +00:00 |
|
Yegor Kozlov
|
6cf48b0610
|
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
|
2010-11-28 12:03:52 +00:00 |
|
Yegor Kozlov
|
4c6b49e5ab
|
improved LinkTable to support registering external UDFs.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039621 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-27 06:30:03 +00:00 |
|
Yegor Kozlov
|
82aa0c6f09
|
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
|
2010-11-24 16:50:47 +00:00 |
|
Yegor Kozlov
|
5e182e18ce
|
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
|
2010-11-24 16:46:02 +00:00 |
|
Yegor Kozlov
|
e994534f3e
|
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
|
2010-11-21 12:09:29 +00:00 |
|
Yegor Kozlov
|
b2c8ff548a
|
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
|
2010-11-21 12:04:56 +00:00 |
|
Yegor Kozlov
|
619e612817
|
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
|
2010-11-21 11:54:40 +00:00 |
|
Yegor Kozlov
|
b6304a6474
|
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
|
2010-11-20 14:49:47 +00:00 |
|
Yegor Kozlov
|
9c3d11b953
|
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
|
2010-11-10 16:09:04 +00:00 |
|
Yegor Kozlov
|
13920dccd6
|
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
|
2010-11-09 15:04:55 +00:00 |
|
Yegor Kozlov
|
9a2fdbd473
|
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
|
2010-11-09 15:02:31 +00:00 |
|
Nick Burch
|
d7eb8b6105
|
Fix bug #50118
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1026412 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 17:23:39 +00:00 |
|
Nick Burch
|
b99de96fa5
|
Fix generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1026409 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 17:14:34 +00:00 |
|
Yegor Kozlov
|
3fe64d57ae
|
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
|
2010-10-20 16:38:06 +00:00 |
|
Yegor Kozlov
|
f0ba735deb
|
fixed packaging of files moved from contrib
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1024286 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-19 15:44:55 +00:00 |
|
Yegor Kozlov
|
adefc926c1
|
cleaned javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004934 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-06 08:55:30 +00:00 |
|
Yegor Kozlov
|
3a41e5d459
|
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
|
2010-10-06 07:58:51 +00:00 |
|
Yegor Kozlov
|
70543d034e
|
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
|
2010-10-04 13:34:17 +00:00 |
|
Yegor Kozlov
|
01e3d56cdd
|
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
|
2010-10-04 08:45:51 +00:00 |
|
Yegor Kozlov
|
80c999025c
|
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
|
2010-10-01 12:02:52 +00:00 |
|
Nick Burch
|
881aff2e42
|
Fix 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999349 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 11:54:05 +00:00 |
|
Nick Burch
|
32b9522fd4
|
Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999320 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 11:33:21 +00:00 |
|
Nick Burch
|
d3d674d250
|
Add missing record, and fix a few indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999313 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 11:15:07 +00:00 |
|
Nick Burch
|
c225333112
|
Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998967 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-20 16:00:50 +00:00 |
|
Yegor Kozlov
|
442579c326
|
fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996136 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-11 12:45:59 +00:00 |
|
Nick Burch
|
216bcfea03
|
Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/XWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995943 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-10 19:15:16 +00:00 |
|
Nick Burch
|
60ff5c056d
|
Tweak constructor to be more open, and fix some generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995429 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-09 13:57:05 +00:00 |
|
Maxim Valyanskiy
|
63beafeb10
|
Add license headers to Ole10Native-related classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995427 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-09 13:43:51 +00:00 |
|
Maxim Valyanskiy
|
1e25322d85
|
Add code for reading Ole10Native data
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995415 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-09 13:18:48 +00:00 |
|
Nick Burch
|
65532c473a
|
Remove 1.6isms which prevent compilation on Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995386 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-09 11:42:24 +00:00 |
|
Nick Burch
|
fc1980e939
|
Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995360 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-09 09:28:04 +00:00 |
|
Yegor Kozlov
|
d55edf3f78
|
improved API for hiding sheets, see Bugzilla 49878
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992772 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-05 12:53:07 +00:00 |
|
Yegor Kozlov
|
3744428426
|
fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992629 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-04 15:56:29 +00:00 |
|
Yegor Kozlov
|
c6219cadca
|
fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992620 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-04 15:03:48 +00:00 |
|
Yegor Kozlov
|
acd3101b82
|
change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992591 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-04 12:33:09 +00:00 |
|
Yegor Kozlov
|
c0d7683f9f
|
fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, see Bugzilla 49841
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992570 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-04 09:48:34 +00:00 |
|
Yegor Kozlov
|
5df572a3b6
|
fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@989100 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-25 13:29:55 +00:00 |
|
Yegor Kozlov
|
424948b35a
|
fixed fetching names of user defined styles, see Bugzila 49751
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@987256 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-19 18:08:54 +00:00 |
|
Yegor Kozlov
|
74c34444a8
|
support for protecting a XSSF workbook, see Bugzilla #48900
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@986649 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-18 12:49:05 +00:00 |
|
Yegor Kozlov
|
8f4aff0e1a
|
fixed FormulaParser to correctly process defined names with underscore, see bugzilla 49725
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984823 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-12 15:10:12 +00:00 |
|
Yegor Kozlov
|
988a5583dd
|
added support for RANDBETWEEN(), see Bugzilla 48526
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984796 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-12 14:14:26 +00:00 |
|
Yegor Kozlov
|
1371cca98f
|
fixed OperandResolver to correctly handle inputs with leading decimal place, see Bug #49723
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984161 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-10 18:49:21 +00:00 |
|
Nick Burch
|
8738b8858b
|
Remove svn:executable property from a series of files that didn't need it set
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983630 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-09 13:12:52 +00:00 |
|
Yegor Kozlov
|
75656c36d9
|
initial support for excel auto-filters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983382 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-08 11:11:38 +00:00 |
|
Yegor Kozlov
|
7ff307c17a
|
optimized performance of HSSFCell#setHyperlink
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983362 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-08 08:04:28 +00:00 |
|
Nick Burch
|
514e6be1fe
|
Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982331 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-04 17:08:39 +00:00 |
|
Nick Burch
|
f3d277fa24
|
Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generating valid sheet names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982260 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-04 14:13:42 +00:00 |
|
Nick Burch
|
8486ae97d3
|
Fix bug #49694 - Use DataFormatter when autosizing columns, to better match the real display width of formatted cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@981969 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-03 17:12:02 +00:00 |
|
Nick Burch
|
fe76361d67
|
Fix bug #49689 - Allow the setting of user style names on newly created HSSF cell styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@981930 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-03 15:29:56 +00:00 |
|
Yegor Kozlov
|
507d4dd3a5
|
Added clone support for UserSView* and Feat* families of records, see bug #49649
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@980102 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-28 15:51:57 +00:00 |
|
Yegor Kozlov
|
0cc825e8dc
|
prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979747 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-27 15:24:25 +00:00 |
|
Yegor Kozlov
|
de13c1193c
|
Fixed parsing formulas containing defined names beginning with an underscore, see Bug 9640
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979329 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-26 15:52:57 +00:00 |
|
Yegor Kozlov
|
9007623728
|
support for POISSON function, see bug #49538
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979255 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-26 12:13:07 +00:00 |
|
Nick Burch
|
46bbc6add4
|
Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965267 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 18:00:36 +00:00 |
|
Nick Burch
|
bea0801c24
|
Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove series from HSSF Charts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964855 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:46:42 +00:00 |
|
Nick Burch
|
7732426887
|
Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964845 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:02:09 +00:00 |
|
Nick Burch
|
6d93fb9d5d
|
49599 - Correct writing of NoteRecord author text when switching between ASCII and Unicode
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964800 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 13:57:17 +00:00 |
|
Yegor Kozlov
|
2876f4167a
|
removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958561 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-28 12:52:00 +00:00 |
|
Nick Burch
|
e69532597f
|
Add main method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954834 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 11:40:00 +00:00 |
|
Nick Burch
|
5c3415e09c
|
When formatting numbers with DataFormatter, handle brackets following colours
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954416 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-14 11:45:09 +00:00 |
|
Nick Burch
|
06ab7e3bdb
|
Keep compatibility for now, and alert people to move to the new class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953721 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 15:16:49 +00:00 |
|
Nick Burch
|
e92c009814
|
Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953395 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-10 17:07:06 +00:00 |
|
Nick Burch
|
2157d942f2
|
Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas don't end up invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953180 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-09 22:56:16 +00:00 |
|
Yegor Kozlov
|
8c4341facf
|
cleaned javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951920 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-06 18:19:08 +00:00 |
|
Nick Burch
|
0e86939f7e
|
Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951466 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 15:58:02 +00:00 |
|
Nick Burch
|
3352f76127
|
Make the orders match the names, as otherwise people get confused (bug #49381 for example)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951453 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 15:41:32 +00:00 |
|
Nick Burch
|
ee937dd9d0
|
Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed to match excel's rendering of numbers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951052 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:20:26 +00:00 |
|
Nick Burch
|
da0c5ad895
|
Fix bug #49378 - correct 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951048 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:13:38 +00:00 |
|
Nick Burch
|
835efd63de
|
Fix 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951016 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 14:58:02 +00:00 |
|
Nick Burch
|
5cd9ac0ccf
|
Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950665 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 17:17:42 +00:00 |
|
Nick Burch
|
53f8d4561f
|
Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950657 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:51:05 +00:00 |
|
Nick Burch
|
393e672176
|
Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950616 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:13:04 +00:00 |
|
Nick Burch
|
b288c631f2
|
Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:01:26 +00:00 |
|
Nick Burch
|
e6879026b5
|
Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to handle 1904 as well as 1900 dates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950117 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 15:31:51 +00:00 |
|
Nick Burch
|
fafc079bfe
|
More work inspired by bug #48872 - handle MMMMM and elapsed time formatting rules in DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950113 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 15:20:57 +00:00 |
|
Nick Burch
|
b303c57d54
|
More fixes inspired by bug #48872 - handle zero formatting rules, and better color detection in DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950035 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 12:12:22 +00:00 |
|
Yegor Kozlov
|
deae43db43
|
more cleanup of deprecation warnings generated by javac
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949485 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 06:57:23 +00:00 |
|
Nick Burch
|
db3f7a1484
|
Support a couple more crazy formats, as identified in bug #48872, plus test them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949226 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-28 16:47:01 +00:00 |
|
Nick Burch
|
a8a9bc2928
|
Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948880 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 16:27:09 +00:00 |
|
Nick Burch
|
13bc8e8500
|
Tidy up various indents and generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 16:22:46 +00:00 |
|
Maxim Valyanskiy
|
59f8f913e3
|
Initial support for reading AES-encrypted/write-protected OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948825 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:23:27 +00:00 |
|
Nick Burch
|
f6bda6f28a
|
Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948511 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 17:46:46 +00:00 |
|
Nick Burch
|
0cddb0a50b
|
Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948089 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 16:25:34 +00:00 |
|
Nick Burch
|
4c1d86e5de
|
Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvements by tracking more records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948080 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 15:59:26 +00:00 |
|
Nick Burch
|
11c4ab5eca
|
More license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947647 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 14:15:27 +00:00 |
|
Nick Burch
|
b19532bd16
|
Add in missing license headers to a few files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947644 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 14:00:48 +00:00 |
|
Yegor Kozlov
|
fa7c8f269a
|
avoid NPE when finding cell comments, Bugzilla 48846
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947315 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-22 16:24:22 +00:00 |
|
Yegor Kozlov
|
c1748f0143
|
support for data validation for OOXML, see Bugzilla 49244
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@944869 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-16 15:49:21 +00:00 |
|
Yegor Kozlov
|
18230c14b9
|
Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@942809 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-10 16:11:50 +00:00 |
|
Nick Burch
|
7b043c2bc4
|
Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEscherHolderRecord when there are lots of Continue Records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941379 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 16:45:58 +00:00 |
|
Nick Burch
|
a4be4cecfc
|
Fix bug #49194 - Correct text size limit for OOXML .xlsx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941372 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 16:30:43 +00:00 |
|
Nick Burch
|
8830bebd6d
|
Hopefully finish fixing bug #49139 - track down another subtle hard coding of 512, and switch to using the big block size variable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941334 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 15:10:17 +00:00 |
|
Nick Burch
|
535cdd29b4
|
Add DISABLED test which shows the latest problem relating to bug #49139
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940648 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-03 21:58:26 +00:00 |
|
Maxim Valyanskiy
|
64dfac1ed9
|
skip incorrect MMSRecord in xls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@938372 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-27 09:24:52 +00:00 |
|
Nick Burch
|
a3899a57d8
|
Resolve bug #49139 - don't assume that the block size is always 512 bytes. Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937834 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-25 17:35:56 +00:00 |
|
Yegor Kozlov
|
927e153c94
|
Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937652 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-24 17:17:20 +00:00 |
|
Nick Burch
|
7e681eed75
|
One more missing license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933965 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:15:16 +00:00 |
|
Nick Burch
|
d1486edc42
|
Lots more documentation on how we read in POIFS files and process the sectors/blocks and FATs. Also add a test that shows that bug #46391 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933663 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-13 15:04:45 +00:00 |
|
Nick Burch
|
512a6f2bb5
|
Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 and B5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@929064 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-30 10:05:53 +00:00 |
|
Nick Burch
|
918f1a496d
|
Fix an issue with the HSMF tests working on some machines but not others - Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able
to correctly match up chunks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@911878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-19 17:55:32 +00:00 |
|
Yegor Kozlov
|
9b208abd09
|
Support evaluation of indirect defined names in INDIRECT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@910043 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-14 17:11:08 +00:00 |
|
Nick Burch
|
2880d934f9
|
Improve error message, and fix generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:00:38 +00:00 |
|
Nick Burch
|
81755dc8d2
|
Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@903303 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-26 16:21:17 +00:00 |
|
Nick Burch
|
6e2c32e1c5
|
Most of support suggested by Phil Varner on the list - ExtractorFactory can now be told to prefer Event Based extractors (current Excel only) on a per-thread or overall basis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902927 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-25 19:02:13 +00:00 |
|
Nick Burch
|
55f1878628
|
Implement the ExtRst part of a UnicodeString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900746 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:04:14 +00:00 |
|
Nick Burch
|
d39c43b4b2
|
If there's no more data but there ought to be for unicode strings, in a partly corrupt file, give a warning and substitute in empty strings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900745 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:03:27 +00:00 |
|
Nick Burch
|
bfa3409fc5
|
Add more documentation, and make the constructor public for testing use
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900744 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:02:10 +00:00 |
|
Nick Burch
|
3b7ac92989
|
Improve unhandled continue record message by saying what it follows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900743 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:01:13 +00:00 |
|
Nick Burch
|
64ee32ec12
|
Fix a couple of warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900399 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-18 14:11:26 +00:00 |
|
Nick Burch
|
0e53beb61e
|
New debugging class, useful for when figuring out how to split on continue records, where continue records lie etc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900397 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-18 14:07:38 +00:00 |
|
Nick Burch
|
0111e33db5
|
Tidy up some of the IntMapper/UnicodeString bits with generics
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900376 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-18 12:56:18 +00:00 |
|
Nick Burch
|
6605995ac6
|
records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900362 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-18 12:18:00 +00:00 |
|
Maxim Valyanskiy
|
a52cd3e05a
|
bug#48068: RecordFormatException: The content of an excel record cannot exceed 8224 bytes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@899608 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 12:25:15 +00:00 |
|
Nick Burch
|
4cb27e5095
|
Remove some generics warnings from the HPSF custom properties and sections parts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898804 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-13 15:42:53 +00:00 |
|
Nick Burch
|
0d7ef148b5
|
Tweak the generics definition on workbook so that method signatures on hssf and xssf won't need to change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898769 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-13 14:25:31 +00:00 |
|
Nick Burch
|
1362cf6ba7
|
Fix a few generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898748 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-13 13:42:15 +00:00 |
|
Nick Burch
|
545f2e1119
|
Improved how HSMF handles multiple recipients
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 12:02:18 +00:00 |
|
Nick Burch
|
2bb376f55b
|
Start on major HSMF refactoring. Should compile, but not quite all tests pass as a little bit of work is left
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896914 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-07 16:15:20 +00:00 |
|
Nick Burch
|
dd6750ceb9
|
Skip warnings we can't avoid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896866 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-07 12:50:21 +00:00 |
|
Nick Burch
|
62e8d43b5b
|
Initialise the link type of HSSFHyperLink, so that getType() on it works
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-05 14:08:51 +00:00 |
|
Nick Burch
|
e4531ab0fd
|
More FeatRecord support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@895487 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-03 21:51:25 +00:00 |
|
Nick Burch
|
6b46bb007d
|
Add in a few bits of Generics to avoid warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@895477 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-03 20:56:40 +00:00 |
|
Nick Burch
|
8a636423b2
|
Add a note on the different shared feature types
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@895287 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-02 21:03:16 +00:00 |
|
Yegor Kozlov
|
19d2a9ae09
|
improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894469 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-29 19:47:38 +00:00 |
|
Nick Burch
|
89c140c265
|
Start testing the contents of FeatRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894091 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 18:22:02 +00:00 |
|
Nick Burch
|
f0e176bfae
|
Add Generics types to avoid warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894089 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 18:16:12 +00:00 |
|
Nick Burch
|
d033cf37f8
|
Make InternalSheet capture the feature related records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894081 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 17:13:44 +00:00 |
|
Nick Burch
|
1186abb3b4
|
Looks like we already had Ref8U but with a different name... Switch to using CellRangeAddress instead!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894078 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-27 16:46:38 +00:00 |
|
Nick Burch
|
869fc4e5a6
|
More work on FeatRecord/Shared Features. More is still needed though, it's still WIP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894018 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 19:57:09 +00:00 |
|
Nick Burch
|
e536251666
|
Finish off common Ref8U subrecord, and add tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894015 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 18:48:44 +00:00 |
|
Josh Micich
|
5c3fcf7a3c
|
Fixed FormulaParser to allow negative elements in array literals.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893898 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 23:26:47 +00:00 |
|
Josh Micich
|
931671c3d2
|
Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893897 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 23:04:04 +00:00 |
|
Yegor Kozlov
|
aba7267376
|
added HSSF usermodel tests for array formulas, added support for array formulas in ss interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893870 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 15:15:55 +00:00 |
|
Yegor Kozlov
|
b3093fc671
|
fixed incorrect initialization of --noheader option in BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893869 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-25 15:13:26 +00:00 |
|
Yegor Kozlov
|
b9fab26825
|
added tests for XSSF usermodel for array formulas, this change is a step towards adoption of the patch submitted in Bugzilla 48292
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893625 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 20:58:01 +00:00 |
|
Josh Micich
|
51c3adb24f
|
Added arg check to NumericFunction.singleOperandEvaluate().
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893403 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 04:40:14 +00:00 |
|
Josh Micich
|
cc648a0fc0
|
Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862).
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893402 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 04:35:37 +00:00 |
|
Josh Micich
|
56c40e3a0f
|
replaced commented code with 'if (false)' block
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893395 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-23 03:43:33 +00:00 |
|
Yegor Kozlov
|
3bbde4880c
|
improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893105 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 07:52:55 +00:00 |
|
Josh Micich
|
c89aeaee12
|
Added getRow() and getColumn() functions to TwoDEval to simplify logic in INDEX implementation.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893063 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 03:00:21 +00:00 |
|
Josh Micich
|
65a41cce66
|
Fixed SharedValueManager to create separate empty instances in anticipation of instances becoming mutable.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893057 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 01:41:16 +00:00 |
|
Josh Micich
|
f11c66506d
|
Renamed model.Sheet to InternalSheet to alleviate name clash.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893051 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 01:08:33 +00:00 |
|
Josh Micich
|
ea80e22b2b
|
Renamed model.Workbook to InternalWorkbook to alleviate name clash.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893050 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 00:51:29 +00:00 |
|
Josh Micich
|
ce3db22c12
|
put field initialisation in Workbook constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893045 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 00:13:56 +00:00 |
|
Josh Micich
|
cac5b3d60f
|
Removed unused Model, ModelFactory. ModelFactoryListener etc.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-22 00:03:04 +00:00 |
|
Josh Micich
|
7033e79c35
|
renamed function implementations to avoid potential name clashes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893030 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 23:30:32 +00:00 |
|
Yegor Kozlov
|
7bd00361c3
|
fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892862 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 16:24:08 +00:00 |
|
Yegor Kozlov
|
fcdc6ff6e2
|
undo code mistakenly submitted in r892839
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892842 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 14:57:23 +00:00 |
|
Yegor Kozlov
|
3969ed7e8f
|
improved javadoc on Picture.resize()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892839 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 14:51:39 +00:00 |
|
Yegor Kozlov
|
13e963bc8c
|
fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bugzilla 48026
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892467 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:37:45 +00:00 |
|
Yegor Kozlov
|
f57d1d8a39
|
added --noheader option to BiffViewer to suppress output of record headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892465 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:36:06 +00:00 |
|
Yegor Kozlov
|
e945a10ade
|
fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892462 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:27:01 +00:00 |
|
Yegor Kozlov
|
d704d13573
|
fixed possible NPE in LbsDataSubRecord.toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892461 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:26:10 +00:00 |
|
Yegor Kozlov
|
9da4551038
|
changed retention policy in @Internal to RUNTIME, also added a string parameter for custom messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892460 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:25:39 +00:00 |
|
Josh Micich
|
b589ee7482
|
Fixed INDEX function to return reference results properly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891516 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-17 01:35:57 +00:00 |
|
Josh Micich
|
5d9b7a3ee4
|
fixed special cases of dereferenceResult method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891468 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-16 23:16:30 +00:00 |
|
Josh Micich
|
556622b05f
|
changed short param to int in AreaEval.containsColumn() method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891425 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-16 21:08:36 +00:00 |
|
Yegor Kozlov
|
7ae214c7c7
|
fixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record body, see Bugzilla 48339
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890871 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-15 16:25:14 +00:00 |
|
Yegor Kozlov
|
2468b7a1e4
|
preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890714 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-15 09:30:30 +00:00 |
|
David Fisher
|
db0bd14a2c
|
Added missing license headers to 5 files. Removed dist target from howtobuild.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890089 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-13 18:32:47 +00:00 |
|
Josh Micich
|
adac5e854d
|
modified MultiOperandNumericFunction to use TwoDEval
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888714 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 07:01:49 +00:00 |
|
Josh Micich
|
18041addf0
|
Created new TwoDEval interface for AreaEvals (in preparation for patch 48292)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888665 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 00:50:11 +00:00 |
|
Josh Micich
|
2ddd88ed0d
|
Removed unused imports under src/java and src/testcases. Other minor fixes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888653 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-09 00:12:32 +00:00 |
|
Josh Micich
|
0c3c85a152
|
Renamed AreaEval method from getValueAt() to getAbsoluteValue()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888582 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 21:48:54 +00:00 |
|
Josh Micich
|
37790e51e4
|
Some more clean up of array formula support in preparation for patch 48292
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888577 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 21:30:35 +00:00 |
|
Josh Micich
|
f26db72b4b
|
Refactored some code in OFFSET implementation. Added test cases showing comparisons with BoolEval.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888555 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 20:08:59 +00:00 |
|
Josh Micich
|
72eaea0704
|
Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888490 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-08 17:19:09 +00:00 |
|
Josh Micich
|
1992068d14
|
Controlled instantiation of BoolPtg (made consistent with ErrPtg)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887477 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-05 01:04:44 +00:00 |
|
Josh Micich
|
9fb5841de3
|
Removed generic type parameter from OperandPtg because it was not worth the extra syntax.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887432 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 23:05:06 +00:00 |
|
Josh Micich
|
e55e9044aa
|
Made POI follow the rules for encoding unary +/- operators more closely.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887028 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 01:25:34 +00:00 |
|
Josh Micich
|
7eea9324d8
|
More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886951 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-03 22:18:12 +00:00 |
|
Josh Micich
|
513534c852
|
Converted line endings from CRLF to LF in Internal.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886942 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-03 22:04:26 +00:00 |
|
Yegor Kozlov
|
4a45b78277
|
added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886846 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-03 16:50:34 +00:00 |
|
Josh Micich
|
5c57aa3cba
|
Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886311 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 21:29:44 +00:00 |
|
Yegor Kozlov
|
9c515122aa
|
fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886113 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 10:56:01 +00:00 |
|
Josh Micich
|
712ac9f8ee
|
Made ScalarConstantPtg public and MissingArgEval.instance final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885661 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-01 03:09:55 +00:00 |
|
Josh Micich
|
baa4640ec9
|
Made BlankEval instance consistent with other Eval singletons.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885061 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-28 02:50:47 +00:00 |
|
Josh Micich
|
f81973441b
|
Added constants for IF() and CHOOSE() function indexes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885043 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 22:53:42 +00:00 |
|
Josh Micich
|
5c7dbb2730
|
Patch 48284 - raise visibility of FormulaParseException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885007 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 21:01:59 +00:00 |
|
Josh Micich
|
c73dd9d324
|
minor changes - initial work on bugzilla 48292 (support for array formulas)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885006 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 20:54:03 +00:00 |
|
Josh Micich
|
97a5bf3d61
|
small tweak to fix compiler error after r884918 (differences in @Override rules from java 5 to 6)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885000 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 20:47:39 +00:00 |
|
Yegor Kozlov
|
11b696550c
|
improved work with cell comments in XSSF, also added support for cell comments to SS interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 17:39:17 +00:00 |
|
Josh Micich
|
823c6c6424
|
Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eager argument evaluation) case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884389 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-26 02:57:24 +00:00 |
|
Nick Burch
|
6602faf140
|
Add support for creating SummaryInformation and DocumentSummaryInformation properties on POIDocuments that don't have them, via POIDocument.createInformationProperties()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884072 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 12:37:48 +00:00 |
|
Nick Burch
|
4bcde19ada
|
Fix bug #48180 - short chart records skipping some unused fields
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 12:11:04 +00:00 |
|
Nick Burch
|
83504367e3
|
Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884061 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 11:45:37 +00:00 |
|
Josh Micich
|
b6a98299a3
|
Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883208 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-23 01:22:56 +00:00 |
|
Josh Micich
|
1f22e9c945
|
updated remaining evaluator functions to implement fixed args interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883197 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-23 00:19:11 +00:00 |
|
Josh Micich
|
6be8ae88fc
|
added fixed arg function interfaces, converted some functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883045 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 07:29:40 +00:00 |
|
Josh Micich
|
f56c779723
|
refactored functions taking optionally 2 or 3 parameters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 06:27:55 +00:00 |
|
Josh Micich
|
18f9851823
|
minor fix to T() function, junit added
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883039 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 05:49:51 +00:00 |
|
Josh Micich
|
e09f868473
|
Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, some initially disabled.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883037 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-22 05:30:53 +00:00 |
|
Yegor Kozlov
|
52274f2a3f
|
fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882931 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-21 15:49:16 +00:00 |
|
Josh Micich
|
cf7f47fbe1
|
moved lazy ref creation methods to OperationEvaluationContext
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882375 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-20 01:13:17 +00:00 |
|
Josh Micich
|
89c17f1ef7
|
changed short to int in Function.evaluate() method signature
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@881704 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-18 09:21:12 +00:00 |
|
Josh Micich
|
96c5649208
|
added method format2DRefAsString() to interface ExternSheetReferenceToken to help with refactoring 3D ref code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@881698 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-18 08:39:17 +00:00 |
|
Josh Micich
|
518ae59f07
|
Removed OperationEval and rearranged function/operator evaluation.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880593 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 05:41:57 +00:00 |
|
Josh Micich
|
5630df07a4
|
Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status of IntersectionPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836344 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 09:12:30 +00:00 |
|
Josh Micich
|
623a4c1e5b
|
Clean-up of copy/clone methods in Ptg hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836343 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 09:01:35 +00:00 |
|
Josh Micich
|
f633a0e646
|
made ArrayPtg immutable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836332 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 06:04:03 +00:00 |
|
Josh Micich
|
d8f3c6de71
|
fixed bug in LittleEndianByteArrayInputStream.readFully()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836298 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-15 00:27:59 +00:00 |
|
Josh Micich
|
00e64461a9
|
Made AbstractFunctionPtg immutable, other minor improvements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836101 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-14 02:41:24 +00:00 |
|
Josh Micich
|
861e2bae01
|
Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835994 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 21:21:23 +00:00 |
|
Josh Micich
|
a76bd88d9b
|
Cleaned up AttrPtg - made immutable, fixed property accessors.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835982 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 20:46:02 +00:00 |
|
Yegor Kozlov
|
a8da0c422e
|
renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835846 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-13 13:33:52 +00:00 |
|
Nick Burch
|
4a57314dcc
|
Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835183 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 01:10:19 +00:00 |
|
Yegor Kozlov
|
b592beedaa
|
added a method to set arabic mode in HSSFSheet, see Bugzilla 47970
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833537 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 19:40:07 +00:00 |
|
Yegor Kozlov
|
477347c3ec
|
release system resources when calling javax.imageio.ImageIO in Picture.resize()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833527 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 19:08:41 +00:00 |
|
Josh Micich
|
5b49f93f8a
|
Removed erroneous coding for Ptg 0x1a (see bugzilla 40008)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832975 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-05 02:33:32 +00:00 |
|
Nick Burch
|
87b83797e0
|
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
|
2009-11-03 22:45:39 +00:00 |
|
Josh Micich
|
047c900ced
|
Bugzilla 48096 - relaxed validation check in RecalcIdRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832536 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 20:23:21 +00:00 |
|
Josh Micich
|
f286580c44
|
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
|
2009-11-03 18:48:20 +00:00 |
|
Yegor Kozlov
|
ef37deea55
|
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
|
2009-10-29 16:43:24 +00:00 |
|
Josh Micich
|
74624c0cdd
|
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
|
2009-10-24 00:41:30 +00:00 |
|
Josh Micich
|
c856343fc0
|
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
|
2009-10-21 23:00:09 +00:00 |
|
Josh Micich
|
5e240d7032
|
deleted 'svn:executable' property
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 19:17:12 +00:00 |
|
Josh Micich
|
3a2f15aafe
|
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
|
2009-10-16 19:07:11 +00:00 |
|
Josh Micich
|
a27dff24ea
|
simplify/optimise OperationEvaluatorFactory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826017 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 18:00:25 +00:00 |
|
Josh Micich
|
1833764495
|
Bugzilla 47969 - improvements to equals() methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824972 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 23:24:14 +00:00 |
|
Josh Micich
|
ed1b4794a0
|
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
|
2009-10-08 22:29:41 +00:00 |
|
Josh Micich
|
a6ced5bc25
|
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
|
2009-09-30 22:25:53 +00:00 |
|
Josh Micich
|
c098ef803e
|
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
|
2009-09-18 00:33:18 +00:00 |
|
Josh Micich
|
cae73922a6
|
Improvements to patch 47809 (support for UDFs)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816016 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 00:00:57 +00:00 |
|
Josh Micich
|
6977f358dd
|
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
|
2009-09-16 23:20:51 +00:00 |
|
Yegor Kozlov
|
d093e7c3a4
|
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
|
2009-09-16 19:59:39 +00:00 |
|
Yegor Kozlov
|
0092e8152d
|
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
|
2009-09-16 19:29:42 +00:00 |
|
Yegor Kozlov
|
141dc22e84
|
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
|
2009-09-16 19:16:39 +00:00 |
|
Yegor Kozlov
|
bd966f208b
|
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
|
2009-09-13 16:05:28 +00:00 |
|
Yegor Kozlov
|
81a095fa5e
|
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
|
2009-09-13 14:53:51 +00:00 |
|
Yegor Kozlov
|
e4378f5677
|
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
|
2009-09-10 14:02:16 +00:00 |
|
Yegor Kozlov
|
0b4d43db7b
|
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
|
2009-09-10 13:51:26 +00:00 |
|
Yegor Kozlov
|
dc05b63cb9
|
Added method setFunction(boolean) for defined names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811998 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 05:17:23 +00:00 |
|
Yegor Kozlov
|
4f42192d39
|
Implementation of Excel Days360 and Npv functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811996 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 05:04:17 +00:00 |
|
Yegor Kozlov
|
f11f0c4138
|
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
|
2009-09-07 04:55:32 +00:00 |
|
Yegor Kozlov
|
006806553c
|
fixed incorrect assignment in TextObjectRecord.clone()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809658 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-31 16:56:22 +00:00 |
|
Josh Micich
|
dd9c89cc43
|
Bugzilla 47721 - Added implementation for INDIRECT()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806759 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-21 23:37:17 +00:00 |
|
Josh Micich
|
4076768ed3
|
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
|
2009-08-20 23:25:10 +00:00 |
|
Yegor Kozlov
|
7e2a5dacee
|
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
|
2009-08-20 13:49:33 +00:00 |
|
Josh Micich
|
f226104c29
|
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
|
2009-08-19 20:55:44 +00:00 |
|
Josh Micich
|
ee3718b5a7
|
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
|
2009-08-19 17:39:21 +00:00 |
|
Josh Micich
|
9926c89006
|
Fixed compiler warnings - unnecessary throws declaration
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805552 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 19:49:28 +00:00 |
|
Josh Micich
|
c304173145
|
Fixed compiler warnings - unnecessary else
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805492 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 16:50:24 +00:00 |
|
Josh Micich
|
c83d6bfa24
|
Fixing compiler warnings - unnecessary typecasts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 05:29:53 +00:00 |
|
Josh Micich
|
995d8fe73f
|
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
|
2009-08-18 02:41:45 +00:00 |
|
Josh Micich
|
37bbf5d179
|
Removed obsolete Eval interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805192 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-17 22:34:22 +00:00 |
|
Josh Micich
|
e72a30c440
|
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
|
2009-08-17 20:04:45 +00:00 |
|
Josh Micich
|
b25137db49
|
initial work on removing obsolete Eval interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805091 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-17 18:55:05 +00:00 |
|
Josh Micich
|
ab0268434e
|
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
|
2009-08-17 18:29:40 +00:00 |
|
Josh Micich
|
457a13f8a4
|
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
|
2009-08-14 21:35:44 +00:00 |
|
Josh Micich
|
c7ef83811b
|
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
|
2009-08-07 06:03:31 +00:00 |
|
Josh Micich
|
755b86af67
|
code improvements to RecordFactoryInputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801850 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-07 00:21:00 +00:00 |
|