summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-091-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610328 13f79535-47bb-0310-9956-ffa450edef68
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to ↵Nick Burch2008-01-086-20/+57
| | | | | | Non-Shared Formula - tracked down to a signed vs unsigned byte issue! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610216 13f79535-47bb-0310-9956-ffa450edef68
* Support for unicode named named ranges (patch and test from bug #42033)Nick Burch2008-01-081-19/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610082 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #34023 - when shifting rows, update the any formula references to ↵Nick Burch2008-01-081-6/+47
| | | | | | those rows to point to their new location git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610072 13f79535-47bb-0310-9956-ffa450edef68
* Add a new method onto AreaReference to get all the cells referenced, not ↵Nick Burch2008-01-083-1/+42
| | | | | | just the corners. Includes tests for this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610048 13f79535-47bb-0310-9956-ffa450edef68
* Extend named range support in formulas to include non-contiguous named rangesNick Burch2008-01-082-16/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610026 13f79535-47bb-0310-9956-ffa450edef68
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-081-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610016 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-083-0/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609942 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #44167 - patch from Paolo MottadelliNick Burch2008-01-082-12/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609924 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44070 - patch from Gian Carlo PaceNick Burch2008-01-071-1/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609620 13f79535-47bb-0310-9956-ffa450edef68
* Improve the javadocs for font and fill related colourings, and add another ↵Nick Burch2008-01-022-22/+29
| | | | | | tests to check it all works as expected git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608132 13f79535-47bb-0310-9956-ffa450edef68
* fix reopen of bug 42999: incorrect AnchorHeight calculations in ↵Yegor Kozlov2007-12-241-2/+2
| | | | | | HSSFClientAnchor.getAnchorHeightInPoints git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606684 13f79535-47bb-0310-9956-ffa450edef68
* Support 1904 date windowing, in addition to 1900 date windowing (patch from ↵Nick Burch2007-12-042-37/+53
| | | | | | bug #43551) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601004 13f79535-47bb-0310-9956-ffa450edef68
* String Continue records support (with test), from bug #41064Nick Burch2007-12-043-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600995 13f79535-47bb-0310-9956-ffa450edef68
* SBAT fix from bug #11744Nick Burch2007-12-042-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600916 13f79535-47bb-0310-9956-ffa450edef68
* Usermodel support for the datavalidation code, and tests for it (bug 27511)Nick Burch2007-12-031-0/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600544 13f79535-47bb-0310-9956-ffa450edef68
* More code from bug #27511, now ported to the new style record codeNick Burch2007-12-033-13/+603
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600519 13f79535-47bb-0310-9956-ffa450edef68
* Start on importing validation patches from bug #27511 (DVRecord still needs ↵Nick Burch2007-12-033-0/+882
| | | | | | more work before it can go in) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600513 13f79535-47bb-0310-9956-ffa450edef68
* fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE recordsYegor Kozlov2007-11-232-5/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597654 13f79535-47bb-0310-9956-ffa450edef68
* Preserve unread bytes when serializing the recordYegor Kozlov2007-11-231-7/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597653 13f79535-47bb-0310-9956-ffa450edef68
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid ↵Nick Burch2007-11-121-0/+8
| | | | | | data, rather than writing out a corrupt file (bug #43807) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594320 13f79535-47bb-0310-9956-ffa450edef68
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-121-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594316 13f79535-47bb-0310-9956-ffa450edef68
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-122-1/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594307 13f79535-47bb-0310-9956-ffa450edef68
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-121-4/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594102 13f79535-47bb-0310-9956-ffa450edef68
* Support getting and setting as int, as well as short (bug #43648)Nick Burch2007-11-121-2/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594097 13f79535-47bb-0310-9956-ffa450edef68
* 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