MarkBaker
4648e386f5
Getting close to the end of all this psr-2 goodness now, and beginning to think about splitting to a 1.8 branch and a 1.9 branch, with the 1.9 branch having a minimum PHP version of 5.4, so we can begin improving the code, starting with namespacing and a simple bootstrap for those who don't use composer
2015-05-18 16:39:04 +01:00
Progi1984
121eccd4c8
PSR-2 : Fixes
2015-05-15 13:36:15 +02:00
Progi1984
5508013569
PSR-2 : Fixes
2015-05-15 13:17:40 +02:00
Progi1984
96f3d0e6ee
PSR-2 : Fixes
2015-05-15 12:55:10 +02:00
Progi1984
7d086fdbee
PSR-2 : Fixes
2015-05-13 13:15:55 +02:00
Progi1984
2881bca443
PSR-2 : Fixes
2015-05-13 12:27:01 +02:00
Progi1984
f37630e938
PSR-2 : Fixes
2015-05-12 17:57:29 +02:00
Progi1984
61b5fa0beb
Validation PSR-2 : Tabs to spaces
2015-05-12 11:22:06 +02:00
MarkBaker
c70e289dac
More efforts to get codebase to conform with PSR-2 coding standards
2015-05-11 22:38:52 +01:00
MarkBaker
fca778225c
Ajust copyright to 2015
2015-05-02 23:50:37 +01:00
MarkBaker
2be1bb0c2e
GH-455 Fix case-sensitivity issue with PHPExcel_Chart_GridLines
2014-11-26 22:53:55 +00:00
MarkBaker
d777d0283d
Support for cell readorder Context/LTR/RTL
2014-08-17 18:15:44 +01:00
z38
5e70376018
Use normal array syntax to support PHP <5.4
2014-07-28 16:27:52 +02:00
Mark Baker
23479fdde2
Merge pull request #379 from frost-nzcr4/ft-camelcase
...
Change the getter/setter for zeroHeight to camel case
2014-07-27 12:21:13 +01:00
Wiktor
568038c5bf
--Added 3 new classes: PHPExcel_Chart_Axis, PHPExcel_Chart_GridLines, PHPExcel_Chart_Properties.php
...
--Modified Chart.php and Writer/Excel2007/Chart.php for using new classes
--Now it is possible to set some (most of existing) options of Axis, Major Grid-lines and Minor Grid-lines
--No need to use that feature
2014-07-14 16:59:53 +02:00
Alexander Pervakov
a6f00db9c6
Change the getter/setter for zeroHeight to camel case
2014-05-30 14:37:11 +04:00
Mark Baker
992aee683a
Update to copyright year in file headers
2013-12-31 18:36:33 +00:00
Mark Baker
732cb11e0c
Feature: (LWol) Work Item GH-252 - Adding support for macros, Ribbon in Excel 2007
2013-11-17 00:11:45 +00:00
Mark Baker
68a0918ceb
General: Fix to calculation properties for Excel2007 so that the opening application will only recalculate on load if it's actually required
...
General: Modified Excel2007 Writer to default preCalculateFormulas to false
Note that autosize columns will still recalculate affected formulae internally
2013-10-04 20:48:15 +01:00
Mark Baker
cb5fc9532f
Fixes to stock charts
2013-09-14 23:13:17 +01:00
Mark Baker
39953ff49f
Feature: Added "Quote Prefix" to style settings (Excel2007 Reader and Writer only)
2013-06-25 23:13:13 +01:00
Mark Baker
6a4be7da3c
Update to copyright year in file headers, and minor documentation updates
2013-05-14 12:20:28 +01:00
Mark Baker
76ba3cbcd3
Merge branch 'develop' into calcEngine
2013-02-20 22:28:38 +00:00
Mark Baker
3ea55ce287
Fix for composite charts indexing and ordering for each group
...
Added example for generating a composite chart
2013-02-19 12:23:38 +00:00
Mark Baker
3886c47ebe
Refactoring of calculation engine using the multiton pattern to eliminate caching issues when working with multiple workbooks
...
Refactoring of calculation engine for improved performance and memory usage
Refactoring of cell object to eliminate data duplication and reduce memory
2013-02-15 15:42:06 +00:00
Mark Baker
a032194211
Minor style changes, and added timings to Examples
2012-11-28 21:30:58 +00:00
Mark Baker
b98f27f4a7
Performance and memory improvements to Excel5 OLE Reader
...
Temporary fix to XML flush until I get it working correctly
Use of PHPExcel_Exception
2012-11-26 18:01:15 +00:00
Mark Baker
6bc4199675
Various tweaks and fixes
2012-11-24 22:48:44 +00:00
Mark Baker
cce77bad0e
Cleanup of refactored writers
2012-11-05 23:34:02 +00:00
Mark Baker
531803a919
Change Writer exceptions to PHPExcel_Writer_Exception
2012-10-31 22:00:40 +00:00
Mark Baker
9be433af58
Minor charting fixes
2012-10-27 00:02:38 +01:00
Mark Baker
d7e4aaf80b
Data labels for charts
2012-09-17 23:23:55 +01:00
Mark Baker
0dac1e1ab5
General: (Raghav1981) ZeroHeight for rows in sheet format
2012-09-09 11:38:32 +01:00
Mark Baker
13f227c4f2
Additional chart creation examples
2012-09-02 12:06:48 +01:00
Mark Baker
e419b92765
Autofilter expressions - TopTen, and minor patches
2012-08-24 23:38:18 +01:00
Mark Baker
85eabc21aa
Various bugfixes including Excel2007 Writer order of font style elements to conform with Excel2003 using compatibility pack
2012-08-23 00:16:40 +01:00
Mark Baker
2b91cb0c2c
Suppress autofilter row show/hide while diagnostics still in code
2012-08-19 23:59:22 +01:00
Mark Baker
f9a1267697
Dynamic autofilter show/hide rows for this/next/last
...
week/month/quarter/year etc
2012-08-18 23:41:16 +01:00
Mark Baker
bb0d413a67
Fix to dynamic autofilter expression in writer, preventing writing
...
blanks="1"
2012-08-16 00:29:07 +01:00
Mark Baker
83afa87bf3
Fixed broken build after recent autofilter changes
2012-08-15 13:20:34 +01:00
Mark Baker
db1f8c98f0
The bulk of the autofilter expressions work for Excel2007, including
...
documentation
2012-08-13 00:14:51 +01:00
unknown
303a6443ed
Initial Writer code for autofilter selections
2012-08-09 21:26:33 +01:00
unknown
1bd83a115e
Merge branch 'develop' into autofilter
2012-08-09 12:41:46 +01:00
unknown
14686dbb42
Feature: (k1LoW) Support SheetView `view` attribute (Excel2007)
...
modified to add reader support, and refactored validation
2012-08-09 12:35:04 +01:00
k1LoW
d24e640801
Support SheetView `view` param
2012-08-09 10:13:05 +09:00
Mark Baker
b694241de6
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into autofilter
2012-08-07 10:16:03 +01:00
Mark Baker
7d13b6de2e
Bugfix: Work item 18377 - Chart Title compatibility on Excel 2007
2012-08-04 16:08:28 +01:00
Mark Baker
8ab0200584
Further chart bugfixes, plus an example of changing chart data for use in
...
templates
2012-07-27 12:22:47 +01:00
Mark Baker
679f95773e
Chart Writing bugfix to refresh values
2012-07-21 11:52:20 +01:00
Mark Baker
8bcf795e16
Chart writing bugfixes
2012-07-20 23:53:16 +01:00