918 Commits

Author SHA1 Message Date
Nick Burch
4b19b786d3 Avoid pesky GUMP build errors on REL_2_BRANCH by copying over the missing couple of definitions from Trunk, so that it compiles properly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@414168 13f79535-47bb-0310-9956-ffa450edef68
2006-06-14 10:00:48 +00:00
Glen Stampoultzis
9388bacb86 Added image support for POI. See the quick guide for details. Sponsored through superlink software.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353660 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 11:26:18 +00:00
Glen Stampoultzis
4544d9ce4b Change list for upcoming release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353577 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 01:44:41 +00:00
Glen Stampoultzis
622698f590 Applied patch 27574
When setting a cell's value to the date 2004-03-28 08:00 it is presented as
07:00 in Excel. This only happens on the days when DST starts or ends.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353576 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 00:43:47 +00:00
Glen Stampoultzis
4491924db9 Bug 26465: HSSF sheets with even row numbers are read incorrectly by MS Project.
Cause: Wrong lastrow entry in DimensionsRecord as written by
method org.apache.poi.hssf.model.Sheet.addRow(RowRecord)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353575 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 00:16:12 +00:00
Glen Stampoultzis
babf0167ee Support for outlining. Enjoy.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353574 13f79535-47bb-0310-9956-ffa450edef68
2004-07-28 13:06:33 +00:00
Glen Stampoultzis
a8ad6173a0 Missed something with repeating rows and columns
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353566 13f79535-47bb-0310-9956-ffa450edef68
2004-07-03 12:25:12 +00:00
Glen Stampoultzis
5ee36f7d25 Patch from Michael to fix bug 28203
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353565 13f79535-47bb-0310-9956-ffa450edef68
2004-06-27 11:21:13 +00:00
Glen Stampoultzis
2014f3b06a Fix for bug 29747
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353564 13f79535-47bb-0310-9956-ffa450edef68
2004-06-27 11:08:02 +00:00
Glen Stampoultzis
a82e2fd188 Bugfix: http://issues.apache.org/bugzilla/show_bug.cgi?id=24925
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353552 13f79535-47bb-0310-9956-ffa450edef68
2004-04-29 07:04:04 +00:00
Glen Stampoultzis
da7ae1e860 Improved test case for ValueRecordsAggregate.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353547 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 13:40:42 +00:00
Glen Stampoultzis
e229f81bab Fixed some drawString positioning problems with EscherGraphics.java
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353538 13f79535-47bb-0310-9956-ffa450edef68
2004-03-21 22:38:55 +00:00
Glen Stampoultzis
e85cca200c Status file for 2.5 final
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353516 13f79535-47bb-0310-9956-ffa450edef68
2004-02-29 00:23:00 +00:00
Glen Stampoultzis
0130185296 More license stuff. Boy this is fun.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353514 13f79535-47bb-0310-9956-ffa450edef68
2004-02-28 12:56:00 +00:00
Glen Stampoultzis
c0662dd4a8 Applying new license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353513 13f79535-47bb-0310-9956-ffa450edef68
2004-02-22 11:54:53 +00:00
Glen Stampoultzis
0176ae0422 Applying new license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353512 13f79535-47bb-0310-9956-ffa450edef68
2004-02-22 11:42:43 +00:00
Glen Stampoultzis
d01ca11e2d Applying new license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353511 13f79535-47bb-0310-9956-ffa450edef68
2004-02-22 11:26:00 +00:00
Danny Mui
0c2e1f7f05 Removed variable that stores the number of merged regions in
its record since the array should be the basis for this number.  Less
manual index tracking, the better.

