Commit Graph

  • f7296f58b4 More PSR-2 goodness.... getting there slowly MarkBaker 2015-05-13 00:40:55 +0100
  • f37630e938 PSR-2 : Fixes Progi1984 2015-05-12 17:57:29 +0200
  • 5bb747f8cc PSR-2 : Fixes Progi1984 2015-05-12 14:01:22 +0200
  • 2896d62e08 PSR-2 : Improve Travis CI Report Progi1984 2015-05-12 13:45:25 +0200
  • 6850d8a29d PSR-2 : Improve Travis CI Report Progi1984 2015-05-12 13:36:33 +0200
  • d019ce5956 PSR-2 : Improve Travis CI Report Progi1984 2015-05-12 13:30:05 +0200
  • 661ff77749 Validation PSR-2 : Fixes Progi1984 2015-05-12 13:17:41 +0200
  • 95b3fb024a Validation PSR-2 : Fixes Progi1984 2015-05-12 12:43:52 +0200
  • 61b5fa0beb Validation PSR-2 : Tabs to spaces Progi1984 2015-05-12 11:22:06 +0200
  • a86cbaa230 Merge branch 'psr2' of https://github.com/PHPOffice/PHPExcel into psr2 MarkBaker 2015-05-12 08:01:33 +0100
  • 0d855d0627 More PSR-2 changes MarkBaker 2015-05-12 08:00:59 +0100
  • 986b20bbb1 Travis CI : Support for PSR-2 test Progi1984 2015-05-12 08:02:56 +0200
  • c70e289dac More efforts to get codebase to conform with PSR-2 coding standards MarkBaker 2015-05-11 22:38:52 +0100
  • bb13357dcb Travis CI : Support for PSR-2 test Progi1984 2015-05-11 12:58:26 +0200
  • 46dfaa9f8a Travis CI : Support for PSR-2 test Progi1984 2015-05-11 12:30:15 +0200
  • 547d2bd3b2 More PSR-2 MarkBaker 2015-05-11 01:31:26 +0100
  • 1efa7e8533 More PSR-2 adjustments MarkBaker 2015-05-10 23:25:04 +0100
  • c07b54172a More PSR-2 modifications MarkBaker 2015-05-09 14:33:20 +0100
  • b8f67c6f4d More PSR-2 changes, and fixes for a couple of breakages introduced by the last commit MarkBaker 2015-05-08 01:09:27 +0100
  • 4f8c9bfc96 More PSR-2 work MarkBaker 2015-05-07 01:14:36 +0100
  • 3c3154c4a3 PSR-2 variable naming for caching classes, remove leading underscores MarkBaker 2015-05-05 19:40:34 +0100
  • e885ef9196 Fix typo in memcache constructor MarkBaker 2015-05-05 01:37:34 +0100
  • b88a6f4947 Calculation example with cyclic formula MarkBaker 2015-05-04 23:41:52 +0100
  • b3d2db79ea Minor case-sensitivity bugfix to getCell when cell reference is a worksheet!cell Work on PSR2 Coding standards MarkBaker 2015-05-04 23:36:20 +0100
  • e83c359c7c Move toward PSR-2 coding standards MarkBaker 2015-05-03 23:37:32 +0100
  • fca778225c Ajust copyright to 2015 MarkBaker 2015-05-02 23:50:37 +0100
  • c9cb4d4286 Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body MarkBaker 2015-05-01 08:06:07 +0100
  • 2b6380693d change log MarkBaker 2015-04-30 23:54:21 +0100
  • 7ccb90064b Rework of Iterators for existing cells only MarkBaker 2015-04-30 19:07:49 +0100
  • 75bb9d7eda Fix regexp for XEE validation MarkBaker 2015-04-29 22:41:54 +0100
  • bc7028ae4e Modified XEE security scan to handle UTF-16 charset, and added unit tests for the security scan MarkBaker 2015-04-29 22:23:14 +0100
  • 0ab614fd95 Security: XML filescan in XML-based Readers to prevent XML Entity Expansion (XEE) (see http://projects.webappsec.org/w/page/13247002/XML%20Entity%20Expansion for an explanation of XEE injection) attacks MarkBaker 2015-04-29 00:43:04 +0100
  • 72f3a3b6f4 Fix unit test for iterator MarkBaker 2015-04-27 23:07:30 +0100
  • f317842e2b Unit tests for row and column iterators MarkBaker 2015-04-27 22:47:47 +0100
  • d2b0ef2ad9 Pass arguments from Row to RowCellIterator and from Column to ColumnCellIterator MarkBaker 2015-04-26 17:37:48 +0100
  • ceddc13f82 Implement a ColumnIterator, refactoring of RowIterator Currently this disables the setIterateOnlyExistingCells option MarkBaker 2015-04-26 13:00:58 +0100
  • f96d9cedba Added RowIterator support for end row, and throws exceptions for invalid arguments MarkBaker 2015-04-25 21:49:30 +0100
  • a287bd44df Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop MarkBaker 2015-04-16 01:10:04 +0100
  • 61f5baac4a GH-543 - Datetime at DefaultValueBinder Personally, I don't call it a bug if people pass invalid arguments and it complains with an exception; but I've made some basic changes to support DateTime objects and objects with a __toString() method... Any other objects will throw a catchable fatal error, and it's up to user code to implement any exception handler to convert it to an exception and handle it MarkBaker 2015-04-16 01:09:29 +0100
  • 37d9e6e256 Merge pull request #542 from jarederaj/patch-1 Mark Baker 2015-04-09 21:58:50 +0100
  • 2736af7994 Update CacheBase.php to prevent fatal error Jared Hall 2015-04-09 14:46:42 -0600
  • eedcc49f81 Minor documentation fix MarkBaker 2015-04-08 17:27:14 +0100
  • caad6b1956 Minor bugfixes for date/time edge cases MarkBaker 2015-03-28 17:45:49 +0000
  • d9cda3f287 Unit tests for default value binder MarkBaker 2015-03-27 21:28:26 +0000
  • c5a117c82a Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop MarkBaker 2015-03-26 23:26:04 +0000
  • d44aebc0a4 Improve default value binder handling of string/numeric values - Modified regexp to handle scientific notation and apply appropriate tests rather than drop through to string - modified handler to detect integers too long for PHP, and treat as string rather than convert to float MarkBaker 2015-03-26 23:25:24 +0000
  • 929add1e36 Merge pull request #512 from andrey-yantsen/patch-1 Mark Baker 2015-03-19 09:43:11 +0000
  • 78c2f23621 Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop MarkBaker 2015-03-09 23:59:39 +0000
  • d3148bdcdb Minor bugfixes MarkBaker 2015-03-09 23:59:13 +0000
  • 43595b7c15 Merge pull request #527 from TouPye/develop Mark Baker 2015-03-09 23:46:36 +0000
  • 412a2520cd Set default plotDirection Pierre Skowron 2015-03-09 14:17:28 +0100
  • de9fc7b888 Update latest bugfix details in changelog MarkBaker 2015-03-04 23:37:52 +0000
  • a95e3f6607 Bugfix: Remove cells cleanly when calling RemoveRow() or RemoveColumn() MarkBaker 2015-03-04 23:36:38 +0000
  • 538fbcd2e8 Additional regexp handling for UTF-8 strings MarkBaker 2015-02-15 00:01:01 +0000
  • 518fbc1d36 GH-514 HTML Reader incorrectly converts some UTF-8 string cells to FALSE after regexp space trim MarkBaker 2015-02-14 23:52:57 +0000
  • 26e75b1f7a Check for variable before using it Andrey Yantsen 2015-02-10 09:44:13 +0300
  • 31aa953c0b Remove trailing white space from PCLZip MarkBaker 2015-02-04 15:41:59 +0000
  • 391d7cbd9d Fix use of < and > (by escaping) in documentation for createSheet() MarkBaker 2015-02-02 16:45:59 +0000
  • 71dba49fff Improvements to array arithmetic (MMULT) Better setup of calculation function tests to ensure consistent environment MarkBaker 2015-01-23 23:44:32 +0000
  • b3c5e98022 I shouldn't modify compatibility mode in calculation tests without resetting it TODO - should include setting/resetting this in all setup/teardown MarkBaker 2015-01-23 17:06:30 +0000
  • 976e7f064a Excel TRIM function only trims spaces, not tabs or other spacing characters MarkBaker 2015-01-23 16:49:20 +0000
  • fb18b7b598 Fix to complex number format signing when mask has a decimal MarkBaker 2015-01-23 16:09:36 +0000
  • d778b41524 Fix to negative number handling with complex number format masks, so that the sign only appears once MarkBaker 2015-01-23 15:40:54 +0000
  • dc137c293a Method for reversing the case of a string, for use in comparisons where lower-case/upper-case is reversed MarkBaker 2015-01-18 12:31:18 +0000
  • c089cfd53f Modify numeric comparisons in calculation engine to make allowance for floating point imprecision MarkBaker 2015-01-17 22:51:48 +0000
  • 16f2eb63a1 Additional examples for HTML to Rich Text helper (superscript and subscript) MarkBaker 2015-01-13 23:44:38 +0000
  • 98f4754048 GH-496 - Error for superscript handling in HTML to Rich Text helper MarkBaker 2015-01-13 18:47:29 +0000
  • c7da475ef9 Inline styles for HTML not yet implemented MarkBaker 2015-01-12 23:18:46 +0000
  • 5e24bcfedc Fix to getCellStyleXfByHashCode() method MarkBaker 2015-01-08 01:23:11 +0000
  • 41d970f125 Force uppercase for cell address arguments MarkBaker 2015-01-07 22:36:19 +0000
  • ee309f6e93 Fix initialisation of html to Rich Text helper, and provide additional examples MarkBaker 2014-12-28 19:08:33 +0000
  • 7a45239672 Added password-protected worksheet and richtext examples to runall MarkBaker 2014-12-27 23:58:57 +0000
  • 0f146e4f31 Feature: Helper to convert basic HTML markup to a Rich Text object MarkBaker 2014-12-27 23:48:24 +0000
  • c40bb233bf Remove spurious file MarkBaker 2014-12-18 21:56:47 +0000
  • 180ad168cb Additional minor tweaks to HTML reader for merged cells MarkBaker 2014-12-07 23:45:15 +0000
  • d7ea3e2ab0 Feature: (cifren/MBaker) Work Item GH-205 - Handling merge cells in HTML Reader MarkBaker 2014-12-07 14:45:55 +0000
  • b2e82a0e11 Updates to dcumentation, particularly for setting/reading cell values, and with handling date/time values MarkBaker 2014-12-06 20:50:57 +0000
  • 4d67ff7de9 Bugfix: Work Item GH-302 - Fix for CEIL() and FLOOR() when number argument is zero MarkBaker 2014-12-06 17:44:27 +0000
  • 741500da14 Add example of cyclic reference calculation MarkBaker 2014-12-06 00:16:41 +0000
  • a4afd4d313 Modify RAND() and RANDBETWEEN() to use mt_rand() MarkBaker 2014-12-06 00:16:09 +0000
  • ab49033479 Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop MarkBaker 2014-12-06 00:00:18 +0000
  • 9daca467d6 Minor modifications to cyclic reference count logic in calculation engine MarkBaker 2014-12-05 23:59:41 +0000
  • 51c72f30de Merge pull request #429 from CrandellWS/patch-1 Mark Baker 2014-12-05 21:37:16 +0000
  • 75464688d5 Github issue log reference for codepage 21010 issue MarkBaker 2014-12-05 21:32:53 +0000
  • 3f85430e6c Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE instead of using Codepage 1200 MarkBaker 2014-12-05 21:31:17 +0000
  • 0296daa75c General: Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae MarkBaker 2014-12-03 08:05:25 +0000
  • 2b389f97f1 ReadMe Notes on contributing MarkBaker 2014-12-01 22:35:42 +0000
  • 2f76d1247b Additional notes on building pie, donut and radar charts MarkBaker 2014-12-01 22:35:23 +0000
  • 2d73187b13 Merge pull request #460 from artsafin/develop Mark Baker 2014-11-27 00:10:07 +0000
  • 2be1bb0c2e GH-455 Fix case-sensitivity issue with PHPExcel_Chart_GridLines MarkBaker 2014-11-26 22:53:55 +0000
  • 9940b262c4 Remove spurious worksheet created when instantiating the PHPExcel object, and only create sheets defined in the Excel2003XML file MarkBaker 2014-11-26 22:40:49 +0000
  • e7cfdacf95 Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop MarkBaker 2014-11-26 22:25:36 +0000
  • 903f737a39 Bugfix: (bobwitlox) Work Item GH-467 - Bug in Excel2003XML reader, parsing merged cells MarkBaker 2014-11-26 22:24:53 +0000
  • b243a7f7e8 Merge pull request #462 from paanblogger/develop Progi1984 2014-11-17 11:55:58 +0100
  • 793fc2a08f Check for is_object Mohd Farhan Firdaus Jamil 2014-11-16 23:00:45 +0800
  • 2338c3caf2 Make PHPExcel_Writer_PDF implement IWriter Artur Safin 2014-11-15 13:00:08 +0200
  • 184c1bc290 Merge pull request #446 from wiseloren/develop Mark Baker 2014-11-13 00:50:56 +0000
  • 27e64c14ad Additional comments for hyperlinks in feature demo example MarkBaker 2014-11-12 22:22:20 +0000
  • 5bce69de6f Bugfix: (frozenstupidity) Work Item GH-423 - Fix invalid NA return in VLOOKUP Manual merge MarkBaker 2014-11-12 22:21:47 +0000
  • 63de24eeba Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop MarkBaker 2014-11-11 23:19:05 +0000