b8f67c6f4dMore PSR-2 changes, and fixes for a couple of breakages introduced by the last commit
MarkBaker
2015-05-08 01:09:27 +0100
4f8c9bfc96More PSR-2 work
MarkBaker
2015-05-07 01:14:36 +0100
3c3154c4a3PSR-2 variable naming for caching classes, remove leading underscores
MarkBaker
2015-05-05 19:40:34 +0100
e885ef9196Fix typo in memcache constructor
MarkBaker
2015-05-05 01:37:34 +0100
b88a6f4947Calculation example with cyclic formula
MarkBaker
2015-05-04 23:41:52 +0100
b3d2db79eaMinor 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
72f3a3b6f4Fix unit test for iterator
MarkBaker
2015-04-27 23:07:30 +0100
f317842e2bUnit tests for row and column iterators
MarkBaker
2015-04-27 22:47:47 +0100
d2b0ef2ad9Pass arguments from Row to RowCellIterator and from Column to ColumnCellIterator
MarkBaker
2015-04-26 17:37:48 +0100
ceddc13f82Implement a ColumnIterator, refactoring of RowIterator Currently this disables the setIterateOnlyExistingCells option
MarkBaker
2015-04-26 13:00:58 +0100
f96d9cedbaAdded RowIterator support for end row, and throws exceptions for invalid arguments
MarkBaker
2015-04-25 21:49:30 +0100
61f5baac4aGH-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
37d9e6e256Merge pull request #542 from jarederaj/patch-1
Mark Baker
2015-04-09 21:58:50 +0100
2736af7994Update CacheBase.php to prevent fatal error
Jared Hall
2015-04-09 14:46:42 -0600
d44aebc0a4Improve 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
929add1e36Merge pull request #512 from andrey-yantsen/patch-1
Mark Baker
2015-03-19 09:43:11 +0000
43595b7c15Merge pull request #527 from TouPye/develop
Mark Baker
2015-03-09 23:46:36 +0000
412a2520cdSet default plotDirection
Pierre Skowron
2015-03-09 14:17:28 +0100
de9fc7b888Update latest bugfix details in changelog
MarkBaker
2015-03-04 23:37:52 +0000
a95e3f6607Bugfix: Remove cells cleanly when calling RemoveRow() or RemoveColumn()
MarkBaker
2015-03-04 23:36:38 +0000
538fbcd2e8Additional regexp handling for UTF-8 strings
MarkBaker
2015-02-15 00:01:01 +0000
518fbc1d36GH-514 HTML Reader incorrectly converts some UTF-8 string cells to FALSE after regexp space trim
MarkBaker
2015-02-14 23:52:57 +0000
26e75b1f7aCheck for variable before using it
Andrey Yantsen
2015-02-10 09:44:13 +0300
31aa953c0bRemove trailing white space from PCLZip
MarkBaker
2015-02-04 15:41:59 +0000
391d7cbd9dFix use of < and > (by escaping) in documentation for createSheet()
MarkBaker
2015-02-02 16:45:59 +0000
71dba49fffImprovements to array arithmetic (MMULT) Better setup of calculation function tests to ensure consistent environment
MarkBaker
2015-01-23 23:44:32 +0000
b3c5e98022I 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
976e7f064aExcel TRIM function only trims spaces, not tabs or other spacing characters
MarkBaker
2015-01-23 16:49:20 +0000
fb18b7b598Fix to complex number format signing when mask has a decimal
MarkBaker
2015-01-23 16:09:36 +0000
d778b41524Fix to negative number handling with complex number format masks, so that the sign only appears once
MarkBaker
2015-01-23 15:40:54 +0000
dc137c293aMethod 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
c089cfd53fModify numeric comparisons in calculation engine to make allowance for floating point imprecision
MarkBaker
2015-01-17 22:51:48 +0000
16f2eb63a1Additional examples for HTML to Rich Text helper (superscript and subscript)
MarkBaker
2015-01-13 23:44:38 +0000
98f4754048GH-496 - Error for superscript handling in HTML to Rich Text helper
MarkBaker
2015-01-13 18:47:29 +0000
c7da475ef9Inline styles for HTML not yet implemented
MarkBaker
2015-01-12 23:18:46 +0000
5e24bcfedcFix to getCellStyleXfByHashCode() method
MarkBaker
2015-01-08 01:23:11 +0000
41d970f125Force uppercase for cell address arguments
MarkBaker
2015-01-07 22:36:19 +0000
ee309f6e93Fix initialisation of html to Rich Text helper, and provide additional examples
MarkBaker
2014-12-28 19:08:33 +0000
7a45239672Added password-protected worksheet and richtext examples to runall
MarkBaker
2014-12-27 23:58:57 +0000
0f146e4f31Feature: Helper to convert basic HTML markup to a Rich Text object
MarkBaker
2014-12-27 23:48:24 +0000
180ad168cbAdditional minor tweaks to HTML reader for merged cells
MarkBaker
2014-12-07 23:45:15 +0000
d7ea3e2ab0Feature: (cifren/MBaker) Work Item GH-205 - Handling merge cells in HTML Reader
MarkBaker
2014-12-07 14:45:55 +0000
b2e82a0e11Updates to dcumentation, particularly for setting/reading cell values, and with handling date/time values
MarkBaker
2014-12-06 20:50:57 +0000
4d67ff7de9Bugfix: Work Item GH-302 - Fix for CEIL() and FLOOR() when number argument is zero
MarkBaker
2014-12-06 17:44:27 +0000
741500da14Add example of cyclic reference calculation
MarkBaker
2014-12-06 00:16:41 +0000
a4afd4d313Modify RAND() and RANDBETWEEN() to use mt_rand()
MarkBaker
2014-12-06 00:16:09 +0000
3f85430e6cSome Excel writer libraries erroneously use Codepage 21010 for UTF-16LE instead of using Codepage 1200
MarkBaker
2014-12-05 21:31:17 +0000
0296daa75cGeneral: 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
2b389f97f1ReadMe Notes on contributing
MarkBaker
2014-12-01 22:35:42 +0000
2f76d1247bAdditional notes on building pie, donut and radar charts
MarkBaker
2014-12-01 22:35:23 +0000
2d73187b13Merge pull request #460 from artsafin/develop
Mark Baker
2014-11-27 00:10:07 +0000
2be1bb0c2eGH-455 Fix case-sensitivity issue with PHPExcel_Chart_GridLines
MarkBaker
2014-11-26 22:53:55 +0000
9940b262c4Remove 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