Nick Burch
|
263c8a28f4
|
Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082946 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-18 15:18:45 +00:00 |
|
Nick Burch
|
9e5f795b54
|
Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082936 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-18 14:30:47 +00:00 |
|
Yegor Kozlov
|
31681260ed
|
fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1080496 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-11 09:33:22 +00:00 |
|
Nick Burch
|
2c4134e89b
|
Add a unit test for bug #50833
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078135 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 21:09:02 +00:00 |
|
Nick Burch
|
8df8ecc4ec
|
Add unit test showing that bug #50867 works fine
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078065 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 17:31:52 +00:00 |
|
Nick Burch
|
a6e6fcdb96
|
Fix bug #50829 - Support for getting the tables associated with a XSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074710 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 21:44:09 +00:00 |
|
Yegor Kozlov
|
6a105cbaca
|
merged with excelant branch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073707 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-23 11:52:28 +00:00 |
|
Yegor Kozlov
|
712b7463a7
|
initial import of ExcelAnt tasks, see Bugzilla 50610
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 20:04:50 +00:00 |
|
Nick Burch
|
39a3b1c35a
|
Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072082 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 17:41:42 +00:00 |
|
Nick Burch
|
77fb5f43ee
|
Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and black background themes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072053 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 16:44:05 +00:00 |
|
Nick Burch
|
faba225c7c
|
Add a disabled unit test for bug #50784. We need to add support for XSSF Colours to pull details from their parent theme where there is one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072027 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 15:45:59 +00:00 |
|
Nick Burch
|
3351df0d1b
|
Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072022 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 15:29:22 +00:00 |
|
Nick Burch
|
d1aab350fd
|
Fix bug #50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069775 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-11 12:31:40 +00:00 |
|
Nick Burch
|
23935eb2a5
|
Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1061288 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 13:20:24 +00:00 |
|
Nick Burch
|
3d74ebf836
|
Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045021 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 05:39:39 +00:00 |
|
Nick Burch
|
5a1bb52e2f
|
Add a test .xlsx file which includes both normal and inline string cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045019 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 04:36:53 +00:00 |
|
Yegor Kozlov
|
340ed55cf5
|
mark GutsRecord as terminating row blocks, prevent exception when reading workbooks with unexpected GutsRecords, see Bugzilla 50426
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044655 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 13:48:18 +00:00 |
|
Yegor Kozlov
|
039f4ccfa1
|
added a unit test for not reproducible bug #49156
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044647 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 13:09:12 +00:00 |
|
Yegor Kozlov
|
97b07620de
|
Added implementation for MROUND(), VAR() and VARP()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044642 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 12:41:17 +00:00 |
|
Yegor Kozlov
|
119bc57e05
|
Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044370 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 14:20:35 +00:00 |
|
Yegor Kozlov
|
6cf48b0610
|
improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039870 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-28 12:03:52 +00:00 |
|
Yegor Kozlov
|
b2c8ff548a
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037436 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-21 12:04:56 +00:00 |
|
Yegor Kozlov
|
e8bbd4c957
|
clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1034358 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-12 12:03:56 +00:00 |
|
Yegor Kozlov
|
9c3d11b953
|
Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033556 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-10 16:09:04 +00:00 |
|
Yegor Kozlov
|
9a2fdbd473
|
Tolerate Double.NaN when reading .xls files, see Bugzilla 49761
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033004 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-09 15:02:31 +00:00 |
|
Nick Burch
|
26b76c1087
|
Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1025630 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-20 16:25:24 +00:00 |
|
Yegor Kozlov
|
7c3ce57a61
|
allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1005726 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-08 08:26:57 +00:00 |
|
Yegor Kozlov
|
01e3d56cdd
|
Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004143 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-04 08:45:51 +00:00 |
|
Nick Burch
|
32b9522fd4
|
Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999320 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-21 11:33:21 +00:00 |
|
Nick Burch
|
c225333112
|
Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998967 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-20 16:00:50 +00:00 |
|
Yegor Kozlov
|
8d4fe4e2f1
|
added a test file that belongs to r996265
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996419 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-13 05:07:25 +00:00 |
|
Yegor Kozlov
|
c6219cadca
|
fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992620 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-04 15:03:48 +00:00 |
|
Yegor Kozlov
|
5df572a3b6
|
fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@989100 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-25 13:29:55 +00:00 |
|
Yegor Kozlov
|
424948b35a
|
fixed fetching names of user defined styles, see Bugzila 49751
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@987256 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-19 18:08:54 +00:00 |
|
Yegor Kozlov
|
988a5583dd
|
added support for RANDBETWEEN(), see Bugzilla 48526
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984796 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-12 14:14:26 +00:00 |
|
Nick Burch
|
8738b8858b
|
Remove svn:executable property from a series of files that didn't need it set
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983630 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-09 13:12:52 +00:00 |
|
Yegor Kozlov
|
db6dcad864
|
added a failing unit test for bug #49612
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@978848 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-24 11:33:59 +00:00 |
|
Nick Burch
|
46bbc6add4
|
Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965267 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 18:00:36 +00:00 |
|
Yegor Kozlov
|
8047e7e84d
|
do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965258 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 16:12:17 +00:00 |
|
Nick Burch
|
bea0801c24
|
Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove series from HSSF Charts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964855 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:46:42 +00:00 |
|
Nick Burch
|
7732426887
|
Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964845 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:02:09 +00:00 |
|
Nick Burch
|
3d9281b8da
|
Remove spurious svn:executable flags
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953725 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 15:22:49 +00:00 |
|
Nick Burch
|
e92c009814
|
Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953395 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-10 17:07:06 +00:00 |
|
Nick Burch
|
80ff41d36a
|
Add unit test for bug #45970 - shows that we can read Formulas with URL based references in them, but we can't change them properly. Part of the unit test is disabled for now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951420 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 14:40:01 +00:00 |
|
Nick Burch
|
b288c631f2
|
Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:01:26 +00:00 |
|
Nick Burch
|
5cfa676c0b
|
Add missing test file for bug #48779
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948752 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 10:15:10 +00:00 |
|
Nick Burch
|
5d461efea2
|
Add disabled unit test for bug #48539, which is currently still broken
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948477 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 15:22:04 +00:00 |
|
Nick Burch
|
29dab17a44
|
Add unit test to show that the behaviour in bug #48923 is as expected
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948462 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 14:51:49 +00:00 |
|
Nick Burch
|
0cddb0a50b
|
Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948089 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 16:25:34 +00:00 |
|
Yegor Kozlov
|
fa7c8f269a
|
avoid NPE when finding cell comments, Bugzilla 48846
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947315 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-22 16:24:22 +00:00 |
|