Nick Burch
e8c9f208cc
Write a quite guide to converting hssf usermodel to ss usermodel
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645127 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 16:04:53 +00:00
Nick Burch
8ff08c1c1a
Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-645088 via svnmerge from
...
https://svn.apache.org/repos/asf/poi/trunk
........
r643625 | josh | 2008-04-01 23:18:25 +0100 (Tue, 01 Apr 2008) | 1 line
Bug #44733 - DPRODUCT function should be index 189, not 191
........
r643654 | josh | 2008-04-02 00:53:51 +0100 (Wed, 02 Apr 2008) | 1 line
fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION record
........
r643670 | klute | 2008-04-02 01:50:45 +0100 (Wed, 02 Apr 2008) | 1 line
44694 - HPSF: Support for property sets without sections
........
r643672 | klute | 2008-04-02 01:55:52 +0100 (Wed, 02 Apr 2008) | 1 line
Restored an entry that had been deleted by chance.
........
r643831 | yegor | 2008-04-02 11:20:31 +0100 (Wed, 02 Apr 2008) | 1 line
added set accessor to indentation level
........
r643834 | yegor | 2008-04-02 11:25:18 +0100 (Wed, 02 Apr 2008) | 1 line
Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefaultColumnWidth: getColumnWidth should always return width measured in 1/256th units.
........
r644343 | nick | 2008-04-03 16:04:52 +0100 (Thu, 03 Apr 2008) | 1 line
Make a bit of a start on being able to edit chart titles, based on the email to user@poi from Russ on the 2nd of April. Not quite there though
........
r644473 | josh | 2008-04-03 21:25:53 +0100 (Thu, 03 Apr 2008) | 1 line
Fix for bug 44739 - Conditional formatting (regions with max row/col index)
........
r644509 | josh | 2008-04-03 22:17:26 +0100 (Thu, 03 Apr 2008) | 1 line
Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a bug and wasn't yet included in the test suite hierarchy
........
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645096 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 13:38:52 +00:00
Nick Burch
641ab5bb06
Merged revisions 642878-642946 via svnmerge from
...
https://svn.apache.org/repos/asf/poi/trunk
........
r642878 | josh | 2008-03-31 06:10:35 +0100 (Mon, 31 Mar 2008) | 1 line
More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy. Some other clean-up.
........
r642880 | josh | 2008-03-31 06:19:00 +0100 (Mon, 31 Mar 2008) | 1 line
removed incorrect test case methods
........
r642891 | josh | 2008-03-31 06:56:11 +0100 (Mon, 31 Mar 2008) | 1 line
silenced noisy tests
........
r642904 | josh | 2008-03-31 07:55:04 +0100 (Mon, 31 Mar 2008) | 1 line
changes/status for #44675 , #44695 , #44691
........
r642946 | yegor | 2008-03-31 10:58:27 +0100 (Mon, 31 Mar 2008) | 1 line
Implement Sheet.removeShape(Shape shape) in HSLF
........
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645088 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 13:07:22 +00:00
Nick Burch
a937f6c3d2
Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but have yet to implement. (See WithMoreVariousData.xlsx for all the different kinds when implementing)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644797 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 17:59:43 +00:00
Nick Burch
95756c5472
Fix an off-by-one in the xssf eventmodel example and docs
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644692 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 12:24:38 +00:00
Nick Burch
c44e3a4b4a
Tweak xmlbeans call to play nicely on macs
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644651 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 09:33:50 +00:00
Nick Burch
36a9edfe59
Add missing jar to init
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644650 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 09:25:54 +00:00
Josh Micich
1051e2853c
Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a bug and wasn't yet included in the test suite hierarchy
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644509 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 21:17:26 +00:00
Josh Micich
dff9b26565
Fix for bug 44739 - Conditional formatting (regions with max row/col index)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644473 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 20:25:53 +00:00
Nick Burch
a27d621e3c
Update the quick-guide some more for xssf comments
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644465 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 20:10:17 +00:00
Nick Burch
0f66138b8f
More tests for xssf comments. Now almost all there and working, except for rich text formatting, and new line munching (bug #44750 )
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644460 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 19:41:23 +00:00
Nick Burch
78c69f1230
Make a bit of a start on being able to edit chart titles, based on the email to user@poi from Russ on the 2nd of April. Not quite there though
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644343 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 15:04:52 +00:00
Nick Burch
cdd7246d3c
New ooxml4j, and finish getting xssf comments to be saved and re-loaded again
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644118 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 00:23:59 +00:00
Nick Burch
ed2da7e40b
Fix the comments code so that we can correctly process existing XSSF comments, and add tests for this. Also tweak hssf comments slightly to match
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644104 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 23:02:41 +00:00
Yegor Kozlov
a4cb19f0e8
Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefaultColumnWidth: getColumnWidth should always return width measured in 1/256th units.
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643834 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 10:25:18 +00:00
Yegor Kozlov
65c16252b7
added set accessor to indentation level
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643831 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 10:20:31 +00:00
Rainer Klute
6f72f010bb
Restored an entry that had been deleted by chance.
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643672 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 00:55:52 +00:00
Rainer Klute
5c7ca6b786
44694 - HPSF: Support for property sets without sections
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643670 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 00:50:45 +00:00
Josh Micich
b0825f0e98
fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION record
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643654 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 23:53:51 +00:00
Josh Micich
e6fb5e7d7b
Bug #44733 - DPRODUCT function should be index 189, not 191
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643625 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 22:18:25 +00:00
Nick Burch
55c0ba6a1f
Another jdk1.4 vs jdk1.5 tweak
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643353 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 10:40:00 +00:00
Nick Burch
6a9d8e6ea5
Fix up the jdk1.4 interfaces, so that it all compiles and is happy once again
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643350 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 10:17:06 +00:00
Nick Burch
3ed4f3d913
Start to wire up the commentstable stuff, now partly in place, and partly tested
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643208 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 23:30:56 +00:00
Nick Burch
d32fe3f319
Shift comments support over onto new style XSSFModel, in preparation for readings and writing existing ones
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643204 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 23:15:38 +00:00
Nick Burch
64c685079c
XSSF named range support
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643189 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 22:30:56 +00:00
Nick Burch
0c210e6842
Add examples and documentation for xssf eventusermodel code
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643149 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 21:06:55 +00:00
Yegor Kozlov
a3af5d5ddc
Implement Sheet.removeShape(Shape shape) in HSLF
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642946 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 09:58:27 +00:00
Josh Micich
5b0efa8e57
changes/status for #44675 , #44695 , #44691
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642904 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 06:55:04 +00:00
Josh Micich
ede1814a1d
silenced noisy tests
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642891 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 05:56:11 +00:00
Josh Micich
9f66b9c5f4
removed incorrect test case methods
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642880 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 05:19:00 +00:00
Josh Micich
05fb78c5d4
More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy. Some other clean-up.
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642878 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 05:10:35 +00:00
Nick Burch
396813285d
Add XSSF eventusermodel support
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642788 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 17:28:29 +00:00
Nick Burch
7cf696f7c4
Improve how XSSFCell does error stuff
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642769 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 16:25:52 +00:00
Nick Burch
b6316bd72e
Make a start on running all the formula tests for xssf. Currently not enabled, as many fail, but provides a start
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642741 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 14:16:22 +00:00
Nick Burch
d8f457d03e
Various quickguide updates
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642740 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 14:03:37 +00:00
Nick Burch
37e1487670
Update Formula test spreadsheet for count, and also do a copy as an ooxml .xlsx file
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642738 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 13:40:34 +00:00
Nick Burch
4451a53ad3
Count implementation from ooxml branch
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642737 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 13:39:51 +00:00
Nick Burch
f14684fd69
Make the jdk 1.5 interfaces a bit more jdk 1.5 friendly
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642641 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 23:04:48 +00:00
Nick Burch
7ceef61ca6
Update formula eval docs for xssf support
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642637 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 22:50:44 +00:00
Nick Burch
fb674709b7
Few little short/int tweaks, and then tests to show that FormulaEvaluator plays nicely with xssf
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642634 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 22:45:11 +00:00
Nick Burch
3d9e7d5bf5
Shuffle the FormulaParser stuff about, and get it all working with the new interfaces, and not just with the hard coded HSSF classes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642624 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 22:03:18 +00:00
Nick Burch
df3577e39b
Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642566,642568-642574,642576 via svnmerge from
...
https://svn.apache.org/repos/asf/poi/trunk
........
r642566 | nick | 2008-03-29 17:45:28 +0000 (Sat, 29 Mar 2008) | 1 line
Move the missing record aware eventusermodel code out of scratchpad
........
r642571 | nick | 2008-03-29 18:11:48 +0000 (Sat, 29 Mar 2008) | 1 line
Merge several bug tests into one file
........
r642574 | nick | 2008-03-29 18:23:33 +0000 (Sat, 29 Mar 2008) | 1 line
Move the FormulaEvaluator code out of scratchpad
........
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642591 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 19:36:53 +00:00
Nick Burch
e8896ba507
Manually merge a few documentation updates
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642576 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 18:27:38 +00:00
Nick Burch
603e445dce
Documentation update
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642575 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 18:27:08 +00:00
Nick Burch
ef5d5cb3d4
Move the FormulaEvaluator code out of scratchpad
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642574 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 18:23:33 +00:00
Nick Burch
0b41e55761
Merge several bug tests into one file
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642571 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 18:11:48 +00:00
Nick Burch
8202fa8eb2
Update docs now that missing record aware eventusermodel has moved
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642567 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 18:00:16 +00:00
Nick Burch
0fce9fd02e
Move the missing record aware eventusermodel code out of scratchpad
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642566 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 17:45:28 +00:00
Nick Burch
d92d806577
Manually merge over changes from trunk, so that tests pass, as svnmerge appears to have missed something
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642564 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 17:37:13 +00:00
Nick Burch
599a302870
Looks like trunk will now produce 3.0.3, and ooxml branch will be 3.1, so update build.xml in trunk accordingly
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642563 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 17:35:53 +00:00