summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move poi to top levelREL_3_0_RC4Joe Schaefer2007-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_0_RC4@550311 13f79535-47bb-0310-9956-ffa450edef68
* Tag as RC4Nick Burch2007-05-100-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_3_0_RC4@536805 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
* Add in a clean step before compile in distNick Burch2007-04-021-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@524881 13f79535-47bb-0310-9956-ffa450edef68
* convert from pixels (96dpi) to points(72dpi) when setting picture anchorYegor Kozlov2007-03-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@524085 13f79535-47bb-0310-9956-ffa450edef68
* Apply Trejkax's fix from bug #41653, and do a whole load of tests for the ↵Nick Burch2007-03-293-5/+163
| | | | | | 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
* Don't NPE if we have a reference to a note, where there's no core record to ↵Nick Burch2007-03-293-13/+45
| | | | | | 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
* fixed bug 41384: Array index wrong in record creationYegor Kozlov2007-03-213-1/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520893 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-203-7/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520416 13f79535-47bb-0310-9956-ffa450edef68
* excluded rich text and outlines from POI 2.5 limitationsYegor Kozlov2007-03-201-14/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520398 13f79535-47bb-0310-9956-ffa450edef68
* improved work with cell commentsYegor Kozlov2007-03-124-37/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@517261 13f79535-47bb-0310-9956-ffa450edef68
* fix amateur hour coding mistake Andrew C. Oliver2007-03-021-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513609 13f79535-47bb-0310-9956-ffa450edef68
* http://issues.apache.org/bugzilla/show_bug.cgi?id=40548Andrew C. Oliver2007-03-021-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@513605 13f79535-47bb-0310-9956-ffa450edef68
* Allow user defined named ranges. Calling super doesn't seem to break ↵Andrew C. Oliver2007-03-021-1/+4
| | | | | | | | | | 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
* If the username length in the CurrentUserAtom is clearly wrong, treat it as ↵Nick Burch2007-03-011-2/+13
| | | | | | 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
* not autofit for formula cellsYegor Kozlov2007-02-261-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@511909 13f79535-47bb-0310-9956-ffa450edef68
* support for auto-sizing worksheet columnsYegor Kozlov2007-02-132-22/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@507076 13f79535-47bb-0310-9956-ffa450edef68
* changing attributes of existing cell comments is reflected after saveYegor Kozlov2007-01-313-5/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501875 13f79535-47bb-0310-9956-ffa450edef68
* Make this compile for me.Rainer Klute2007-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501314 13f79535-47bb-0310-9956-ffa450edef68
* Add svn propertiesMark Thomas2007-01-180-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497268 13f79535-47bb-0310-9956-ffa450edef68
* Remove copyright since it is now in NOTICE file and add XML declarationMark Thomas2007-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497267 13f79535-47bb-0310-9956-ffa450edef68
* Add ExObjList supportNick Burch2007-01-178-7/+430
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497107 13f79535-47bb-0310-9956-ffa450edef68
* Add ExHyperlink tests against a real fileNick Burch2007-01-172-2/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497090 13f79535-47bb-0310-9956-ffa450edef68
* Add support for ExHyperlink and ExHyperlinkAtomNick Burch2007-01-177-3/+474
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497079 13f79535-47bb-0310-9956-ffa450edef68
* Support InteractiveInfo, the parent of InteractiveInfoAtomNick Burch2007-01-173-1/+185
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497061 13f79535-47bb-0310-9956-ffa450edef68
* Initial, basic support for InteractiveInfoAtomNick Burch2007-01-174-1/+278
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@497058 13f79535-47bb-0310-9956-ffa450edef68
* added a single space in an irrelevant placeAndrew C. Oliver2007-01-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496940 13f79535-47bb-0310-9956-ffa450edef68
* Tweak comments and variable names, to make the wacky colour stuff as BGR not ↵Nick Burch2007-01-161-4/+6
| | | | | | RGB clearer git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496782 13f79535-47bb-0310-9956-ffa450edef68
* testcases for still unfixed bugsAvik Sengupta2007-01-163-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496739 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for bugs. Thanks YegorAvik Sengupta2007-01-1614-1/+331
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496633 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/documentation/content directoryMark Thomas2007-01-15102-402/+2136
| | | | | | | Add svn properties where not present git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496536 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/documentation/skins directoryMark Thomas2007-01-1521-17/+372
| | | | | | | Add XML declaration where not present git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496534 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/types directoryMark Thomas2007-01-1510-28/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496533 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/testcases directoryMark Thomas2007-01-157-0/+112
| | | | | | Set svn properties where not already set git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496532 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/resources directoryMark Thomas2007-01-153-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496531 13f79535-47bb-0310-9956-ffa450edef68