Thanks for problem report!
PR: 27005
Reported by: skalchihin@mgsm.ru


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353510 13f79535-47bb-0310-9956-ffa450edef68
2004-02-18 16:48:17 +00:00
Glen Stampoultzis
0dce5901b0 Patching EcherGraphics test cases so that they fall through if the system is converting the font to dialog. I better solution would be great but I suspect this is not solvable and is just a limitation of using a 'Graphics' interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353509 13f79535-47bb-0310-9956-ffa450edef68
2004-02-16 22:25:54 +00:00
Glen Stampoultzis
e77eb9afb3 Headless font metrics support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353505 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:10:45 +00:00
Glen Stampoultzis
cd13bfa13d Changes to the record generator to support the new record types
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353504 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:09:50 +00:00
Glen Stampoultzis
8c9d386534 Record definition changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353503 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:09:02 +00:00
Glen Stampoultzis
80ba3cd553 Test cases for office drawing support.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353502 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:07:51 +00:00
Glen Stampoultzis
98b04eaecb Examples of how to draw pictures in Excel
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353501 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:06:52 +00:00
Glen Stampoultzis
c7d1d2a9fd Utility to dump drawing records.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353500 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:04:24 +00:00
Glen Stampoultzis
d0ed7b3428 The escher records themselves
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353499 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:03:32 +00:00
Glen Stampoultzis
7b281f05b7 Biff viewer changes for office drawing support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353498 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:01:31 +00:00
Glen Stampoultzis
49bf59b750 User model for drawing format support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353497 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:00:27 +00:00
Glen Stampoultzis
59170ca1fc Model for drawing format support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353496 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 21:59:21 +00:00
Glen Stampoultzis
d4514cec5c Escher records for drawing format support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353495 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 21:58:00 +00:00
Glen Stampoultzis
c9ea104383 Documention for drawing format work
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353494 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 21:56:18 +00:00
Danny Mui
ae438a69a1 Patch to support Horizontal and Vertical Page breaks, included testcases
and files.
PR:
Obtained from:
Submitted by:	
Reviewed by:	
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS:   If this change addresses a PR in the problem report tracking
CVS:   database, then enter the PR number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system, such as NCSA,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to Apache by someone else; i.e.,
CVS:   they sent us a patch or a new module, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353493 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 22:41:27 +00:00
Glen Stampoultzis
59245283a6 Change details
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353490 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 11:09:57 +00:00
Avik Sengupta
c01e897558 make forrest happy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353482 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 19:24:49 +00:00
Avik Sengupta
b0cbd3ec48 fix for bug 25695
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353479 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 19:08:43 +00:00
Avik Sengupta
b4c71b9dd8 make docs reflect reality
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353478 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 19:06:10 +00:00
Avik Sengupta
3a17bf0afa testcases for formula parser changes, missed in prev commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353477 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 18:50:41 +00:00
Avik Sengupta
dcbf31c4d8 Formula Parser fixes with tests, by Peter M Murray
Bug 25457.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353474 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 07:49:16 +00:00
Avik Sengupta
5030978803 I messed up, sorry! (the trouble with patch conflicts)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353473 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 06:58:32 +00:00
Shawn Laubach
6e57c85beb Added static to the constants. Also, file had lost all newlines and fixed this along the way (which is why it looks like a big commit).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353471 13f79535-47bb-0310-9956-ffa450edef68
2003-12-31 15:33:29 +00:00
Avik Sengupta
59d7b01dc7 updating translations on the branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353470 13f79535-47bb-0310-9956-ffa450edef68
2003-12-30 18:16:56 +00:00
Avik Sengupta
0fc55e5e51 commiting my doc changes to BRANCH
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353468 13f79535-47bb-0310-9956-ffa450edef68
2003-12-30 03:27:48 +00:00
Danny Mui
1f89d73f85 Really clone the merged regions...Thanks to Jason for pointing this out.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353453 13f79535-47bb-0310-9956-ffa450edef68
2003-11-17 21:32:11 +00:00
Danny Mui
2624d38bb9 The cloned reference for merged cells did not create a new collection,
so deletes cascaded to the original.
Reported by: huri@users.sourceforge.net
PR:  22720


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353451 13f79535-47bb-0310-9956-ffa450edef68
2003-11-17 21:10:35 +00:00
Jason Height
fb51d74764 Fix to 24519. Call to getCustomPalette() from a newly created workbook
now works


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353440 13f79535-47bb-0310-9956-ffa450edef68
2003-11-09 21:01:52 +00:00
Shawn Laubach
0422980fec Fix supplied for bug 24397 where some compilation got ambiguous classes. Explicitly imports the classes. Patch supplied by Jean-Pierre Paris.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353437 13f79535-47bb-0310-9956-ffa450edef68
2003-11-04 19:29:55 +00:00
Glen Stampoultzis
13f75093c3 Some fixes to make forrest happy and the change log.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353434 13f79535-47bb-0310-9956-ffa450edef68
2003-11-02 11:20:31 +00:00
Glen Stampoultzis
61dfdfd380 Fixed so that forrest doesn't barf. 32 limit on sections of XML.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353433 13f79535-47bb-0310-9956-ffa450edef68
2003-11-02 09:23:04 +00:00
Glen Stampoultzis
e69a33ae9b Fixed tab file properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353432 13f79535-47bb-0310-9956-ffa450edef68
2003-11-02 09:20:20 +00:00
Avik Sengupta
d92d3d1ebb getters and setters for ClassID - addendum to bug 22195, by Kirril Jacobson
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353430 13f79535-47bb-0310-9956-ffa450edef68
2003-11-01 02:20:06 +00:00