]>
source.dussan.org Git - poi.git/log
Nick Burch [Fri, 8 Jul 2005 17:38:55 +0000 (17:38 +0000)]
Move from having the list of classes to use for records from being in here, to being in RecordTypes
Should make adding new record handling classes cleaner and more extensible
(Change inspired by discussions with Yegor Kozlov)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353745
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 8 Jul 2005 16:01:06 +0000 (16:01 +0000)]
bug 34575 fixed, thanks Amol
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353744
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 8 Jul 2005 15:57:07 +0000 (15:57 +0000)]
Record level dumper of powerpoint files, and their constituent escher parts
Prints out in indented text what occurs where
(Code has existed for a while, but the lookup table used to be just a cut'n'paste from something of unknown copyright status. Now converted to using Yegor's new RecordTypes class, so can be released)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353743
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 8 Jul 2005 15:19:53 +0000 (15:19 +0000)]
trivial edit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353742
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 8 Jul 2005 12:37:56 +0000 (12:37 +0000)]
Tests to ensure that RecordTypes.java is behaving as expected
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353741
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 8 Jul 2005 12:37:14 +0000 (12:37 +0000)]
Based on version submitted by Yegor Kozlov
Allows easy access to the names of records armed only with their type, or the handling class for a given type
Also allows easy lookup of a type where you know the name (via the static final class fields)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353740
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 6 Jul 2005 22:01:13 +0000 (22:01 +0000)]
fix for issues 34575 and 35527 { fillFields(..) modified }
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353739
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 4 Jul 2005 11:38:50 +0000 (11:38 +0000)]
Add information about HSLF support that's now present in 3.0 alpha 1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353738
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 4 Jul 2005 10:32:49 +0000 (10:32 +0000)]
Validation issues
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353737
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 4 Jul 2005 09:59:03 +0000 (09:59 +0000)]
Changed for upcoming build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353736
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 19:06:39 +0000 (19:06 +0000)]
Test to ensure that the updating of a slide's notes sheet works correctly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353735
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 19:06:16 +0000 (19:06 +0000)]
Update to match changes in usermodel
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353734
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 19:05:07 +0000 (19:05 +0000)]
Use the new "most recent important records" record list when creating notes and slides. Makes the code much cleaner, and means that handling older versions of slides is taken care of in a much better manner
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353733
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 19:03:48 +0000 (19:03 +0000)]
The usermodel code is now responsible for filtering out duplicate SlideAtomSets, so update to no longer check for them
Add the ability to get at the Slide record that this is based on
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353732
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 19:01:38 +0000 (19:01 +0000)]
Allow setting of the ID of the notes associated with the slide (have always been able to fetch it). Used when adding a new notes sheet, or when swapping notes between slides
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353731
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 18:09:42 +0000 (18:09 +0000)]
Test to ensure that the code for working out the "most recent" versions
of the key records (from PersistPtr records) is working correctly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353730
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 26 Jun 2005 18:09:15 +0000 (18:09 +0000)]
Make use of the PersistPtr records to come up with a list of the most
recent versions of all the "key" records (Document, Slide, Notes, Master etc)
Doesn't yet make use of this internally though, that's still to do
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353729
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:50:03 +0000 (20:50 +0000)]
changed the mapping of functions that wil never be implemented to point to NotImplementedFunction instead of individual classes each extending NotImplementedFunction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353728
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:49:14 +0000 (20:49 +0000)]
updated test cases to consider the case that rate=0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353727
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:48:42 +0000 (20:48 +0000)]
changed due to renaming of super class (DefaultFunctionImpl was renamed to NotImplementedFunction)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353726
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:46:55 +0000 (20:46 +0000)]
implemented the NOT boolean function
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353725
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:45:54 +0000 (20:45 +0000)]
changed "extends DefaultFunctionImpl" to "implements Function"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353724
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:43:30 +0000 (20:43 +0000)]
Implemented this finance function evaluation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353723
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:42:40 +0000 (20:42 +0000)]
Changed implementations to handle the case where rate=0. Updated javadocs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353722
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:41:30 +0000 (20:41 +0000)]
Renamed DefaultFunctionImpl
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353721
13f79535 -47bb-0310-9956-
ffa450edef68
Amol S. Deshmukh [Wed, 22 Jun 2005 20:40:17 +0000 (20:40 +0000)]
Removed java files corresponding to excel functions that will never be implemented by the FormulaEvaluator API (eg. MovieCommand)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353720
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 19 Jun 2005 15:37:11 +0000 (15:37 +0000)]
Testing for ColorSchemeAtom record
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353719
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 19 Jun 2005 15:36:55 +0000 (15:36 +0000)]
Record support for ColorSchemeAtom (no model support as yet)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353718
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 14 Jun 2005 17:41:33 +0000 (17:41 +0000)]
Amol's formula eval additions. Missed these files, sorry
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353717
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 12 Jun 2005 17:08:40 +0000 (17:08 +0000)]
Testcase for the DocumentAtom support just committed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353716
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 12 Jun 2005 16:53:02 +0000 (16:53 +0000)]
Support for DocumentAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353715
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 9 Jun 2005 18:34:57 +0000 (18:34 +0000)]
New formula eval stuff - added functions and refactored, by Amol
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353714
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 9 Jun 2005 18:20:28 +0000 (18:20 +0000)]
compilation problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353713
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Jun 2005 15:18:17 +0000 (15:18 +0000)]
Add tests for more classes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353712
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Jun 2005 15:13:20 +0000 (15:13 +0000)]
Improved handling of byte level position sensitive records
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353711
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Jun 2005 15:09:58 +0000 (15:09 +0000)]
QuickButCruddyTextExtractor - gets all the text (including stuff you might not want), but does it fast
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353710
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Jun 2005 15:09:16 +0000 (15:09 +0000)]
Improved handling of byte position sensitive records
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353709
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Jun 2005 15:07:56 +0000 (15:07 +0000)]
Improved handling of byte level position sensitive records
QuickButGreedyTextExtractor - gets all the text in a file, fast
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353708
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Jun 2005 13:12:59 +0000 (13:12 +0000)]
A few small updates to the HSLF useage docs, and adding some initial documentation on the PowerPoint file format
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353707
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Wed, 1 Jun 2005 17:33:00 +0000 (17:33 +0000)]
minor updates to build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353706
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 31 May 2005 19:10:47 +0000 (19:10 +0000)]
bug 35084, reported by Stefano Rocca. fixed in Sheet.java
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353705
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 31 May 2005 19:03:19 +0000 (19:03 +0000)]
bug 35084, reported by Stefano Rocca. fixed in Sheet.java
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353704
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 31 May 2005 18:41:19 +0000 (18:41 +0000)]
new testcase
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353703
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Sat, 28 May 2005 19:28:22 +0000 (19:28 +0000)]
documentation for powerpoint support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353702
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Sat, 28 May 2005 05:36:00 +0000 (05:36 +0000)]
Initial Powerpoint support, by Nick Burch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353701
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Wed, 25 May 2005 15:37:21 +0000 (15:37 +0000)]
check for short EscherClientAnchor Records. Bug 34787 : by Nick Burch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353700
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 24 May 2005 14:23:03 +0000 (14:23 +0000)]
small update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353699
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 24 May 2005 06:18:17 +0000 (06:18 +0000)]
Additional constants for background fill, by Andreas Engel
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353698
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Sat, 21 May 2005 20:25:29 +0000 (20:25 +0000)]
removed old links to an alternatives page which no longer is useful to the project
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353697
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Sat, 21 May 2005 20:22:25 +0000 (20:22 +0000)]
No other project really does this and it has outlived its usefulness to poi
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353696
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 20 May 2005 11:26:59 +0000 (11:26 +0000)]
licensing as per http://www.apache.org/dev/apply-license.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353695
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 20 May 2005 11:21:01 +0000 (11:21 +0000)]
licensing as per http://www.apache.org/dev/apply-license.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353694
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 20 May 2005 09:13:14 +0000 (09:13 +0000)]
toString() method for HSSFCell to return
a simple string representation of the cell,
irrespective of its type.
Originally submitted by Wes Gilster as bug 19294
made some modifications, added testcase.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353693
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 15:13:04 +0000 (15:13 +0000)]
testcase for bug 34775
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353692
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 14:56:45 +0000 (14:56 +0000)]
Fix for bug 27272 : Unknown Ptg 3C and 3D
by Patrick Luby, thanks!
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353691
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 14:33:35 +0000 (14:33 +0000)]
prevent output scrolling, pls revert if needed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353690
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 14:32:46 +0000 (14:32 +0000)]
better diagnostic
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353689
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 12:15:52 +0000 (12:15 +0000)]
Initial checkin for FormulaEvaluator and associated tests
Author: Amol Deshmukh
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353688
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 12:03:41 +0000 (12:03 +0000)]
build tweaks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353687
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 19 May 2005 10:36:06 +0000 (10:36 +0000)]
new formula eval docs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353686
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Wed, 18 May 2005 18:58:57 +0000 (18:58 +0000)]
unary plus: patch by Amol Deshmukh, test added
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353685
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Mon, 16 May 2005 21:46:19 +0000 (21:46 +0000)]
Last-minute fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353684
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Mon, 16 May 2005 21:39:22 +0000 (21:39 +0000)]
- Improved the build process' with respect to its dependencies on JUnit, JDepend and an XSLT processor.
- Included DDF in the generated javadoc API documentation.
- Excluded the obsolete HDF from the generated javadoc API documentation.
- Included the CLASSPATH environment variable in the javadoc classpath so that references to third-party packages can be resolved.
- Removed all explicit references to Xalan and changed the HSSF record generator to use any XSLT processor. However, that stuff seems to be very much out of date: The XSL stylesheet won't compile even after an obvious fix. Thus my modifications are untested but that stuff won't work anyway. I doubt it is important.
- Did some beautifications on the build.xml file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353683
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Mon, 16 May 2005 20:38:55 +0000 (20:38 +0000)]
Javadoc issues resolved.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353682
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Mon, 16 May 2005 14:44:37 +0000 (14:44 +0000)]
StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353681
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 13 May 2005 14:52:42 +0000 (14:52 +0000)]
documentation for formula Evaluation. Thanks Amol!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353679
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 13 May 2005 14:35:28 +0000 (14:35 +0000)]
extra styles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353678
13f79535 -47bb-0310-9956-
ffa450edef68
Shawn Laubach [Mon, 9 May 2005 20:37:35 +0000 (20:37 +0000)]
Fixed issue where adding builtin types pushed other formats later in the list.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353677
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Sat, 7 May 2005 17:25:26 +0000 (17:25 +0000)]
user API to set window pane when wb is opened
by Amol Deshmukh and Li Jianming
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353676
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:40:06 +0000 (13:40 +0000)]
Bug 34745 Update ddf.EscherTextboxRecord to be cleaner, and allow setting of new data
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353675
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:39:14 +0000 (13:39 +0000)]
Removed some unused initializers
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353674
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:38:09 +0000 (13:38 +0000)]
Keep field 6 intact
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353673
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:07:58 +0000 (13:07 +0000)]
Indent
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353672
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:06:06 +0000 (13:06 +0000)]
Patch from Nick. Bug 34744 Fix for ddf.DefaultRecordFactory never creating EscherTextboxRecord
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353671
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:05:09 +0000 (13:05 +0000)]
There seems to be a bug with the current implementation that causes problems if you create a row but no sells. This just works around that bug.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353670
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 5 May 2005 13:04:29 +0000 (13:04 +0000)]
Minor mod - keep original
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353669
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 3 May 2005 14:34:39 +0000 (14:34 +0000)]
testcase for 33082, which is now fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353668
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 3 May 2005 13:27:50 +0000 (13:27 +0000)]
tweaks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353667
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 3 May 2005 13:23:34 +0000 (13:23 +0000)]
unfixed testcases, so you know what to fix :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353666
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Mon, 2 May 2005 05:26:13 +0000 (05:26 +0000)]
refactored
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353665
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 1 May 2005 22:05:37 +0000 (22:05 +0000)]
Moving to head
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353664
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 1 May 2005 22:00:12 +0000 (22:00 +0000)]
Moving to head
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353663
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 1 May 2005 21:52:54 +0000 (21:52 +0000)]
Test
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353662
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 1 May 2005 11:26:18 +0000 (11:26 +0000)]
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/trunk@353660
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Fri, 29 Apr 2005 16:58:55 +0000 (16:58 +0000)]
- Added support for the Korean character set MS949. Thanks again to Ralf Terdic <ralf.t@gmx.net>!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353659
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 28 Apr 2005 14:31:00 +0000 (14:31 +0000)]
bug 27852 - patch by Brice Copy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353658
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 28 Apr 2005 14:04:22 +0000 (14:04 +0000)]
bug 34007 - DBCS cell format, patch by Alexander Litvinov
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353657
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 28 Apr 2005 14:03:28 +0000 (14:03 +0000)]
Refactored
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353656
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 28 Apr 2005 13:44:06 +0000 (13:44 +0000)]
additional tests for DBCS sheet name
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353655
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 28 Apr 2005 13:35:38 +0000 (13:35 +0000)]
PR:17039 - DBCS chars in header and footer
Obtained from: kamoshida.toshiaki@future.co.jp
Tweaked and tests added by self.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353654
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 28 Apr 2005 13:33:02 +0000 (13:33 +0000)]
corrected
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353653
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Wed, 27 Apr 2005 21:33:49 +0000 (21:33 +0000)]
added clone for properties objects. Sure makes it easier. Hey look ma,
javadoc!
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353652
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Wed, 27 Apr 2005 05:44:52 +0000 (05:44 +0000)]
added a main method so we can use it as a quickie utility (been meaning to do that for years)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353651
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Sat, 23 Apr 2005 14:17:07 +0000 (14:17 +0000)]
- Added a couple of Macintosh codepage numbers to Java encoding names.
Thanks to Ralf Terdic <ralf.t@gmx.net> for providing them! However, please
note that neither Ralf nor I were able to test all those mappings. So please post
a bug if you encounter any problems!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353650
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Klute [Fri, 22 Apr 2005 16:40:41 +0000 (16:40 +0000)]
- Superflous statements removed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353649
13f79535 -47bb-0310-9956-
ffa450edef68
Shawn Laubach [Fri, 22 Apr 2005 14:56:35 +0000 (14:56 +0000)]
Added underline capability to the header and footer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353648
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 22 Apr 2005 13:12:14 +0000 (13:12 +0000)]
testcase for bug 34021 , already worked fine
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353647
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 22 Apr 2005 13:04:42 +0000 (13:04 +0000)]
new tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353646
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Fri, 22 Apr 2005 11:16:09 +0000 (11:16 +0000)]
bug 34435 , submitted by Nick Burch. Thanks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353645
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Thu, 21 Apr 2005 13:46:38 +0000 (13:46 +0000)]
tests refactoring
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353644
13f79535 -47bb-0310-9956-
ffa450edef68