summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Follow-on fix for bug 42564 (r653668). Array elements are stored internally ↵Josh Micich2008-05-261-20/+24
| | | | | | column by column. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660256 13f79535-47bb-0310-9956-ffa450edef68
* Help for bug #44840 - Improved handling of HSSFObjectData, especially for ↵Nick Burch2008-05-232-21/+60
| | | | | | entries with data held not in POIFS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659575 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Yury, plus tests, from bug #45043 - Support for getting excel ↵Nick Burch2008-05-231-0/+17
| | | | | | cell comments when extracting text git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659572 13f79535-47bb-0310-9956-ffa450edef68
* Extend the support for specifying a policy to HSSF on missing / blank cells ↵Nick Burch2008-05-232-9/+52
| | | | | | when fetching, to be able to specify the policy at the HSSFWorkbook level git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659525 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by ↵Josh Micich2008-05-231-165/+114
| | | | | | getIndexHash() and getTripletHash() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659478 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong ↵Josh Micich2008-05-231-19/+8
| | | | | | bug number) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659455 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45041 - improved FormulaParser parse error messagesJosh Micich2008-05-231-31/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659452 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-232-17/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659429 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45066 - sheet encoding size mismatch problemsJosh Micich2008-05-233-176/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659403 13f79535-47bb-0310-9956-ffa450edef68
* improved toString and refactored toFormulaString on Area(3D)PtgJosh Micich2008-05-213-95/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658833 13f79535-47bb-0310-9956-ffa450edef68
* Put abstract write(OutputStream) method on POIDocumentNick Burch2008-05-201-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658350 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44977 - Support for AM/PM in excel date formatsNick Burch2008-05-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658322 13f79535-47bb-0310-9956-ffa450edef68
* Support for specifying a policy to HSSF on missing / blank cells when fetchingNick Burch2008-05-201-0/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658308 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #44937 from Squeeself- Partial support for extracting Escher ↵Nick Burch2008-05-201-14/+21
| | | | | | images from HWPF files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658302 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 44898 - Correctly handle short last blocks in POIFSNick Burch2008-05-202-11/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658285 13f79535-47bb-0310-9956-ffa450edef68
* Minor patch to improve FormulaParser error messages like those from bug 45041Josh Micich2008-05-191-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658033 13f79535-47bb-0310-9956-ffa450edef68
* Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulasJosh Micich2008-05-192-21/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657702 13f79535-47bb-0310-9956-ffa450edef68
* added HSSFName.isDeleted() to check if the name points to cell that no ↵Yegor Kozlov2008-05-171-0/+9
| | | | | | longer exists git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657355 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 40414 - update selected/active sheet after removing sheet from ↵Josh Micich2008-05-161-4/+44
| | | | | | workbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657167 13f79535-47bb-0310-9956-ffa450edef68
* Simplification of BiffViewer. Made easier to send results to file.Josh Micich2008-05-161-346/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657166 13f79535-47bb-0310-9956-ffa450edef68
* 44523 - fixed workbook sheet selection and focusJosh Micich2008-05-155-82/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656893 13f79535-47bb-0310-9956-ffa450edef68
* Added boolean flag to turn on use of merged columns in autosizeYegor Kozlov2008-05-111-18/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655282 13f79535-47bb-0310-9956-ffa450edef68
* 41187 - fixed HSSFSheet to properly read xls files without ROW recordsJosh Micich2008-05-115-936/+387
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655278 13f79535-47bb-0310-9956-ffa450edef68
* bug 23630 - fixed spelling mistake in constant name Josh Micich2008-05-111-17/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655216 13f79535-47bb-0310-9956-ffa450edef68
* removed unused constructor and old comment after r654649Josh Micich2008-05-081-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654650 13f79535-47bb-0310-9956-ffa450edef68
* fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated ↵Josh Micich2008-05-081-5/+3
| | | | | | (since bug 13292) test method. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654649 13f79535-47bb-0310-9956-ffa450edef68
* 44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and ↵Josh Micich2008-05-085-154/+140
| | | | | | Area3DEval.getValue() also added validation for number of elements in AreaEvals git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654356 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled test for bug #44898, and slightly improve a few poifs related ↵Nick Burch2008-05-062-3/+5
| | | | | | error messages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653945 13f79535-47bb-0310-9956-ffa450edef68
* Another attempt to fix unicode problems in functionMetadata.txt. Made that ↵Josh Micich2008-05-061-8/+10
| | | | | | file pure ascii. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653892 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ↵Nick Burch2008-05-061-2/+6
| | | | | | before, but breaking on some systems, while now it ought to work fine everywhere git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653831 13f79535-47bb-0310-9956-ffa450edef68
* Improve JavaDocs about iterators and gapsNick Burch2008-05-062-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653815 13f79535-47bb-0310-9956-ffa450edef68
* 42570 - fixed LabelRecord to use empty string instead of null when the ↵Josh Micich2008-05-061-34/+18
| | | | | | length is zero. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653675 13f79535-47bb-0310-9956-ffa450edef68
* 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ↵Josh Micich2008-05-065-283/+192
| | | | | | ArrayPtg encoding issues. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653668 13f79535-47bb-0310-9956-ffa450edef68
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-051-67/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653608 13f79535-47bb-0310-9956-ffa450edef68
* restored mistakenly commented lineYegor Kozlov2008-05-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653521 13f79535-47bb-0310-9956-ffa450edef68
* take into account indentation in HSSFSheet.autosizeColumnYegor Kozlov2008-05-051-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653484 13f79535-47bb-0310-9956-ffa450edef68
* Swapped ArrayIndexOutOfBoundsException for plain array length check in ↵Josh Micich2008-05-031-3/+5
| | | | | | AbstractFunctionPtg.getParameterClass(). (To help debugging when trying to find a real AIOOB) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653125 13f79535-47bb-0310-9956-ffa450edef68
* 44929 - Improved error handling in HSSFWorkbook when attempting to read a ↵Josh Micich2008-05-031-123/+142
| | | | | | BIFF5 file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653117 13f79535-47bb-0310-9956-ffa450edef68
* Fixed 44675 - Parameter operand classes (function metadata) required to ↵Josh Micich2008-05-036-13/+112
| | | | | | encode SUM() etc properly. Added parse validation for number of parameters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652994 13f79535-47bb-0310-9956-ffa450edef68
* should have been submitted with r652934Josh Micich2008-05-021-14/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652936 13f79535-47bb-0310-9956-ffa450edef68
* 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and ↵Josh Micich2008-05-028-95/+48
| | | | | | AreaN*) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652934 13f79535-47bb-0310-9956-ffa450edef68
* 44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNNJosh Micich2008-05-014-224/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652446 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-012-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652426 13f79535-47bb-0310-9956-ffa450edef68
* more flexible creation of a clusterYegor Kozlov2008-04-301-2/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652290 13f79535-47bb-0310-9956-ffa450edef68
* correctly process PICT blips (see bug #44886)Yegor Kozlov2008-04-302-17/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652288 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when ↵Nick Burch2008-04-271-2/+5
| | | | | | EscherMetafileBlip is incorrect git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@651992 13f79535-47bb-0310-9956-ffa450edef68
* 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