summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
* Rich text in HSSFTextbox must have at least one format run. Make sure it is ↵Yegor Kozlov2008-04-161-0/+3
| | | | | | so and apply th default fopnt if no formats were applied. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648623 13f79535-47bb-0310-9956-ffa450edef68
* Conditional Formatting (30311) - API improvements, added ↵Josh Micich2008-04-158-241/+399
| | | | | | HSSFSheetConditionalFormatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648334 13f79535-47bb-0310-9956-ffa450edef68
* Nice and small change here... Update the formula parser code to use ↵Nick Burch2008-04-1564-195/+227
| | | | | | usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648303 13f79535-47bb-0310-9956-ffa450edef68
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-144-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647824 13f79535-47bb-0310-9956-ffa450edef68
* Switch to using our own logger, rather than the commons oneNick Burch2008-04-141-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647738 13f79535-47bb-0310-9956-ffa450edef68
* Finish off eventusermodel based Excel Extractor, and update the xls to csv ↵Nick Burch2008-04-131-1/+17
| | | | | | converter (moved to correct place) based on discoveries for the text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647576 13f79535-47bb-0310-9956-ffa450edef68
* Start on a eventusermodel based excel text extractorNick Burch2008-04-131-0/+260
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647574 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo and formatting in class javadocJosh Micich2008-04-112-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647278 13f79535-47bb-0310-9956-ffa450edef68
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, ↵Nick Burch2008-04-112-5/+106
| | | | | | and allow reading embeded documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647186 13f79535-47bb-0310-9956-ffa450edef68
* Improve how POIFS works with directory entries, and update HWPFDocument to ↵Nick Burch2008-04-104-12/+43
| | | | | | support reading an embeded word document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646870 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-103-8/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646854 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and ↵Josh Micich2008-04-104-26/+196
| | | | | | CRNRecord. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646666 13f79535-47bb-0310-9956-ffa450edef68
* Implement a proxy HSSFListener which tracks the format records, and lets you ↵Nick Burch2008-04-091-0/+117
| | | | | | lookup the format string for a given cell. Convert the xls to csv example to use it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646405 13f79535-47bb-0310-9956-ffa450edef68
* Provide a common ole2 implementation of POITextExtractor, which gives access ↵Nick Burch2008-04-092-2/+55
| | | | | | to the document metadata git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646312 13f79535-47bb-0310-9956-ffa450edef68
* some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ↵Josh Micich2008-04-092-558/+502
| | | | | | match Excel. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646194 13f79535-47bb-0310-9956-ffa450edef68
* 30311 - More work on Conditional Formatting - patch from DmitriyJosh Micich2008-04-076-266/+299
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645352 13f79535-47bb-0310-9956-ffa450edef68
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@645348 13f79535-47bb-0310-9956-ffa450edef68
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a ↵Josh Micich2008-04-031-3/+3
| | | | | | bug and wasn't yet included in the test suite hierarchy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644509 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 44739 - Conditional formatting (regions with max row/col index)Josh Micich2008-04-032-43/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@644473 13f79535-47bb-0310-9956-ffa450edef68
* Fixed inconsistency between HSSFSHeet.getColumnWidth and ↵Yegor Kozlov2008-04-021-5/+7
| | | | | | HSSFSheet.getDefaultColumnWidth: getColumnWidth should always return width measured in 1/256th units. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643834 13f79535-47bb-0310-9956-ffa450edef68
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-022-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643670 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION recordJosh Micich2008-04-011-15/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643654 13f79535-47bb-0310-9956-ffa450edef68
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3110-63/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642904 13f79535-47bb-0310-9956-ffa450edef68
* silenced noisy testsJosh Micich2008-03-311-27/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642891 13f79535-47bb-0310-9956-ffa450edef68
* More work on Conditional Formatting (bug 30311) junit and fixes from ↵Josh Micich2008-03-318-1221/+1295
| | | | | | Dmitriy. Some other clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642878 13f79535-47bb-0310-9956-ffa450edef68
* Count implementation from ooxml branchNick Burch2008-03-301-2/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642737 13f79535-47bb-0310-9956-ffa450edef68
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29338-0/+19929
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642574 13f79535-47bb-0310-9956-ffa450edef68
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-294-0/+361
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642566 13f79535-47bb-0310-9956-ffa450edef68
* annotated previous changelist(641964) with wrong buzilla number. Previous ↵Josh Micich2008-03-271-1/+1
| | | | | | changes were for bug #44695. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641967 13f79535-47bb-0310-9956-ffa450edef68
* fixes for ExternalNameRecord serialisation bug #44691Josh Micich2008-03-271-135/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641964 13f79535-47bb-0310-9956-ffa450edef68
* patch 44675 - made POI capable of recognising var-args functions. Some ↵Josh Micich2008-03-268-781/+436
| | | | | | related fixes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641185 13f79535-47bb-0310-9956-ffa450edef68
* more javadoc + clean-up from Dmitriy (bug 30311 att 21711)Josh Micich2008-03-263-488/+523
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641157 13f79535-47bb-0310-9956-ffa450edef68
* Added class javadoc. Patch 30311 from Dmtriy.Josh Micich2008-03-251-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@640711 13f79535-47bb-0310-9956-ffa450edef68
* sort to int conversion sign extension fixJosh Micich2008-03-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639918 13f79535-47bb-0310-9956-ffa450edef68
* Tweak how you get dataformat strings out of cell styles, to be more logical, ↵Nick Burch2008-03-213-9/+24
| | | | | | and in keeping with how we'll want to do things for xssf too git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639836 13f79535-47bb-0310-9956-ffa450edef68
* Fix for readCompressedUnicode not moaning about length=0, from bug #44643Nick Burch2008-03-201-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639242 13f79535-47bb-0310-9956-ffa450edef68
* Simple patch from Josh from bug #44636 - fix for RefVPtg and edit-in-excel ↵Nick Burch2008-03-201-0/+1
| | | | | | oddness git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639232 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44627 - improve the thread safety of POILogFactoryNick Burch2008-03-191-20/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638815 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Dmitriy from bug #30311 - Support for conditional formatting recordsNick Burch2008-03-1916-14/+4148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638812 13f79535-47bb-0310-9956-ffa450edef68
* support align=distributed in HSSFTextboxYegor Kozlov2008-03-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637870 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ↵Nick Burch2008-03-162-47/+85
| | | | | | '= 4' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637601 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44606 - Support calculated string values for ↵Nick Burch2008-03-161-26/+24
| | | | | | evaluated formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637595 13f79535-47bb-0310-9956-ffa450edef68
* Add accessors to horizontal and vertical alignment in HSSFTextboxYegor Kozlov2008-03-142-2/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637189 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on handling different big block sizes in POIFS, but work isn't ↵Nick Burch2008-03-135-27/+73
| | | | | | complete. See bug #35928 for part of what we're after git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636786 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-131-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636756 13f79535-47bb-0310-9956-ffa450edef68
* Patch largely from Josh from bug #44539 - Support for area references in ↵Nick Burch2008-03-0713-246/+254
| | | | | | formulas of rows >= 32768 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634630 13f79535-47bb-0310-9956-ffa450edef68
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-074-2/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634619 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #43901 - Correctly update the internal last cell ↵Nick Burch2008-03-071-76/+79
| | | | | | number when adding and removing cells (previously sometimes off-by-one) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634617 13f79535-47bb-0310-9956-ffa450edef68
* Change the behaviour on short last blocks to be a warning not an exception, ↵Nick Burch2008-03-061-3/+9
| | | | | | as some people seem to have "real" valid files that trigger this. Fixed bug #28231 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634318 13f79535-47bb-0310-9956-ffa450edef68
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0417-951/+1847
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633547 13f79535-47bb-0310-9956-ffa450edef68