Commit Graph

1338 Commits

Author SHA1 Message Date
Progi1984 727ab1ef34 #401 : Support for namespaces 2016-03-22 22:40:11 +01:00
Progi1984 04cceaae2b #401 : Support for namespaces (Fix PHPUnit) 2016-03-22 22:26:17 +01:00
Progi1984 c5b352169c #401 : Support for namespaces 2016-03-22 22:20:22 +01:00
Progi1984 218a062e0b #401 : Support for namespaces 2016-03-22 21:47:23 +01:00
Progi1984 eff6074100 #401 : Support for namespaces 2016-03-22 21:46:14 +01:00
Progi1984 8d9221e711 #401 : Support for namespaces 2016-03-22 16:56:25 +01:00
Progi1984 2e396b7416 #401 : Support for namespaces 2016-03-22 16:56:11 +01:00
Progi1984 7562cc8757 #401 : Support for namespaces 2016-03-22 16:56:04 +01:00
Progi1984 d0d018b661 #401 : Support for namespaces 2016-03-22 16:55:55 +01:00
Progi1984 27925954fb #401 : Support for namespaces 2016-03-22 16:55:47 +01:00
Progi1984 2c245ab725 #401 : Support for namespaces 2016-03-22 16:55:37 +01:00
Progi1984 dc3e96091a #401 : Support for namespaces 2016-03-22 16:55:24 +01:00
Progi1984 c866be3c7a #401 : Support for namespaces 2016-03-22 16:44:56 +01:00
Progi1984 f546be620e #401 : Support for namespaces 2016-03-22 16:26:31 +01:00
Progi1984 86bfdcba15 Merge remote-tracking branch 'origin/1.9' into 1.9 2016-03-22 16:11:20 +01:00
Progi1984 54ae9901f5 #401 : Support for namespaces 2016-03-22 16:11:05 +01:00
MarkBaker fcaf73e77f Merge branch '1.9' of https://github.com/PHPOffice/PHPExcel into 1.9 2016-03-22 14:50:28 +00:00
Progi1984 95e6c5e264 #401 : Support for namespaces 2016-03-22 15:35:50 +01:00
Progi1984 73ac0aee35 Fix some errors with samples 2016-03-22 15:19:00 +01:00
MarkBaker 710ab744db General: (rentalhost) Work Item GH-575 - Excel 2007 Reader freezes because of conditional formatting 2016-03-22 13:36:24 +00:00
Progi1984 6e222bbdde Fix some errors with samples 2016-03-22 14:25:49 +01:00
Progi1984 114fc00763 Fix some PHPCS errors 2016-03-22 10:08:48 +01:00
Progi1984 03f053bf77 Fix PHPCS Error 2016-03-18 11:18:31 +01:00
MarkBaker 2e0e9b2398 Detect the presence of a sep=; line in CSV imports, and set the delimiter accordingly 2016-03-17 23:05:14 +00:00
MarkBaker b9ae7d1873 Allow inclusion of a sep=; line when creating csv files 2016-03-17 23:04:34 +00:00
MarkBaker ee73d559b9 Fix missing ; in last commit 2016-03-07 07:58:41 +00:00
MarkBaker 0c3a5c2e40 Allow formatted strings as argument in PHPToExcel date conversion 2016-03-06 23:27:33 +00:00
MarkBaker 467dc6e80e Minor updates to documentation 2016-03-06 23:24:25 +00:00
MarkBaker 4a67f086a1 Feature: (Tomino2112) Work Item GH-808 - MemoryDrawing not working in HTML writer
Manual merge of Pull Request
2016-03-01 23:16:13 +00:00
MarkBaker fa98c373df Allow HYPERLINK() function to set the tooltip, and add extra examples of setting hyperlinks either through PHPExcel methods or using the HYPERLINK() function 2016-03-01 12:33:50 +00:00
MarkBaker 6db66a0da4 Docblock fix 2016-02-29 09:33:09 +00:00
MarkBaker f8bc12740d Fix reference for gd in composer 2016-02-09 15:27:42 +00:00
MarkBaker a09bb9b734 Worksheet information example 2016-01-25 19:07:05 +00:00
MarkBaker 5efd01f353 Modify export ignores 2016-01-15 01:19:39 +00:00
MarkBaker 141d64d6a2 Minor bugfixes and documentation changes 2016-01-13 22:38:34 +00:00
MarkBaker 189a5c439e Refactor mappers out from Excel5 Reader completely 2016-01-01 18:21:24 +00:00
MarkBaker 70a557346e Refactor colour mapping for Excel5 Reader 2015-12-30 02:18:30 +00:00
MarkBaker 6518b75796 Start work on implementing an option to ignore "empty" cells when reading a file 2015-12-30 00:24:48 +00:00
MarkBaker 28d3b97d0d Missing Reader/Writer abstracts 2015-12-29 00:00:12 +00:00
MarkBaker 1926c652db Modify getCell() methods to allow creating a new cell if the selected cell doesn't exist as an option 2015-12-28 23:59:09 +00:00
MarkBaker 0025318d7e Minor tweaks 2015-12-06 16:08:37 +00:00
MarkBaker 6dc0c1f1b6 Additional codepages 2015-11-09 23:33:26 +00:00
MarkBaker 84011f8d57 Initial implementation of SUMIFS() function 2015-11-09 21:39:35 +00:00
MarkBaker bb7b48d94c Fix to MEDIAN() function 2015-10-28 00:47:15 +00:00
MarkBaker 26cf4c0709 Remove savedPrecision from Calculation Engine 2015-10-15 23:07:36 +01:00
MarkBaker 0985caf352 Fix for problem with xlsx files overriding the reserved number format codes below 164 with custom codes 2015-10-14 23:24:34 +01:00
MarkBaker 450e1672f0 Fix to allow calculate formula against a workbook, without passing in a cell 2015-09-17 23:57:01 +01:00
MarkBaker 0a949eb2d2 Modified gitattributes 2015-09-14 23:47:15 +01:00
MarkBaker f7e772dee4 Fix suggest in composer 2015-09-14 23:33:37 +01:00
MarkBaker f6c99e0a25 Fix composer 2015-09-14 23:17:41 +01:00