aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, a...Nick Burch2008-07-041-15/+28
* Fix bug #45336 - Fix HSSFColor.getTripletHash()Nick Burch2008-07-041-4/+8
* Fix for bug 45334 - added impl for ERROR.TYPE()Josh Micich2008-07-031-21/+74
* Fix for bug 45334 - formula parser needs to handle dots in identifiersJosh Micich2008-07-031-17/+72
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ...Nick Burch2008-06-281-28/+40
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-4/+8
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-241-0/+195
* Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe...Josh Micich2008-06-205-78/+63
* Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecordJosh Micich2008-06-192-139/+59
* A partial fix for bug #30978, but something still remains, which seems to be ...Nick Burch2008-06-181-2/+22
* Make the test related to bug #30978, which shows that named ranges pointing t...Nick Burch2008-06-161-1/+1
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-163-3/+12
* added extra RVA test case (for bug 45206)Josh Micich2008-06-151-12/+10
* bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the und...Yegor Kozlov2008-06-081-42/+113
* Correctly increment the reference count of a blip when a picture is insertedYegor Kozlov2008-06-081-0/+4
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera...Josh Micich2008-06-0766-2482/+1000
* Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte...Josh Micich2008-06-061-38/+23
* Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg...Josh Micich2008-06-053-44/+70
* Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to...Josh Micich2008-06-051-1/+9
* Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date...Nick Burch2008-05-281-2/+6
* Fix for 45060 (and 45041) - Improved token class transformation during formul...Josh Micich2008-05-285-323/+510
* Changed class hierarchy of Ptg to improve 'operand class' transformation.Josh Micich2008-05-2748-528/+395
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-261-14/+17
* Follow-on fix for bug 42564 (r653668). Array elements are stored internally c...Josh Micich2008-05-261-20/+24
* Help for bug #44840 - Improved handling of HSSFObjectData, especially for ent...Nick Burch2008-05-232-21/+60
* Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell...Nick Burch2008-05-231-0/+17
* Extend the support for specifying a policy to HSSF on missing / blank cells w...Nick Burch2008-05-232-9/+52
* Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by getInde...Josh Micich2008-05-231-165/+114
* Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bu...Josh Micich2008-05-231-19/+8
* Bug 45041 - improved FormulaParser parse error messagesJosh Micich2008-05-231-31/+34
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-232-17/+20
* Fix for 45066 - sheet encoding size mismatch problemsJosh Micich2008-05-233-176/+130
* improved toString and refactored toFormulaString on Area(3D)PtgJosh Micich2008-05-213-95/+79
* Put abstract write(OutputStream) method on POIDocumentNick Burch2008-05-201-0/+6
* Fix bug #44977 - Support for AM/PM in excel date formatsNick Burch2008-05-201-1/+2
* Support for specifying a policy to HSSF on missing / blank cells when fetchingNick Burch2008-05-201-0/+53
* Patch from bug #44937 from Squeeself- Partial support for extracting Escher i...Nick Burch2008-05-201-14/+21
* Fix bug 44898 - Correctly handle short last blocks in POIFSNick Burch2008-05-202-11/+22
* Minor patch to improve FormulaParser error messages like those from bug 45041Josh Micich2008-05-191-1/+4
* Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulasJosh Micich2008-05-192-21/+66
* added HSSFName.isDeleted() to check if the name points to cell that no longer...Yegor Kozlov2008-05-171-0/+9
* Fix for bug 40414 - update selected/active sheet after removing sheet from wo...Josh Micich2008-05-161-4/+44
* Simplification of BiffViewer. Made easier to send results to file.Josh Micich2008-05-161-346/+199
* 44523 - fixed workbook sheet selection and focusJosh Micich2008-05-155-82/+204
* Added boolean flag to turn on use of merged columns in autosizeYegor Kozlov2008-05-111-18/+41
* 41187 - fixed HSSFSheet to properly read xls files without ROW recordsJosh Micich2008-05-115-936/+387
* bug 23630 - fixed spelling mistake in constant name Josh Micich2008-05-111-17/+9
* removed unused constructor and old comment after r654649Josh Micich2008-05-081-12/+0
* fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since...Josh Micich2008-05-081-5/+3
* 44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue()...Josh Micich2008-05-085-154/+140