summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Rich text in HSSFTextbox must have at least one format run. Make sure it is s...Yegor Kozlov2008-04-161-0/+3
* Conditional Formatting (30311) - API improvements, added HSSFSheetConditional...Josh Micich2008-04-158-241/+399
* Nice and small change here... Update the formula parser code to use usermodel...Nick Burch2008-04-1564-195/+227
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-144-2/+11
* Switch to using our own logger, rather than the commons oneNick Burch2008-04-141-4/+5
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-131-1/+17
* Start on a eventusermodel based excel text extractorNick Burch2008-04-131-0/+260
* fixed typo and formatting in class javadocJosh Micich2008-04-112-5/+5
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-112-5/+106
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-104-12/+43
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-103-8/+42
* bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe...Josh Micich2008-04-104-26/+196
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-091-0/+117
* Provide a common ole2 implementation of POITextExtractor, which gives access ...Nick Burch2008-04-092-2/+55
* some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ...Josh Micich2008-04-092-558/+502
* 30311 - More work on Conditional Formatting - patch from DmitriyJosh Micich2008-04-076-266/+299
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-6/+9
* Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a b...Josh Micich2008-04-031-3/+3
* Fix for bug 44739 - Conditional formatting (regions with max row/col index)Josh Micich2008-04-032-43/+25
* Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault...Yegor Kozlov2008-04-021-5/+7
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-022-3/+9
* fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION recordJosh Micich2008-04-011-15/+10
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3110-63/+64
* silenced noisy testsJosh Micich2008-03-311-27/+25
* More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy....Josh Micich2008-03-318-1221/+1295
* Count implementation from ooxml branchNick Burch2008-03-301-2/+95
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29338-0/+19929
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-294-0/+361
* annotated previous changelist(641964) with wrong buzilla number. Previous ch...Josh Micich2008-03-271-1/+1
* fixes for ExternalNameRecord serialisation bug #44691Josh Micich2008-03-271-135/+141
* patch 44675 - made POI capable of recognising var-args functions. Some relat...Josh Micich2008-03-268-781/+436
* more javadoc + clean-up from Dmitriy (bug 30311 att 21711)Josh Micich2008-03-263-488/+523
* Added class javadoc. Patch 30311 from Dmtriy.Josh Micich2008-03-251-0/+45
* sort to int conversion sign extension fixJosh Micich2008-03-211-3/+3
* Tweak how you get dataformat strings out of cell styles, to be more logical, ...Nick Burch2008-03-213-9/+24
* Fix for readCompressedUnicode not moaning about length=0, from bug #44643Nick Burch2008-03-201-1/+4
* Simple patch from Josh from bug #44636 - fix for RefVPtg and edit-in-excel od...Nick Burch2008-03-201-0/+1
* Fix bug #44627 - improve the thread safety of POILogFactoryNick Burch2008-03-191-20/+51
* Patch from Dmitriy from bug #30311 - Support for conditional formatting recordsNick Burch2008-03-1916-14/+4148
* support align=distributed in HSSFTextboxYegor Kozlov2008-03-171-0/+2
* Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ...Nick Burch2008-03-162-47/+85
* Patch from Josh from bug #44606 - Support calculated string values for evalua...Nick Burch2008-03-161-26/+24
* Add accessors to horizontal and vertical alignment in HSSFTextboxYegor Kozlov2008-03-142-2/+58
* Make a start on handling different big block sizes in POIFS, but work isn't c...Nick Burch2008-03-135-27/+73
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-131-2/+18
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-0713-246/+254
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-074-2/+39
* Patch from Josh from bug #43901 - Correctly update the internal last cell num...Nick Burch2008-03-071-76/+79
* Change the behaviour on short last blocks to be a warning not an exception, a...Nick Burch2008-03-061-3/+9
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0417-951/+1847