summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert to use POIDocumentNick Burch2007-09-171-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576507 13f79535-47bb-0310-9956-ffa450edef68
* When writing out a HSLF file, optionally also write out all the different ↵Nick Burch2007-09-174-1/+125
| | | | | | OLE2 streams, and not just the normal HSLF related ones git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576505 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that evaluateInCell sets the underlying cell type properly (fix from ↵Nick Burch2007-09-171-0/+3
| | | | | | Pavel Krupets) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576504 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of the Day function from Pavel KrupetsNick Burch2007-09-171-5/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576492 13f79535-47bb-0310-9956-ffa450edef68
* Fix the indenting on write(), which has been messed up for an ageNick Burch2007-09-171-81/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576475 13f79535-47bb-0310-9956-ffa450edef68
* Add a note on autoSizeColumn being a somewhat slow opperation. Update the ↵Nick Burch2007-09-173-0/+14
| | | | | | status log git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576351 13f79535-47bb-0310-9956-ffa450edef68
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ↵Yegor Kozlov2007-09-133-11/+25
| | | | | | that happen to be continued. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@575406 13f79535-47bb-0310-9956-ffa450edef68
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-112-18/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@574589 13f79535-47bb-0310-9956-ffa450edef68
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-093-6/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573955 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-086-16/+375
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573878 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-0810-22/+847
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573872 13f79535-47bb-0310-9956-ffa450edef68
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). ↵Yegor Kozlov2007-08-2610-18/+593
| | | | | | See Bug 43125 for details. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569827 13f79535-47bb-0310-9956-ffa450edef68
* fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of ↵Yegor Kozlov2007-08-263-38/+191
| | | | | | 4111 characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569821 13f79535-47bb-0310-9956-ffa450edef68
* Changelog updateNick Burch2007-08-232-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569102 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #42844 - Include some of the crazy continue record handling that ↵Nick Burch2007-08-233-5/+123
| | | | | | we have in RecordFactory into HSSFEventFactory, so that we can handle when records aren't immediately followed by their continue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569101 13f79535-47bb-0310-9956-ffa450edef68
* When writing out a workbook, skip a WORKBOOK stream (if there is one), since ↵Nick Burch2007-08-232-0/+77
| | | | | | we always write out as Workbook + test (bug #43055) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569082 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)Nick Burch2007-08-232-3/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569062 13f79535-47bb-0310-9956-ffa450edef68
* When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOBNick Burch2007-08-231-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@568949 13f79535-47bb-0310-9956-ffa450edef68
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-152-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566198 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ↵Nick Burch2007-08-155-1/+29
| | | | | | documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566196 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #43108 - when fetching system properties, use sensible ↵Nick Burch2007-08-155-8/+29
| | | | | | defaults if we're not able to access them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566183 13f79535-47bb-0310-9956-ffa450edef68
* Patch from David Law in bug #43093 - handle Area3D formula references that ↵Nick Burch2007-08-154-3/+49
| | | | | | refer to a different sheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566157 13f79535-47bb-0310-9956-ffa450edef68
* Bug 43090: autoSizeColumn can calculate negative sizes for the column width ↵Yegor Kozlov2007-08-101-0/+3
| | | | | | due to a cast from integer to short git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564689 13f79535-47bb-0310-9956-ffa450edef68
* Further enhancements to Font Metrics support, wrt fonts with bold/italic ↵Nick Burch2007-08-093-8/+46
| | | | | | varients, such as dialog (plus tests) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564263 13f79535-47bb-0310-9956-ffa450edef68
* If the Escher layer is asked to draw text with an invalid font, throw a much ↵Nick Burch2007-08-092-0/+22
| | | | | | more useful error. Plus test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564219 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: ↵Yegor Kozlov2007-08-063-5/+34
| | | | | | UserEditAtom.MaxPersistWritten wasn't updated when adding new slides. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563185 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFDateUtil.isCellDateFormatted make use of ↵Nick Burch2007-08-067-5/+145
| | | | | | HSSFDateUtils.isADateFormat. A few improvements to isADateFormat, and to HSSFCellStyle to allow calling of it. Plus tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563129 13f79535-47bb-0310-9956-ffa450edef68
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-032-4/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@562536 13f79535-47bb-0310-9956-ffa450edef68
* you can now protect files with writeProtectWorkbookAndrew C. Oliver2007-07-186-6/+322
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@557333 13f79535-47bb-0310-9956-ffa450edef68
* Add stub hsmf documentationNick Burch2007-07-093-0/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554782 13f79535-47bb-0310-9956-ffa450edef68
* Initial HSMF (outlook) support from TravisNick Burch2007-07-0915-0/+989
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554774 13f79535-47bb-0310-9956-ffa450edef68
* Update the homepage for 3.0.1 releaseNick Burch2007-07-061-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@553874 13f79535-47bb-0310-9956-ffa450edef68
* Update the changelog with a couple of thingsNick Burch2007-07-022-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552532 13f79535-47bb-0310-9956-ffa450edef68
* keep the javadoc compiler quietYegor Kozlov2007-07-0212-20/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552525 13f79535-47bb-0310-9956-ffa450edef68
* oops...forgot theseAndrew C. Oliver2007-07-022-0/+259
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552522 13f79535-47bb-0310-9956-ffa450edef68
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-026-30/+224
| | | | | | | already :-) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552425 13f79535-47bb-0310-9956-ffa450edef68
* Yet more javadoc fixesNick Burch2007-06-2920-63/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551914 13f79535-47bb-0310-9956-ffa450edef68
* Lots more javadoc warning fixesNick Burch2007-06-29129-563/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551912 13f79535-47bb-0310-9956-ffa450edef68
* Some more fixes for javadoc warningsNick Burch2007-06-2922-80/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551908 13f79535-47bb-0310-9956-ffa450edef68
* Fix a whole slew of javadoc warningsNick Burch2007-06-29208-832/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551903 13f79535-47bb-0310-9956-ffa450edef68
* Several TLP tweaks and typo fixes in the documentation. Update the changelog ↵Nick Burch2007-06-2711-10/+160
| | | | | | 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
* Include a test for the text extraction code. Update code to use POILogger ↵Nick Burch2007-06-275-6/+140
| | | | | | 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
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-2710-4/+224
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551258 13f79535-47bb-0310-9956-ffa450edef68
* Restored the cast: JDK 1.4 needs it. :-(Rainer Klute2007-06-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550886 13f79535-47bb-0310-9956-ffa450edef68
* fixed [Bug 42677] - HSLF SlideShow write() issues on tablesYegor Kozlov2007-06-262-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550731 13f79535-47bb-0310-9956-ffa450edef68
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-265-4/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550726 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary cast.Rainer Klute2007-06-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550566 13f79535-47bb-0310-9956-ffa450edef68
* move poi to top levelJoe Schaefer2007-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550311 13f79535-47bb-0310-9956-ffa450edef68
* Consistency check added when reading property set stream. An ↵Rainer Klute2007-06-231-0/+24
| | | | | | 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
* Make a start on processing the commands within the chunks, and their values. ↵Nick Burch2007-06-214-3/+203
| | | | | | Includes some tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549616 13f79535-47bb-0310-9956-ffa450edef68