Glen Stampoultzis
53dd0cd17f
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
2d14d89545
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
95f5211037
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
2943c5a8e5
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
6a753e13ea
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
54082fe268
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
6ab34bac0b
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
8a2f845479
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
2090d7dcab
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
b147d06b0d
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
4718592e15
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
5654132e26
Updated build number
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353531 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 10:55:08 +00:00
Glen Stampoultzis
067b28832e
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
6a505d09ad
More license stuff. See http://www.apache.org/dev/apply-license.html
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353515 13f79535-47bb-0310-9956-ffa450edef68
2004-02-28 13:11:44 +00:00
Glen Stampoultzis
486f0a474b
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
e46cc85c16
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
a5853ca9c7
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
374943eb93
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 Muid
c96db64e3c
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
ddfb52a7f5
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
c637706e40
Turned on headless for tests
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353508 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 05:57:48 +00:00
Glen Stampoultzis
edbcecf4f5
Stuff to ignore
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353507 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:14:06 +00:00
Glen Stampoultzis
e2e370f744
Build changes
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353506 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:13:38 +00:00
Glen Stampoultzis
ac84378cca
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
c1b68ffffb
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
72e833700e
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
4401c16af6
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
f524f28579
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
4b20a61ad7
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
ed9f2b0bac
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
8e27ed87eb
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
9ef45e5f61
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
3df231642a
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
104093d45e
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
bad7b56f31
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 Muid
bf326c25a0
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
34e230f63e
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
Glen Stampoultzis
8b828464ad
Version bumped up to 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353489 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 11:06:51 +00:00
Glen Stampoultzis
9afbac9087
Public key file for signing releases.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353487 13f79535-47bb-0310-9956-ffa450edef68
2004-01-25 05:32:21 +00:00
Avik Sengupta
cee500a14b
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
c966975782
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
d7c485af78
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
040db04a7b
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
8d576a6466
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
a297ae284c
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
b676e6b839
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
8f2873784c
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
3a93a6d467
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 Muid
6502a1a361
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 Muid
b08a252916
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