summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* throw exception when the maximum number of fonts was exceededYegor Kozlov2007-11-061-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@592520 13f79535-47bb-0310-9956-ffa450edef68
* improved handling rotated text in HSSFSheet.autoSizeColumnYegor Kozlov2007-11-061-43/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@592519 13f79535-47bb-0310-9956-ffa450edef68
* fixed a silly typo in the method signature. It should be ↵Yegor Kozlov2007-11-031-5/+5
| | | | | | HFFSPicture.getPreferredSize(), not HFFSPicture.getPrefferedSize() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591667 13f79535-47bb-0310-9956-ffa450edef68
* Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff ↵Yegor Kozlov2007-11-031-4/+42
| | | | | | Williams. See Bug 43751 for details. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591666 13f79535-47bb-0310-9956-ffa450edef68
* Implement an Excel text extractor, and put all the existing text extractors ↵Nick Burch2007-10-272-0/+193
| | | | | | under a common superclass, so they're easier to find and use git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589224 13f79535-47bb-0310-9956-ffa450edef68
* In FormulaParser, add in non-static methods too for toFormulaString, which ↵Nick Burch2007-10-151-2/+22
| | | | | | use the existing Workbook. Also tweak licence notice for hdgf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584788 13f79535-47bb-0310-9956-ffa450edef68
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ↵Nick Burch2007-10-152-5/+12
| | | | | | convenience method on HSSFFormulaEvaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584721 13f79535-47bb-0310-9956-ffa450edef68
* HSSFPicture.resize() - a handy method to reset a picture to its original ↵Yegor Kozlov2007-10-014-10/+140
| | | | | | width and height git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581029 13f79535-47bb-0310-9956-ffa450edef68
* Fix True/False function arguments (from Pavel, bug #43496Nick Burch2007-09-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@580015 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Pavel Krupets for Excel Bug Date (1900/2/29)Nick Burch2007-09-251-23/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579194 13f79535-47bb-0310-9956-ffa450edef68
* Allow HSSFSheet to get at its parent workbook, and add ↵Nick Burch2007-09-242-12/+29
| | | | | | HSSFWorkbook.getSheetIndex(HSSFSheet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578795 13f79535-47bb-0310-9956-ffa450edef68
* Update POIDocument to use POILoggerNick Burch2007-09-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577317 13f79535-47bb-0310-9956-ffa450edef68
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-66/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577314 13f79535-47bb-0310-9956-ffa450edef68
* Move POIDocument out of the scratchpadNick Burch2007-09-191-0/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577259 13f79535-47bb-0310-9956-ffa450edef68
* Fix for cell references on rows > 32768 (bug #43399)Nick Burch2007-09-181-1/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576939 13f79535-47bb-0310-9956-ffa450edef68
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ↵Nick Burch2007-09-181-54/+83
| | | | | | (Bug #43410) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576855 13f79535-47bb-0310-9956-ffa450edef68
* Fix for rows between 32767 and 65536, don't incorrectly cast to a short ↵Nick Burch2007-09-171-3/+5
| | | | | | (fixes #43401) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576519 13f79535-47bb-0310-9956-ffa450edef68
* Add a note on autoSizeColumn being a somewhat slow opperation. Update the ↵Nick Burch2007-09-171-0/+4
| | | | | | 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-131-11/+7
| | | | | | 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-111-17/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@574589 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-085-1/+342
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573878 13f79535-47bb-0310-9956-ffa450edef68
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). ↵Yegor Kozlov2007-08-267-14/+590
| | | | | | 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-262-38/+71
| | | | | | 4111 characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569821 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #42844 - Include some of the crazy continue record handling that ↵Nick Burch2007-08-231-5/+35
| | | | | | 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-231-0/+7
| | | | | | 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
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ↵Nick Burch2007-08-151-1/+1
| | | | | | 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-153-8/+27
| | | | | | 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
* 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-092-8/+37
| | | | | | 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-091-0/+8
| | | | | | more useful error. Plus test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564219 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFDateUtil.isCellDateFormatted make use of ↵Nick Burch2007-08-063-4/+61
| | | | | | 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-031-4/+4
| | | | 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
* keep the javadoc compiler quietYegor Kozlov2007-07-024-9/+8
| | | | 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-025-30/+208
| | | | | | | 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-295-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551908 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
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-261-1/+1
| | | | 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
* 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
* Add a new method on HSSFDateUtil of isADateFormat, which will cope with both ↵Nick Burch2007-06-171-2/+38
| | | | | | 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
* 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
* 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
* Detect, and report a meaningful error, if we come across an Office 2007 XML ↵Nick Burch2007-04-232-0/+44
| | | | | | document git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@531419 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
* applied the patch submitted in Bug 41223: Simple image extraction for ↵Yegor Kozlov2007-04-162-11/+174
| | | | | | HSSFWorkbook git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529196 13f79535-47bb-0310-9956-ffa450edef68