558da2269dFix a couple of errors that have sneaked into the date code, plus some minor problems in radar/scatter chart examples, and a spurious html comment that had sneaked into spreadsheet
MarkBaker
2016-08-13 13:28:29 +0100
745499cc55Changes to Date/Time conversion functions to use DateTime objects internally rather than unix timestamps; Changes to Date/Time methods to make them more intuitive and correct (eg `excelToTimestamp` rather than `excelToPHP`) TODO - Still need to write unit tests, and convert Examples to use the new names
MarkBaker
2016-08-13 11:49:01 +0100
30bb53ebf8Double call of PHPExcel_Cell::stringFromColumnIndex(PHPExcel_Cell::stringFromColumnIndex(0)) resulting in `PHP Warning: A non-numeric value encountered"
MarkBaker
2016-08-05 00:22:19 +0100
984bf1f7de#401 : Fix for MPDF
Progi1984
2016-05-13 22:23:48 +0200
0521be04fa#401 : Fix for TcPDF
Progi1984
2016-05-13 22:23:11 +0200
2fed2de62d#401 : Fix for PHPCS
Progi1984
2016-05-13 22:06:18 +0200
3bb541c610GH-879 Bug in file PHPExcel/Reader/CSV.php Code logic identifying a defined separator when no separator is explicitly defined Case-insensitive check when separator is explicitly defined
MarkBaker
2016-04-14 23:20:07 +0100
343955453aGeneral: (sim642) Pull Request 489 - Implement actual timezone adjustment into PHPExcel_Shared_Date::PHPToExcel
MarkBaker
2016-03-31 23:50:57 +0100
18a45ee7a1Bugfix: (vitalyrepin) Pull Request 869 - c:max and c:min elements shall NOT be inside c:orientation elements
MarkBaker
2016-03-31 23:26:45 +0100
727ab1ef34#401 : Support for namespaces
Progi1984
2016-03-22 22:40:11 +0100
04cceaae2b#401 : Support for namespaces (Fix PHPUnit)
Progi1984
2016-03-22 22:26:17 +0100
c5b352169c#401 : Support for namespaces
Progi1984
2016-03-22 22:20:22 +0100
218a062e0b#401 : Support for namespaces
Progi1984
2016-03-22 21:47:23 +0100
eff6074100#401 : Support for namespaces
Progi1984
2016-03-22 21:46:14 +0100
8d9221e711#401 : Support for namespaces
Progi1984
2016-03-22 16:56:25 +0100
2e396b7416#401 : Support for namespaces
Progi1984
2016-03-22 16:56:11 +0100
7562cc8757#401 : Support for namespaces
Progi1984
2016-03-22 16:56:04 +0100
d0d018b661#401 : Support for namespaces
Progi1984
2016-03-22 16:55:55 +0100
27925954fb#401 : Support for namespaces
Progi1984
2016-03-22 16:55:47 +0100
2c245ab725#401 : Support for namespaces
Progi1984
2016-03-22 16:55:37 +0100
dc3e96091a#401 : Support for namespaces
Progi1984
2016-03-22 16:55:24 +0100
c866be3c7a#401 : Support for namespaces
Progi1984
2016-03-22 16:44:56 +0100
f546be620e#401 : Support for namespaces
Progi1984
2016-03-22 16:26:31 +0100
86bfdcba15Merge remote-tracking branch 'origin/1.9' into 1.9
Progi1984
2016-03-22 16:11:20 +0100
54ae9901f5#401 : Support for namespaces
Progi1984
2016-03-22 16:11:05 +0100
2e0e9b2398Detect the presence of a sep=; line in CSV imports, and set the delimiter accordingly
MarkBaker
2016-03-17 23:05:14 +0000
b9ae7d1873Allow inclusion of a sep=; line when creating csv files
MarkBaker
2016-03-17 23:04:34 +0000
ee73d559b9Fix missing ; in last commit
MarkBaker
2016-03-07 07:58:41 +0000
0c3a5c2e40Allow formatted strings as argument in PHPToExcel date conversion
MarkBaker
2016-03-06 23:27:33 +0000
467dc6e80eMinor updates to documentation
MarkBaker
2016-03-06 23:24:25 +0000
4a67f086a1Feature: (Tomino2112) Work Item GH-808 - MemoryDrawing not working in HTML writer Manual merge of Pull Request
MarkBaker
2016-03-01 23:16:13 +0000
fa98c373dfAllow HYPERLINK() function to set the tooltip, and add extra examples of setting hyperlinks either through PHPExcel methods or using the HYPERLINK() function
MarkBaker
2016-03-01 12:33:50 +0000
116c7f1540Fix IReader reference in documentation
MarkBaker
2015-09-14 22:52:05 +0100
818413ebe0We shouldn't override any of the built-in MS Excel values (values below id 164) But there's a lot of naughty homebrew xlsx writers that do use "reserved" id values that aren't actually used So we make allowance for them rather than lose formatting masks
MarkBaker
2015-08-14 19:50:49 +0100
8af8d3b460Fix to HTML generation with charts that fall outside of the main data area, and fix to show trailing `/` in folders for the jpgraph in examples
MarkBaker
2015-08-03 19:50:34 +0100
21f5db0ca5Additional work on number format masks
MarkBaker
2015-08-03 00:33:46 +0100
7c0208bd26Handle some discrepancies between the ECMA standard and actual internal number formats used by MS Excel
MarkBaker
2015-08-02 00:40:42 +0100