Andreas Beeker
|
27b0d08d0f
|
Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639996 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-16 14:48:47 +00:00 |
|
Andreas Beeker
|
45fb6c5b18
|
Picture method to resize with different scales in width and height
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638623 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-12 00:19:00 +00:00 |
|
Andreas Beeker
|
40e5714372
|
add license header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637991 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-10 22:52:46 +00:00 |
|
Dominik Stadler
|
31ba1ad5fb
|
Add initial simple test of class EscherDump
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637977 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-10 20:36:37 +00:00 |
|
Nick Burch
|
82ee923858
|
Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637562 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-08 13:46:30 +00:00 |
|
Dominik Stadler
|
80bc816ecc
|
Fix some eclipse warnings, newlines, javadoc, generics, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637367 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-07 13:02:00 +00:00 |
|
Dominik Stadler
|
eb44db4d9c
|
Bug 57003: Add implementation of function FIXED
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637361 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-07 12:29:05 +00:00 |
|
Nick Burch
|
85d0a161b0
|
Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. This closes #11 from github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636857 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-05 12:14:54 +00:00 |
|
Nick Burch
|
20438f4db5
|
Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636782 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-04 23:55:23 +00:00 |
|
Nick Burch
|
3300ac2a56
|
FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636776 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-04 23:22:50 +00:00 |
|
Nick Burch
|
0fdd7a1dbc
|
Partial HSSF support for adding new external workbook formula references for #57184
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636742 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-04 21:35:01 +00:00 |
|
Nick Burch
|
1b9ad8e4db
|
More disabled unit tests relating to external workbook formula references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636626 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-04 16:03:25 +00:00 |
|
Dominik Stadler
|
8a82d32ae8
|
Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations.
Cover class CellRangeAddress fully in unit tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635389 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-30 05:53:06 +00:00 |
|
Cédric Walter
|
d59c8f47be
|
Bug 57150: Added EOMONTH function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634515 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-27 12:29:32 +00:00 |
|
Nick Burch
|
f9754de0cd
|
Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but for different reasons
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633257 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 23:22:02 +00:00 |
|
Nick Burch
|
89ad69234c
|
Unit tests which reference XSSF must be on the ooxml part of the tree
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633256 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 23:21:01 +00:00 |
|
Nick Burch
|
2bb53e200b
|
Escape non-ASCII characters in the unit test, so it builds properly everywhere
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633255 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 23:19:30 +00:00 |
|
Dominik Stadler
|
5706aab18c
|
Bug 57010: Add implementation of function PROPER
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633215 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-20 19:57:11 +00:00 |
|
Nick Burch
|
802bc7cd8a
|
Finish unit tests for stackoverflow #26437323 - POI works fine already!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632842 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 20:53:50 +00:00 |
|
Nick Burch
|
db0e58b4b6
|
Start on unit tests for the problem reported in stackoverflow post 26437323
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632841 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 20:37:56 +00:00 |
|
Nick Burch
|
14fb9a55ee
|
Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBugs, so they can be tested automatically on XSSF too
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632837 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 20:10:31 +00:00 |
|
Nick Burch
|
508f36d702
|
SheetUtil helper for finding the main cell of a merged region, if in one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632833 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-18 19:58:05 +00:00 |
|
Dominik Stadler
|
5c40484b1f
|
Enhance test and coverge for class TempFile
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631250 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-12 20:07:24 +00:00 |
|
Dominik Stadler
|
8dde4b0ae4
|
Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629653 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-06 13:39:35 +00:00 |
|
Dominik Stadler
|
d254ec8ec1
|
Print out current version of java before building to allow to see in build output if we use a supported Java VM version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629644 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-06 13:20:12 +00:00 |
|
Andreas Beeker
|
b410e72196
|
merge with trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1625828 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 21:12:36 +00:00 |
|
Andreas Beeker
|
63f8c1dcf0
|
Xml signature support - version 1
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-10 18:25:10 +00:00 |
|
Nick Burch
|
2ee05730bd
|
Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, avoid inverting the relative flag
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614928 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 16:06:43 +00:00 |
|
Nick Burch
|
65e23c7ea9
|
Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614884 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 13:31:01 +00:00 |
|
Nick Burch
|
f16296111b
|
Correct logic for the start-of-sheet missing rows, for event user model, and add tests for this
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614789 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 23:06:46 +00:00 |
|
Nick Burch
|
bdb9bbccc1
|
Start on details tests for bug #53433
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614786 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 22:43:31 +00:00 |
|
Nick Burch
|
78c4a8168a
|
Unit test to show that bug #53494 has already been fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614741 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 19:02:09 +00:00 |
|
Nick Burch
|
64187356aa
|
#56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614729 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 18:08:28 +00:00 |
|
Nick Burch
|
c62aa2d74b
|
Convert the test to using interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614715 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 16:56:31 +00:00 |
|
Dominik Stadler
|
a9f946ef70
|
Add simple unit test to verify that Bug 42016 was fixed already by some other fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614135 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-28 19:10:54 +00:00 |
|
Nick Burch
|
a4e73e3dc8
|
Unit test to show that bug #52111 (intersect formulas) was already solved
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613737 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-26 22:39:16 +00:00 |
|
Nick Burch
|
5d9f8945c9
|
HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613654 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-26 15:20:06 +00:00 |
|
Nick Burch
|
59861b7836
|
Complete evaluation support for multi-sheet references for bug #55906
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613467 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 16:42:31 +00:00 |
|
Nick Burch
|
3872e620a7
|
Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613453 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 15:46:05 +00:00 |
|
Nick Burch
|
96386e2e0a
|
Areas can have multi-sheet references too, so add FormulaParser support to these as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613437 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 13:59:07 +00:00 |
|
Nick Burch
|
29e5928c42
|
More progress towards #55906 - Have the ExternSheet references set up for multi-sheet references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613373 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 10:05:57 +00:00 |
|
Nick Burch
|
1161077a6b
|
More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613317 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 22:44:51 +00:00 |
|
Nick Burch
|
7f6ba5513c
|
Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613305 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 21:25:45 +00:00 |
|
Nick Burch
|
a41a4fd118
|
Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int not unit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613256 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 19:34:19 +00:00 |
|
Nick Burch
|
4c98f1db45
|
Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613246 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 18:58:27 +00:00 |
|
Nick Burch
|
0c8112b84a
|
Correct HSSFOptimiser logic for the case where the to-keep style wasn't previously in use. Fixes #54443
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613175 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 16:25:58 +00:00 |
|
Dominik Stadler
|
b6dd3bca34
|
Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612557 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 12:31:56 +00:00 |
|
Dominik Stadler
|
3f9c701688
|
Fix formatting of trailing comma in HexDumps, cover class fully with tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612496 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 07:47:14 +00:00 |
|
Nick Burch
|
42cd819573
|
Update the formula evaluator to support XSSF style external named ranges too
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612133 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-20 17:51:51 +00:00 |
|
Nick Burch
|
0986f32d46
|
Fix inconsistent indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611947 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-19 19:11:54 +00:00 |
|