Josh Micich
|
e7f24cd7d4
|
Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664220 13f79535-47bb-0310-9956-ffa450edef68
|
2008-06-07 00:53:01 +00:00 |
|
Josh Micich
|
2507426ed8
|
Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte boundary
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663855 13f79535-47bb-0310-9956-ffa450edef68
|
2008-06-06 08:32:54 +00:00 |
|
Josh Micich
|
db40de323a
|
Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAggregate. Also fixed BiffViewer to show correct record offsets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663765 13f79535-47bb-0310-9956-ffa450edef68
|
2008-06-05 22:24:05 +00:00 |
|
Josh Micich
|
91f7d013b3
|
Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring token operand classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663436 13f79535-47bb-0310-9956-ffa450edef68
|
2008-06-05 03:12:35 +00:00 |
|
Nick Burch
|
320891847c
|
Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date based
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660889 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-28 10:03:00 +00:00 |
|
Josh Micich
|
805bfc4324
|
Fix for 45060 (and 45041) - Improved token class transformation during formula parsing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660828 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-28 06:19:31 +00:00 |
|
Josh Micich
|
478ec9eabf
|
Changed class hierarchy of Ptg to improve 'operand class' transformation.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660344 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-27 00:57:23 +00:00 |
|
Josh Micich
|
d2fccf5b0c
|
Small fix for FormulaParser. Need case-insentive match for IF function name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660263 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-26 18:25:02 +00:00 |
|
Josh Micich
|
7c1e1f2478
|
Follow-on fix for bug 42564 (r653668). Array elements are stored internally column by column.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660256 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-26 18:02:23 +00:00 |
|
Nick Burch
|
f8c3f05e73
|
Help for bug #44840 - Improved handling of HSSFObjectData, especially for entries with data held not in POIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659575 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 15:55:08 +00:00 |
|
Nick Burch
|
83ad24728a
|
Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell comments when extracting text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659572 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 15:22:18 +00:00 |
|
Nick Burch
|
a97602aa11
|
Extend the support for specifying a policy to HSSF on missing / blank cells 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
|
2008-05-23 12:58:56 +00:00 |
|
Josh Micich
|
587391631d
|
Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by getIndexHash() and getTripletHash()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659478 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 08:55:48 +00:00 |
|
Josh Micich
|
949bea093b
|
Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bug number)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659455 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 06:54:46 +00:00 |
|
Josh Micich
|
71418f099d
|
Bug 45041 - improved FormulaParser parse error messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659452 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 06:43:51 +00:00 |
|
Josh Micich
|
c8c2d0139e
|
Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659429 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 05:28:54 +00:00 |
|
Josh Micich
|
375a18e8a3
|
Fix for 45066 - sheet encoding size mismatch problems
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659403 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-23 03:56:31 +00:00 |
|
Josh Micich
|
d1c80ce723
|
improved toString and refactored toFormulaString on Area(3D)Ptg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658833 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-21 19:57:40 +00:00 |
|
Nick Burch
|
055da485c8
|
Put abstract write(OutputStream) method on POIDocument
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658350 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-20 17:12:08 +00:00 |
|
Nick Burch
|
54ded07bd2
|
Fix bug #44977 - Support for AM/PM in excel date formats
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658322 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-20 16:37:15 +00:00 |
|
Nick Burch
|
2e8acca69b
|
Support for specifying a policy to HSSF on missing / blank cells when fetching
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658308 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-20 16:30:19 +00:00 |
|
Nick Burch
|
40bb917404
|
Patch from bug #44937 from Squeeself- Partial support for extracting Escher images from HWPF files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658302 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-20 16:01:53 +00:00 |
|
Nick Burch
|
8536301aab
|
Fix bug 44898 - Correctly handle short last blocks in POIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658285 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-20 15:42:16 +00:00 |
|
Josh Micich
|
6b19217c3d
|
Minor patch to improve FormulaParser error messages like those from bug 45041
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658033 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-19 23:07:27 +00:00 |
|
Josh Micich
|
cd57ba7aad
|
Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657702 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-19 01:06:54 +00:00 |
|
Yegor Kozlov
|
4aed92e6b3
|
added HSSFName.isDeleted() to check if the name points to cell that no longer exists
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657355 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-17 14:00:30 +00:00 |
|
Josh Micich
|
c2f389c437
|
Fix for bug 40414 - update selected/active sheet after removing sheet from workbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657167 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-16 18:55:02 +00:00 |
|
Josh Micich
|
f1f36fe666
|
Simplification of BiffViewer. Made easier to send results to file.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657166 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-16 18:46:04 +00:00 |
|
Josh Micich
|
2619dbf569
|
44523 - fixed workbook sheet selection and focus
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@656893 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-15 23:30:08 +00:00 |
|
Yegor Kozlov
|
4fc77fdbc0
|
Added boolean flag to turn on use of merged columns in autosize
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655282 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-11 09:03:24 +00:00 |
|
Josh Micich
|
96c489deeb
|
41187 - fixed HSSFSheet to properly read xls files without ROW records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655278 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-11 08:15:39 +00:00 |
|
Josh Micich
|
e2cec361f3
|
bug 23630 - fixed spelling mistake in constant name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655216 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-11 01:30:56 +00:00 |
|
Josh Micich
|
39507eb910
|
removed unused constructor and old comment after r654649
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654650 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-08 23:06:30 +00:00 |
|
Josh Micich
|
a4cfce5106
|
fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since bug 13292) test method.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654649 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-08 23:02:43 +00:00 |
|
Josh Micich
|
28c08da9be
|
44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and 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
|
2008-05-08 00:52:05 +00:00 |
|
Nick Burch
|
bc00daac89
|
Add disabled test for bug #44898, and slightly improve a few poifs related error messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653945 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-06 22:51:28 +00:00 |
|
Josh Micich
|
9d0ca2d573
|
Another attempt to fix unicode problems in functionMetadata.txt. Made that file pure ascii.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653892 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-06 19:48:55 +00:00 |
|
Nick Burch
|
21cbfa8440
|
Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it 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
|
2008-05-06 16:38:34 +00:00 |
|
Nick Burch
|
32a94f8e45
|
Improve JavaDocs about iterators and gaps
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653815 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-06 15:37:45 +00:00 |
|
Josh Micich
|
34ce6171ac
|
42570 - fixed LabelRecord to use empty string instead of null when the length is zero.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653675 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-06 03:57:15 +00:00 |
|
Josh Micich
|
1a09f3e1dd
|
42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPtg encoding issues.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653668 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-06 02:02:41 +00:00 |
|
Josh Micich
|
8fede939e3
|
Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653608 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-05 21:38:07 +00:00 |
|
Yegor Kozlov
|
706bbba899
|
restored mistakenly commented line
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653521 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-05 16:13:24 +00:00 |
|
Yegor Kozlov
|
2f8a62abc7
|
take into account indentation in HSSFSheet.autosizeColumn
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653484 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-05 13:59:11 +00:00 |
|
Josh Micich
|
c03173b960
|
Swapped ArrayIndexOutOfBoundsException for plain array length check in 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
|
2008-05-03 20:13:56 +00:00 |
|
Josh Micich
|
1d136b90eb
|
44929 - Improved error handling in HSSFWorkbook when attempting to read a BIFF5 file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653117 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-03 19:53:38 +00:00 |
|
Josh Micich
|
cc363f369d
|
Fixed 44675 - Parameter operand classes (function metadata) required to 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
|
2008-05-03 03:59:32 +00:00 |
|
Josh Micich
|
6240ac7191
|
should have been submitted with r652934
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652936 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-02 22:49:38 +00:00 |
|
Josh Micich
|
6df8a440bf
|
44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and AreaN*)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652934 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-02 22:36:49 +00:00 |
|
Josh Micich
|
74964614ab
|
44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNN
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@652446 13f79535-47bb-0310-9956-ffa450edef68
|
2008-05-01 07:42:18 +00:00 |
|