summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move poi to top levelREL_3_0_1_RC2Joe Schaefer2007-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_0_1_RC2@550311 13f79535-47bb-0310-9956-ffa450edef68
* Tag as 3.0.1 RC2Nick Burch2007-06-085-79/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_3_0_1_RC2@545502 13f79535-47bb-0310-9956-ffa450edef68
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-0617-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544742 13f79535-47bb-0310-9956-ffa450edef68
* Replace the single method JavaDoc copied from the JDK with our own ↵Nick Burch2007-06-042-16/+34
| | | | | | 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
* Fix two broken linksNick Burch2007-06-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544172 13f79535-47bb-0310-9956-ffa450edef68
* Add a few more updates to the change logNick Burch2007-06-042-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544165 13f79535-47bb-0310-9956-ffa450edef68
* http://issues.apache.org/bugzilla/show_bug.cgi?id=23951Andrew C. Oliver2007-06-042-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544151 13f79535-47bb-0310-9956-ffa450edef68
* Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changesNick Burch2007-06-0130-37/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543466 13f79535-47bb-0310-9956-ffa450edef68
* Update the group and project logo to account for TLPNick Burch2007-06-019-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543456 13f79535-47bb-0310-9956-ffa450edef68
* encode unicode chars in HSLF unit testsYegor Kozlov2007-06-012-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543411 13f79535-47bb-0310-9956-ffa450edef68
* Update the main .pom file based on advice from the repos team. Include the ↵Nick Burch2007-05-314-7/+105
| | | | | | 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
* A couple more bug fixes for the changelog, and add documentation on the ↵Nick Burch2007-05-303-27/+97
| | | | | | missing record aware event api code git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542824 13f79535-47bb-0310-9956-ffa450edef68
* HSLF: readonly support for hyperlinksYegor Kozlov2007-05-3020-108/+934
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542804 13f79535-47bb-0310-9956-ffa450edef68
* Add a few of the recent changes to the chagelog, under the provisional 3.0.1 ↵Nick Burch2007-05-292-0/+14
| | | | | | release tag git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542605 13f79535-47bb-0310-9956-ffa450edef68
* Update Jakarta -> Apache in the build file, and update more of the siteNick Burch2007-05-298-48/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542597 13f79535-47bb-0310-9956-ffa450edef68
* Further updates to the siteNick Burch2007-05-298-13/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542593 13f79535-47bb-0310-9956-ffa450edef68
* Start on updating the site for Jakarta -> ApacheNick Burch2007-05-297-27/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542587 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 38256: RuntimeException: Couldn't instantiate the class for type ↵Yegor Kozlov2007-05-293-3/+63
| | | | | | with id 0 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542453 13f79535-47bb-0310-9956-ffa450edef68
* support for text bulletsYegor Kozlov2007-05-2810-51/+349
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542179 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in ↵Yegor Kozlov2007-05-268-16/+117
| | | | | | 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
* fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the ↵Yegor Kozlov2007-05-253-23/+29
| | | | | | 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
* added support for TitleMaster objectYegor Kozlov2007-05-2518-374/+617
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541622 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()Yegor Kozlov2007-05-242-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541281 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRunsYegor Kozlov2007-05-243-4/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541274 13f79535-47bb-0310-9956-ffa450edef68
* throw HSLFException instead of RuntimeExceptionYegor Kozlov2007-05-2413-63/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541267 13f79535-47bb-0310-9956-ffa450edef68
* return null instead of throwing exception when slide master is not foundYegor Kozlov2007-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@541266 13f79535-47bb-0310-9956-ffa450edef68
* applied patches from bug 42474: (1) Incorrect matching of notes to slides ↵Yegor Kozlov2007-05-246-30/+97
| | | | | | 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
* Give more guidance on where to put distribution filesNick Burch2007-05-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540666 13f79535-47bb-0310-9956-ffa450edef68
* Update dates to ISO 8601 format, and copy data from changes to statusNick Burch2007-05-222-36/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540659 13f79535-47bb-0310-9956-ffa450edef68
* Update the release documentation to take account of voting on releasing ↵Nick Burch2007-05-221-7/+27
| | | | | | 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
* Initial version of a Missing Record Aware shim on HSSFListener. Includes ↵Nick Burch2007-05-186-0/+733
| | | | | | 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
* Add some entity definitions that all our xdocs refer to, but which weren't ↵Nick Burch2007-05-185-0/+417
| | | | | | 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
* If the apparent location of the current user atom is past the end of the ↵Nick Burch2007-05-181-0/+6
| | | | | | 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
* Updates for 3.0 being releasedNick Burch2007-05-183-9/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539409 13f79535-47bb-0310-9956-ffa450edef68
* HSLF docs updated: added a note on using HSLF when graphical environment is ↵Yegor Kozlov2007-05-071-0/+7
| | | | | | not avaiable git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535929 13f79535-47bb-0310-9956-ffa450edef68
* HSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in ↵Yegor Kozlov2007-05-061-4/+25
| | | | | | 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
* Add a note about using Cocoon to do XML -> XLS, since people have been ↵Nick Burch2007-05-041-0/+8
| | | | | | asking me about this git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535137 13f79535-47bb-0310-9956-ffa450edef68
* Update the changelogNick Burch2007-05-031-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@534753 13f79535-47bb-0310-9956-ffa450edef68
* Tweak a few more elements in the pomNick Burch2007-04-261-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@532687 13f79535-47bb-0310-9956-ffa450edef68
* Update issueTrackingUrl in maven pomNick Burch2007-04-251-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@532303 13f79535-47bb-0310-9956-ffa450edef68
* Detect, and report a meaningful error, if we come across an Office 2007 XML ↵Nick Burch2007-04-234-0/+94
| | | | | | document git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@531419 13f79535-47bb-0310-9956-ffa450edef68
* Update the groupId to org.apache.poi, as per mavern guidelinesNick Burch2007-04-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530749 13f79535-47bb-0310-9956-ffa450edef68
* cleaning the code before releaseYegor Kozlov2007-04-182-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530031 13f79535-47bb-0310-9956-ffa450edef68
* fixed misc bugs in the hslf how-to docYegor Kozlov2007-04-181-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530029 13f79535-47bb-0310-9956-ffa450edef68
* applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroupYegor Kozlov2007-04-161-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529206 13f79535-47bb-0310-9956-ffa450edef68
* testcases for bugs 38266 and 40738Yegor Kozlov2007-04-163-1/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529197 13f79535-47bb-0310-9956-ffa450edef68
* applied the patch submitted in Bug 41223: Simple image extraction for ↵Yegor Kozlov2007-04-163-11/+249
| | | | | | HSSFWorkbook git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529196 13f79535-47bb-0310-9956-ffa450edef68
* use POILogger instead of System.err in hslf records. If users want verbose ↵Yegor Kozlov2007-04-126-9/+23
| | | | | | 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
* Fix for bug 41946: remember if the complex part of an array property is ↵Yegor Kozlov2007-04-122-10/+101
| | | | | | 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
* It seems that some PPT files only have linkAtom + linkDetailsA for their ↵Nick Burch2007-04-031-6/+19
| | | | | | 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