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
|
066a85d3d2
|
PSR2 Fixes
|
2015-05-17 20:00:00 +02:00 |
Progi1984
|
576effef30
|
PSR2 Fixes
|
2015-05-17 18:10:35 +02:00 |
Progi1984
|
09352e3e80
|
PSR2 Fixes
|
2015-05-17 15:00:02 +02:00 |
Progi1984
|
1d842ed218
|
PSR2 Fixes
|
2015-05-17 14:16:53 +02:00 |
MarkBaker
|
334747867d
|
Merge branch 'psr2' of https://github.com/PHPOffice/PHPExcel into psr2
Conflicts:
Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php
|
2015-05-17 00:47:17 +01:00 |
MarkBaker
|
61e81377cb
|
Yet more of the psr-2 work
|
2015-05-16 23:18:40 +01:00 |
Progi1984
|
082fb1b475
|
PSR2 Fixes
|
2015-05-16 23:09:31 +02:00 |
Progi1984
|
f827a25af2
|
PSR2 Fixes
|
2015-05-16 19:00:31 +02:00 |
MarkBaker
|
4c8dd00dff
|
More psr-2 goodness
|
2015-05-15 23:41:50 +01:00 |
Progi1984
|
96f3d0e6ee
|
PSR-2 : Fixes
|
2015-05-15 12:55:10 +02:00 |
Progi1984
|
2881bca443
|
PSR-2 : Fixes
|
2015-05-13 12:27:01 +02:00 |
MarkBaker
|
4a977f1848
|
Fixed merge errors
|
2015-05-13 01:29:12 +01:00 |
MarkBaker
|
99b0beb721
|
Merge branch 'psr2' of https://github.com/PHPOffice/PHPExcel into psr2
Conflicts:
Classes/PHPExcel/Calculation.php
Classes/PHPExcel/Shared/CodePage.php
Classes/PHPExcel/Shared/Date.php
Classes/PHPExcel/Shared/ZipArchive.php
|
2015-05-13 00:45:56 +01:00 |
MarkBaker
|
f7296f58b4
|
More PSR-2 goodness.... getting there slowly
|
2015-05-13 00:40:55 +01:00 |
Progi1984
|
61b5fa0beb
|
Validation PSR-2 : Tabs to spaces
|
2015-05-12 11:22:06 +02:00 |
MarkBaker
|
fca778225c
|
Ajust copyright to 2015
|
2015-05-02 23:50:37 +01:00 |
MarkBaker
|
d3148bdcdb
|
Minor bugfixes
|
2015-03-09 23:59:13 +00:00 |
MarkBaker
|
31aa953c0b
|
Remove trailing white space from PCLZip
|
2015-02-04 15:41:59 +00:00 |
MarkBaker
|
71dba49fff
|
Improvements to array arithmetic (MMULT)
Better setup of calculation function tests to ensure consistent environment
|
2015-01-23 23:44:32 +00:00 |
MarkBaker
|
dc137c293a
|
Method for reversing the case of a string, for use in comparisons where lower-case/upper-case is reversed
|
2015-01-18 12:31:18 +00:00 |
MarkBaker
|
3f85430e6c
|
Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE instead of using Codepage 1200
|
2014-12-05 21:31:17 +00:00 |
chamaeleon-nitr
|
832421bbca
|
Bug in String.php
In function IsUTF8
|
2014-11-10 17:43:16 +03:00 |
MarkBaker
|
57ce19d20a
|
Remove references to PHP versions < 5.2
|
2014-09-05 10:17:39 +01:00 |
Mark Baker
|
b21fdba7ea
|
Merge pull request #389 from CQD/develop
Add Mac CJK codepage definition.
|
2014-07-14 23:12:05 +01:00 |
MarkBaker
|
59ef7c3325
|
Don't cache column width adjustment, because it should be based on the font size being used for a cell, and so should be dynamic
|
2014-07-03 01:01:39 +01:00 |
MarkBaker
|
ddec5e9706
|
Improve speed of calculation for autosize columns to reduce save time
|
2014-07-03 00:43:29 +01:00 |
CQD
|
ae2e4c9a01
|
Add MAC CJK codepage
Refering to
http://msdn.microsoft.com/en-us/library/system.text.encodinginfo.codepage%28v=vs.110%29.aspx
|
2014-06-23 14:18:48 +08:00 |
CQD
|
05dbc90392
|
Code formating
|
2014-06-23 14:13:27 +08:00 |
CQD
|
0ff99cb6ab
|
Code formating
|
2014-06-23 14:10:09 +08:00 |
Martin Evans
|
487888414a
|
Minor Docblock update: corrected the return value from PHPExcel_Shared_Date::ExcelToPHPObject updated to reflect the PHP DateTime object that is to be returned.
|
2014-06-15 18:05:51 +01:00 |
Mark Baker
|
b4a4062a5d
|
GH-343 Error with PCLZip temporary directory
|
2014-03-29 00:06:50 +00:00 |
Mark Baker
|
992aee683a
|
Update to copyright year in file headers
|
2013-12-31 18:36:33 +00:00 |
Mark Baker
|
30459d260d
|
General: (RomanSyroeshko) GB-265 - PHPExcel_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input
|
2013-11-18 08:00:49 +00:00 |
Mark Baker
|
0d8a5d1f0b
|
General: (adamriyadi) Work Item GH-247 - Modify PHPExcel_Reader_Excel2007 to use zipClass from PHPExcel_Settings::getZipClass()
This allows the use of PCLZip when reading for people that don't have access to ZipArchive
|
2013-11-17 17:33:56 +00:00 |
Mark Baker
|
7fb98dbcd5
|
Fix to new PCLZip wrapper locateName() method
|
2013-11-17 14:15:22 +00:00 |
Mark Baker
|
51a1661c79
|
Feature: (adamriyadi) GH-247 - Add locateName() and getFromName() to PHPExcel_Shared_ZipArchive
|
2013-11-17 13:09:11 +00:00 |
Mark Baker
|
f86458630f
|
Trap for scientific format masks with "0" or "#" before the "E"
|
2013-10-28 19:13:59 +00:00 |
Mark Baker
|
bff907a1b8
|
Number format mask test for dates: test for "General" format should be case-insensitive, and scientific format mask shouldn't return a positive for date
|
2013-10-28 19:05:26 +00:00 |
Mark Baker
|
a11a8da417
|
Issue 19827 - Unknown codepage: 10008
|
2013-08-23 09:06:15 +01:00 |
Mark Baker
|
8f7db244de
|
Eliminate unnecessary version checks
|
2013-06-16 10:26:16 +01:00 |
Mark Baker
|
7a7634fba6
|
Only read first 8 bytes of a file when validating, rather than load the entire file into memory at that point
|
2013-05-24 12:57:42 +01:00 |
Mark Baker
|
c17a4a62a3
|
Improvements to formatting numbers with more complex masks
|
2013-05-21 18:00:57 +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
|
c660492446
|
Docblocks
|
2013-04-27 18:07:12 +01:00 |
Mark Baker
|
d79bdc5b19
|
iconv rather than mbstring for convert encoding
|
2013-03-24 21:56:06 +00:00 |
Mark Baker
|
b42d4a353c
|
Fix reference to worksheet/cell collection from cell in isDateTime()
|
2013-03-20 13:48:25 +00:00 |
Mark Baker
|
80e3c46f3a
|
iconv() is more efficient than mb_convert_encoding()
|
2013-03-16 00:18:38 +00:00 |
Dominik Bonsch
|
2863152399
|
Merge branch 'develop' into experimental
|
2013-01-22 21:21:22 +01:00 |
Dominik Bonsch
|
765fba9d4a
|
#131 added a check if the constant IDENTIFIER_OLE allready exists,
thx to @prolic
|
2013-01-22 21:20:32 +01:00 |