]> source.dussan.org Git - poi.git/log
poi.git
17 years agoSeveral TLP tweaks and typo fixes in the documentation. Update the changelog for...
Nick Burch [Wed, 27 Jun 2007 20:19:18 +0000 (20:19 +0000)]
Several TLP tweaks and typo fixes in the documentation. Update the changelog for recent commits, and add some initial documentation on HDGF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551309 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInclude a test for the text extraction code. Update code to use POILogger instead...
Nick Burch [Wed, 27 Jun 2007 19:00:35 +0000 (19:00 +0000)]
Include a test for the text extraction code. Update code to use POILogger instead of System.err. Update the NOTICE file for the TLP change, and add entries for JUnit and the small GPL v3 bits of HDGF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551273 13f79535-47bb-0310-9956-ffa450edef68

17 years agoLots more HDGF support for chunks, and add support for basic text extraction
Nick Burch [Wed, 27 Jun 2007 18:34:17 +0000 (18:34 +0000)]
Lots more HDGF support for chunks, and add support for basic text extraction

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551258 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRestored the cast: JDK 1.4 needs it. :-(
Rainer Klute [Tue, 26 Jun 2007 17:58:28 +0000 (17:58 +0000)]
Restored the cast: JDK 1.4 needs it. :-(

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550886 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed [Bug 42677] - HSLF SlideShow write() issues on tables
Yegor Kozlov [Tue, 26 Jun 2007 08:09:24 +0000 (08:09 +0000)]
fixed [Bug 42677]  - HSLF SlideShow write() issues on tables

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550731 13f79535-47bb-0310-9956-ffa450edef68

17 years agomake the code compatible with JDK 1.4.2
Yegor Kozlov [Tue, 26 Jun 2007 08:00:37 +0000 (08:00 +0000)]
make the code compatible with JDK 1.4.2

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550726 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoved unnecessary cast.
Rainer Klute [Mon, 25 Jun 2007 17:58:28 +0000 (17:58 +0000)]
Removed unnecessary cast.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550566 13f79535-47bb-0310-9956-ffa450edef68

17 years agomove poi to top level
Joe Schaefer [Mon, 25 Jun 2007 01:51:34 +0000 (01:51 +0000)]
move poi to top level

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550311 13f79535-47bb-0310-9956-ffa450edef68

17 years agoConsistency check added when reading property set stream. An IllegalPropertyDataExcep... trunk@550310
Rainer Klute [Sat, 23 Jun 2007 07:44:47 +0000 (07:44 +0000)]
Consistency check added when reading property set stream. An IllegalPropertyDataException is thrown if the property set stream is larger than it claims to be.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@550021 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMake a start on processing the commands within the chunks, and their values. Includes...
Nick Burch [Thu, 21 Jun 2007 21:24:25 +0000 (21:24 +0000)]
Make a start on processing the commands within the chunks, and their values. Includes some tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549616 13f79535-47bb-0310-9956-ffa450edef68

17 years agoStart on processing the commands stored within a HDGF chunk, plus initial tests for it
Nick Burch [Thu, 21 Jun 2007 19:28:04 +0000 (19:28 +0000)]
Start on processing the commands stored within a HDGF chunk, plus initial tests for it

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549588 13f79535-47bb-0310-9956-ffa450edef68

17 years agoTweak test to match last V11 related change
Nick Burch [Wed, 20 Jun 2007 13:58:14 +0000 (13:58 +0000)]
Tweak test to match last V11 related change

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549111 13f79535-47bb-0310-9956-ffa450edef68

17 years agoImproved support for chunks and chunk streams, plus tests
Nick Burch [Tue, 19 Jun 2007 22:41:33 +0000 (22:41 +0000)]
Improved support for chunks and chunk streams, plus tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548870 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMake a start on supporting Chunks
Nick Burch [Tue, 19 Jun 2007 19:55:30 +0000 (19:55 +0000)]
Make a start on supporting Chunks

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548836 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd a developer helper class, which prints out the stream+pointer structure of a...
Nick Burch [Mon, 18 Jun 2007 23:00:36 +0000 (23:00 +0000)]
Add a developer helper class, which prints out the stream+pointer structure of a visio file

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548525 13f79535-47bb-0310-9956-ffa450edef68

17 years agoConvert HDGFDiagram to using the new pointer and stream code, and add tests for it
Nick Burch [Mon, 18 Jun 2007 22:44:56 +0000 (22:44 +0000)]
Convert HDGFDiagram to using the new pointer and stream code, and add tests for it

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548518 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBasic support for a few key kinds of streams, and tests to go with this
Nick Burch [Mon, 18 Jun 2007 22:26:04 +0000 (22:26 +0000)]
Basic support for a few key kinds of streams, and tests to go with this

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548511 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInitial HDGF support for streams, plus tests
Nick Burch [Mon, 18 Jun 2007 20:24:39 +0000 (20:24 +0000)]
Initial HDGF support for streams, plus tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548476 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInitial support for HDGF pointers, along with tests
Nick Burch [Mon, 18 Jun 2007 19:39:29 +0000 (19:39 +0000)]
Initial support for HDGF pointers, along with tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548461 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFirst stab at hdgf, an implementation of the visio format. Basic support for processi...
Nick Burch [Mon, 18 Jun 2007 18:10:57 +0000 (18:10 +0000)]
First stab at hdgf, an implementation of the visio format. Basic support for processing the equivalent of records - pointers and blocks. Now to refactor it into something sane!

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548428 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd information on the example code for the missing record aware event code
Nick Burch [Mon, 18 Jun 2007 18:09:30 +0000 (18:09 +0000)]
Add information on the example code for the missing record aware event code

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548426 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFinish off the example use of MissingRecordAwareHSSFListener, which outputs a csv
Nick Burch [Sun, 17 Jun 2007 15:54:52 +0000 (15:54 +0000)]
Finish off the example use of MissingRecordAwareHSSFListener, which outputs a csv

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548049 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd a new method on HSSFDateUtil of isADateFormat, which will cope with both internal...
Nick Burch [Sun, 17 Jun 2007 15:27:23 +0000 (15:27 +0000)]
Add a new method on HSSFDateUtil of isADateFormat, which will cope with both internal excel date formats, and custom date formats the are for dates (plus test)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548044 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMake a start on some example code to use MissingRecordAwareHSSFListener for turning...
Nick Burch [Sun, 17 Jun 2007 10:59:48 +0000 (10:59 +0000)]
Make a start on some example code to use MissingRecordAwareHSSFListener for turning a xls into a csv

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548030 13f79535-47bb-0310-9956-ffa450edef68

17 years agoWhen we copy the normal jars into the right spot for uploading to the ibiblio sync...
Nick Burch [Sat, 16 Jun 2007 15:47:29 +0000 (15:47 +0000)]
When we copy the normal jars into the right spot for uploading to the ibiblio sync, name the jars without the date

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@547933 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNew projected release date for 3.0.1
Nick Burch [Fri, 8 Jun 2007 12:35:05 +0000 (12:35 +0000)]
New projected release date for 3.0.1

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545492 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAs requested by Andy, a big change to how the maven-dist occurs. Now, we copy over...
Nick Burch [Fri, 8 Jun 2007 12:31:21 +0000 (12:31 +0000)]
As requested by Andy, a big change to how the maven-dist occurs. Now, we copy over the main jars to the maven directory, rather than making their own. We then have a different pom for each of poi, -scratchpad and -contrib. Finally, put all the files under maven-dist into the right place for upload

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545491 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemove the section entries from the jar manifests, as they aren't required, and it...
Nick Burch [Fri, 8 Jun 2007 11:17:02 +0000 (11:17 +0000)]
Remove the section entries from the jar manifests, as they aren't required, and it looks like we only have them because someone cut'n'pasted from the ant manual (see bug #42614)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545478 13f79535-47bb-0310-9956-ffa450edef68

17 years agoreplace Jakarta POI --> Apache POI in package.html files tags/REL_3_0_1_RC2@545474
Yegor Kozlov [Wed, 6 Jun 2007 06:42:17 +0000 (06:42 +0000)]
replace Jakarta POI --> Apache POI in package.html files

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544742 13f79535-47bb-0310-9956-ffa450edef68

17 years agoReplace the single method JavaDoc copied from the JDK with our own documentation...
Nick Burch [Mon, 4 Jun 2007 18:22:18 +0000 (18:22 +0000)]
Replace the single method JavaDoc copied from the JDK with our own documentation, which is possibly also easier to grok

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544197 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix two broken links
Nick Burch [Mon, 4 Jun 2007 15:48:34 +0000 (15:48 +0000)]
Fix two broken links

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544172 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd a few more updates to the change log
Nick Burch [Mon, 4 Jun 2007 15:26:48 +0000 (15:26 +0000)]
Add a few more updates to the change log

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544165 13f79535-47bb-0310-9956-ffa450edef68

17 years agohttp://issues.apache.org/bugzilla/show_bug.cgi?id=23951 tags/REL_3_0_1_RC1@544164
Andrew C. Oliver [Mon, 4 Jun 2007 13:52:57 +0000 (13:52 +0000)]
http://issues.apache.org/bugzilla/show_bug.cgi?id=23951

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544151 13f79535-47bb-0310-9956-ffa450edef68

17 years agoLots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changes
Nick Burch [Fri, 1 Jun 2007 11:39:48 +0000 (11:39 +0000)]
Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543466 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate the group and project logo to account for TLP
Nick Burch [Fri, 1 Jun 2007 10:36:12 +0000 (10:36 +0000)]
Update the group and project logo to account for TLP

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543456 13f79535-47bb-0310-9956-ffa450edef68

17 years agoencode unicode chars in HSLF unit tests
Yegor Kozlov [Fri, 1 Jun 2007 07:06:51 +0000 (07:06 +0000)]
encode unicode chars in HSLF unit tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543411 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate the main .pom file based on advice from the repos team. Include the redirect...
Nick Burch [Thu, 31 May 2007 18:09:57 +0000 (18:09 +0000)]
Update the main .pom file based on advice from the repos team. Include the redirect pom, which needs to be placed under /poi/, to tell maven to switch to /org.apache.poi/, and detail this new pom in the release guide

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543203 13f79535-47bb-0310-9956-ffa450edef68

17 years agoA couple more bug fixes for the changelog, and add documentation on the missing recor...
Nick Burch [Wed, 30 May 2007 14:10:57 +0000 (14:10 +0000)]
A couple more bug fixes for the changelog, and add documentation on the missing record aware event api code

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542824 13f79535-47bb-0310-9956-ffa450edef68

17 years agoHSLF: readonly support for hyperlinks
Yegor Kozlov [Wed, 30 May 2007 11:56:46 +0000 (11:56 +0000)]
HSLF: readonly support for hyperlinks

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542804 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd a few of the recent changes to the chagelog, under the provisional 3.0.1 release tag
Nick Burch [Tue, 29 May 2007 18:10:11 +0000 (18:10 +0000)]
Add a few of the recent changes to the chagelog, under the provisional 3.0.1 release tag

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542605 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate Jakarta -> Apache in the build file, and update more of the site
Nick Burch [Tue, 29 May 2007 17:32:05 +0000 (17:32 +0000)]
Update Jakarta -> Apache in the build file, and update more of the site

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542597 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFurther updates to the site
Nick Burch [Tue, 29 May 2007 17:18:45 +0000 (17:18 +0000)]
Further updates to the site

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542593 13f79535-47bb-0310-9956-ffa450edef68

17 years agoStart on updating the site for Jakarta -> Apache
Nick Burch [Tue, 29 May 2007 16:51:41 +0000 (16:51 +0000)]
Start on updating the site for Jakarta -> Apache

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542587 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 38256: RuntimeException: Couldn't instantiate the class for type with id 0
Yegor Kozlov [Tue, 29 May 2007 08:32:56 +0000 (08:32 +0000)]
fixed bug 38256: RuntimeException: Couldn't instantiate the class for type with id 0

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542453 13f79535-47bb-0310-9956-ffa450edef68

17 years agosupport for text bullets
Yegor Kozlov [Mon, 28 May 2007 09:45:09 +0000 (09:45 +0000)]
support for text bullets

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542179 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape.getShap...
Yegor Kozlov [Sat, 26 May 2007 07:22:51 +0000 (07:22 +0000)]
fixed bug 42520: NPE in Picture.getPictureData() and bug 42524:  NPE in Shape.getShapeType(); Also changed the code to write messages to POILogger instead of System.err/System.out

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541867 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertions in...
Yegor Kozlov [Fri, 25 May 2007 13:03:26 +0000 (13:03 +0000)]
fixed bug 42486:  Failure parsing a seemingly valid PPT. Some of the assertions in ExHyperlink were too strong. Write to log instead of throwing exception

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541632 13f79535-47bb-0310-9956-ffa450edef68

17 years agoadded support for TitleMaster object
Yegor Kozlov [Fri, 25 May 2007 12:04:45 +0000 (12:04 +0000)]
added support for TitleMaster object

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541622 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 42484: NullPointerException from ShapeGroup.getAnchor()
Yegor Kozlov [Thu, 24 May 2007 12:09:34 +0000 (12:09 +0000)]
fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541281 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns
Yegor Kozlov [Thu, 24 May 2007 11:38:36 +0000 (11:38 +0000)]
fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541274 13f79535-47bb-0310-9956-ffa450edef68

17 years agothrow HSLFException instead of RuntimeException
Yegor Kozlov [Thu, 24 May 2007 11:05:24 +0000 (11:05 +0000)]
throw HSLFException instead of RuntimeException

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541267 13f79535-47bb-0310-9956-ffa450edef68

17 years agoreturn null instead of throwing exception when slide master is not found
Yegor Kozlov [Thu, 24 May 2007 11:04:22 +0000 (11:04 +0000)]
return null instead of throwing exception when slide master is not found

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541266 13f79535-47bb-0310-9956-ffa450edef68

17 years agoapplied patches from bug 42474: (1) Incorrect matching of notes to slides and (2...
Yegor Kozlov [Thu, 24 May 2007 07:52:04 +0000 (07:52 +0000)]
applied patches from bug 42474: (1) Incorrect matching of notes to slides and (2) NPE in RichTextRun.isBold() when the RichTextRun comes from a Notes model object

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541219 13f79535-47bb-0310-9956-ffa450edef68

17 years agoGive more guidance on where to put distribution files
Nick Burch [Tue, 22 May 2007 18:00:24 +0000 (18:00 +0000)]
Give more guidance on where to put distribution files

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540666 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate dates to ISO 8601 format, and copy data from changes to status
Nick Burch [Tue, 22 May 2007 17:39:34 +0000 (17:39 +0000)]
Update dates to ISO 8601 format, and copy data from changes to status

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540659 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate the release documentation to take account of voting on releasing artificats...
Nick Burch [Tue, 22 May 2007 11:56:48 +0000 (11:56 +0000)]
Update the release documentation to take account of voting on releasing artificats, and also how to do that without ending up with artificats containing the wrong version numbers or dates

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540546 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInitial version of a Missing Record Aware shim on HSSFListener. Includes limited...
Nick Burch [Fri, 18 May 2007 13:27:04 +0000 (13:27 +0000)]
Initial version of a Missing Record Aware shim on HSSFListener. Includes limited tests, but not yet any documentation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539462 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd some entity definitions that all our xdocs refer to, but which weren't there...
Nick Burch [Fri, 18 May 2007 13:19:12 +0000 (13:19 +0000)]
Add some entity definitions that all our xdocs refer to, but which weren't there. Allows our xdocs to validate with an external xml validator

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539454 13f79535-47bb-0310-9956-ffa450edef68

17 years agoIf the apparent location of the current user atom is past the end of the data, then...
Nick Burch [Fri, 18 May 2007 13:17:41 +0000 (13:17 +0000)]
If the apparent location of the current user atom is past the end of the data, then the file's clearly corrupt, so throw a better exception

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539453 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdates for 3.0 being released
Nick Burch [Fri, 18 May 2007 12:06:09 +0000 (12:06 +0000)]
Updates for 3.0 being released

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539409 13f79535-47bb-0310-9956-ffa450edef68

17 years agoHSLF docs updated: added a note on using HSLF when graphical environment is not avaiable tags/REL_3_0@536804 tags/REL_3_0_RC4@536804
Yegor Kozlov [Mon, 7 May 2007 17:09:31 +0000 (17:09 +0000)]
HSLF docs updated: added a note on using HSLF when graphical environment is not avaiable

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535929 13f79535-47bb-0310-9956-ffa450edef68

17 years agoHSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless mode...
Yegor Kozlov [Sun, 6 May 2007 15:35:39 +0000 (15:35 +0000)]
HSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless mode and added a note on how to read images from a workbook

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535623 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd a note about using Cocoon to do XML -> XLS, since people have been asking me...
Nick Burch [Fri, 4 May 2007 09:25:06 +0000 (09:25 +0000)]
Add a note about using Cocoon to do XML -> XLS, since people have been asking me about this

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535137 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate the changelog
Nick Burch [Thu, 3 May 2007 08:24:45 +0000 (08:24 +0000)]
Update the changelog

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@534753 13f79535-47bb-0310-9956-ffa450edef68

17 years agoTweak a few more elements in the pom
Nick Burch [Thu, 26 Apr 2007 09:50:28 +0000 (09:50 +0000)]
Tweak a few more elements in the pom

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@532687 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate issueTrackingUrl in maven pom
Nick Burch [Wed, 25 Apr 2007 10:37:14 +0000 (10:37 +0000)]
Update issueTrackingUrl in maven pom

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@532303 13f79535-47bb-0310-9956-ffa450edef68

17 years agoDetect, and report a meaningful error, if we come across an Office 2007 XML document
Nick Burch [Mon, 23 Apr 2007 10:45:49 +0000 (10:45 +0000)]
Detect, and report a meaningful error, if we come across an Office 2007 XML document

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@531419 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate the groupId to org.apache.poi, as per mavern guidelines
Nick Burch [Fri, 20 Apr 2007 11:43:31 +0000 (11:43 +0000)]
Update the groupId to org.apache.poi, as per mavern guidelines

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530749 13f79535-47bb-0310-9956-ffa450edef68

17 years agocleaning the code before release
Yegor Kozlov [Wed, 18 Apr 2007 14:22:55 +0000 (14:22 +0000)]
cleaning the code before release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530031 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed misc bugs in the hslf how-to doc
Yegor Kozlov [Wed, 18 Apr 2007 14:21:40 +0000 (14:21 +0000)]
fixed misc bugs in the hslf how-to doc

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530029 13f79535-47bb-0310-9956-ffa450edef68

17 years agoapplied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup
Yegor Kozlov [Mon, 16 Apr 2007 11:12:03 +0000 (11:12 +0000)]
applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529206 13f79535-47bb-0310-9956-ffa450edef68

17 years agotestcases for bugs 38266 and 40738
Yegor Kozlov [Mon, 16 Apr 2007 10:49:47 +0000 (10:49 +0000)]
testcases for bugs 38266 and 40738

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529197 13f79535-47bb-0310-9956-ffa450edef68

17 years agoapplied the patch submitted in Bug 41223: Simple image extraction for HSSFWorkbook
Yegor Kozlov [Mon, 16 Apr 2007 10:48:20 +0000 (10:48 +0000)]
applied the patch submitted in Bug 41223: Simple image extraction for HSSFWorkbook

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529196 13f79535-47bb-0310-9956-ffa450edef68

17 years agouse POILogger instead of System.err in hslf records. If users want verbose output...
Yegor Kozlov [Thu, 12 Apr 2007 07:40:15 +0000 (07:40 +0000)]
use POILogger instead of System.err in hslf records. If users want verbose output they should explicitly enable it through -Dorg.apache.poi.util.POILogger option. P.S. I think this should be done through the whole HSLF, i.e. no direct calls of System.out and Sysrtem.err

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@527820 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix for bug 41946: remember if the complex part of an array property is empty and...
Yegor Kozlov [Thu, 12 Apr 2007 07:36:13 +0000 (07:36 +0000)]
Fix for bug 41946: remember if the complex part of an array property is empty and write back the original empty data

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@527816 13f79535-47bb-0310-9956-ffa450edef68

17 years agoIt seems that some PPT files only have linkAtom + linkDetailsA for their ExHyperlink...
Nick Burch [Tue, 3 Apr 2007 10:13:20 +0000 (10:13 +0000)]
It seems that some PPT files only have linkAtom + linkDetailsA for their ExHyperlink, and miss the linkDetailsB. For those files, do the right thing

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@525127 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd in a clean step before compile in dist
Nick Burch [Mon, 2 Apr 2007 18:32:12 +0000 (18:32 +0000)]
Add in a clean step before compile in dist

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@524881 13f79535-47bb-0310-9956-ffa450edef68

17 years agoconvert from pixels (96dpi) to points(72dpi) when setting picture anchor tags/REL_3_0_RC3@524754
Yegor Kozlov [Fri, 30 Mar 2007 13:48:56 +0000 (13:48 +0000)]
convert from pixels (96dpi) to points(72dpi) when setting picture anchor

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@524085 13f79535-47bb-0310-9956-ffa450edef68

17 years agoApply Trejkax's fix from bug #41653, and do a whole load of tests for the HWPF pictur...
Nick Burch [Thu, 29 Mar 2007 17:36:37 +0000 (17:36 +0000)]
Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWPF picture stuff. Includes a stub test for the problem identified in bug #41898

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@523777 13f79535-47bb-0310-9956-ffa450edef68

17 years agoDon't NPE if we have a reference to a note, where there's no core record to go with...
Nick Burch [Thu, 29 Mar 2007 11:50:50 +0000 (11:50 +0000)]
Don't NPE if we have a reference to a note, where there's no core record to go with that note's RefID. Instead, just log it, and pretend the note wasn't there.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@523678 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 41384: Array index wrong in record creation tags/REL_3_0_RC2@523660
Yegor Kozlov [Wed, 21 Mar 2007 14:04:32 +0000 (14:04 +0000)]
fixed bug 41384: Array index wrong in record creation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520893 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed bug 41761: NPE when serializing a workbook with empty rows
Yegor Kozlov [Tue, 20 Mar 2007 14:59:29 +0000 (14:59 +0000)]
fixed bug 41761: NPE when serializing a workbook with empty rows

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520416 13f79535-47bb-0310-9956-ffa450edef68

17 years agoexcluded rich text and outlines from POI 2.5 limitations
Yegor Kozlov [Tue, 20 Mar 2007 14:04:49 +0000 (14:04 +0000)]
excluded rich text and outlines from POI 2.5 limitations

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520398 13f79535-47bb-0310-9956-ffa450edef68

17 years agoimproved work with cell comments
Yegor Kozlov [Mon, 12 Mar 2007 15:43:14 +0000 (15:43 +0000)]
improved work with cell comments

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@517261 13f79535-47bb-0310-9956-ffa450edef68

17 years agofix amateur hour coding mistake tags/REL_3_0_RC1@516901
Andrew C. Oliver [Fri, 2 Mar 2007 03:48:55 +0000 (03:48 +0000)]
fix amateur hour coding mistake

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513609 13f79535-47bb-0310-9956-ffa450edef68

17 years agohttp://issues.apache.org/bugzilla/show_bug.cgi?id=40548
Andrew C. Oliver [Fri, 2 Mar 2007 03:13:13 +0000 (03:13 +0000)]
http://issues.apache.org/bugzilla/show_bug.cgi?id=40548

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513605 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAllow user defined named ranges. Calling super doesn't seem to break anything and...
Andrew C. Oliver [Fri, 2 Mar 2007 02:53:06 +0000 (02:53 +0000)]
Allow user defined named ranges.  Calling super doesn't seem to break anything and throwing the
exception prevents writing rationale files with user defined named ranges...  Open to discussion
if anyone knows why we're being so fickle here...

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513604 13f79535-47bb-0310-9956-ffa450edef68

17 years agoIf the username length in the CurrentUserAtom is clearly wrong, treat it as if there...
Nick Burch [Thu, 1 Mar 2007 15:59:56 +0000 (15:59 +0000)]
If the username length in the CurrentUserAtom is clearly wrong, treat it as if there was no username, rather than giving an ArrayIndexOutOfBoundsException

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513391 13f79535-47bb-0310-9956-ffa450edef68

17 years agonot autofit for formula cells
Yegor Kozlov [Mon, 26 Feb 2007 17:17:26 +0000 (17:17 +0000)]
not autofit for formula cells

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@511909 13f79535-47bb-0310-9956-ffa450edef68

17 years agosupport for auto-sizing worksheet columns
Yegor Kozlov [Tue, 13 Feb 2007 16:25:55 +0000 (16:25 +0000)]
support for auto-sizing worksheet columns

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@507076 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanging attributes of existing cell comments is reflected after save
Yegor Kozlov [Wed, 31 Jan 2007 16:14:23 +0000 (16:14 +0000)]
changing attributes of existing cell comments is reflected after save

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501875 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMake this compile for me.
Rainer Klute [Tue, 30 Jan 2007 05:49:04 +0000 (05:49 +0000)]
Make this compile for me.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501314 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd svn properties
Mark Thomas [Thu, 18 Jan 2007 00:38:57 +0000 (00:38 +0000)]
Add svn properties

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497268 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemove copyright since it is now in NOTICE file and add XML declaration
Mark Thomas [Thu, 18 Jan 2007 00:37:19 +0000 (00:37 +0000)]
Remove copyright since it is now in NOTICE file and add XML declaration

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497267 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd ExObjList support
Nick Burch [Wed, 17 Jan 2007 18:09:24 +0000 (18:09 +0000)]
Add ExObjList support

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497107 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd ExHyperlink tests against a real file
Nick Burch [Wed, 17 Jan 2007 17:12:26 +0000 (17:12 +0000)]
Add ExHyperlink tests against a real file

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497090 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd support for ExHyperlink and ExHyperlinkAtom
Nick Burch [Wed, 17 Jan 2007 16:59:45 +0000 (16:59 +0000)]
Add support for ExHyperlink and ExHyperlinkAtom

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497079 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSupport InteractiveInfo, the parent of InteractiveInfoAtom
Nick Burch [Wed, 17 Jan 2007 16:17:46 +0000 (16:17 +0000)]
Support InteractiveInfo, the parent of InteractiveInfoAtom

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497061 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInitial, basic support for InteractiveInfoAtom
Nick Burch [Wed, 17 Jan 2007 16:05:26 +0000 (16:05 +0000)]
Initial, basic support for InteractiveInfoAtom

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497058 13f79535-47bb-0310-9956-ffa450edef68

17 years agoadded a single space in an irrelevant place
Andrew C. Oliver [Wed, 17 Jan 2007 06:10:04 +0000 (06:10 +0000)]
added a single space in an irrelevant place

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496940 13f79535-47bb-0310-9956-ffa450edef68