summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add disabled test for bug #44898, and slightly improve a few poifs related er...Nick Burch2008-05-062-3/+5
* Another attempt to fix unicode problems in functionMetadata.txt. Made that f...Josh Micich2008-05-061-8/+10
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ...Nick Burch2008-05-061-2/+6
* Improve JavaDocs about iterators and gapsNick Burch2008-05-062-2/+5
* 42570 - fixed LabelRecord to use empty string instead of null when the length...Josh Micich2008-05-061-34/+18
* 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt...Josh Micich2008-05-065-283/+192
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-051-67/+84
* restored mistakenly commented lineYegor Kozlov2008-05-051-1/+1
* take into account indentation in HSSFSheet.autosizeColumnYegor Kozlov2008-05-051-5/+7
* Swapped ArrayIndexOutOfBoundsException for plain array length check in Abstra...Josh Micich2008-05-031-3/+5
* 44929 - Improved error handling in HSSFWorkbook when attempting to read a BIF...Josh Micich2008-05-031-123/+142
* Fixed 44675 - Parameter operand classes (function metadata) required to encod...Josh Micich2008-05-036-13/+112
* should have been submitted with r652934Josh Micich2008-05-021-14/+3
* 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A...Josh Micich2008-05-028-95/+48
* 44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNNJosh Micich2008-05-014-224/+204
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-012-6/+8
* more flexible creation of a clusterYegor Kozlov2008-04-301-2/+25
* correctly process PICT blips (see bug #44886)Yegor Kozlov2008-04-302-17/+65
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E...Nick Burch2008-04-271-2/+5
* 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