d4a641c5c7General: Work Item GH-394 - DefaultValueBinder is too much aggressive when converting string to numeric
MarkBaker
2014-09-09 23:59:55 +0100
31d60ad524Fix to getStyle() call for cell object
MarkBaker
2014-09-09 23:57:16 +0100
b56bcb980bMerge pull request #432 from driebit/fix-undefined-offset
Progi1984
2014-09-08 19:09:23 +0200
fdfd36cc04Improve sheet index error handling
David de Boer
2014-09-08 17:16:31 +0200
f77d3d1668Bugfix: Work Item GH-384 - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0 Additional check that libxml is running at an appropriate version by testing if libxml flag value constants are defined
MarkBaker
2014-09-05 10:20:12 +0100
a7cf8c63e2Bugfix: Work Item GH-384 - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0
MarkBaker
2014-08-23 13:54:21 +0100
b518c0d404Merge pull request #424 from nvanheuverzwijn/patch-1
Progi1984
2014-08-17 19:33:14 +0200
d777d0283dSupport for cell readorder Context/LTR/RTL
MarkBaker
2014-08-17 18:15:44 +0100
cdaabc57f1Fix indentation in documentation
Nicolas Vanheuverzwijn
2014-08-16 14:55:11 -0400
125f39c745Minor performance tweak to PHPTemp and DiscISAM caching
MarkBaker
2014-08-16 11:12:32 +0100
bdb8b50156Use th rather than td for cells when in thead
MarkBaker
2014-08-06 00:09:44 +0100
14e5e806a7Bugfix: Fix to autoloader registration for backward compatibility with PHP 5.2.0 not accepting the prepend flag
MarkBaker
2014-08-05 15:03:54 +0100
780cb74782URL Hyperlink data may not use the full length of the data field, but could instead be terminated by a null byte character
MarkBaker
2014-08-03 22:02:46 +0100
c2a04ab777Add new example to runall
MarkBaker
2014-08-03 00:22:49 +0100
0d07a35fe5In-code comments and add data for linked validators example
MarkBaker
2014-08-02 23:57:53 +0100
1349511410Merge pull request #412 from z38/develop
Progi1984
2014-07-28 16:48:40 +0200
5e70376018Use normal array syntax to support PHP <5.4
z38
2014-07-28 16:27:52 +0200
d9fa784e1bBugfix: Work Item CP18105 - Loading an Excel 2007 spreadsheet throws an "Autofilter must be set on a range of cells" exception Fix to jpgraph path for Chart Rendering tests
MarkBaker
2014-07-27 15:18:00 +0100
ab693eafcdFeature: (bolovincev) Work Item GH-269 - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
MarkBaker
2014-07-27 13:12:44 +0100
983843d50cMerge pull request #269 from bolovincev/patch-1
Mark Baker
2014-07-27 13:07:19 +0100
698a56eb92Bugfix: Work Item GH-350 - Keep/set the value on Reader _loadSheetsOnly as NULL, courtesy of Restless-ET
MarkBaker
2014-07-27 12:51:38 +0100
87be8d3d8eBugfix to ensure that current cell is maintained when executing formula calculations
MarkBaker
2014-07-15 23:33:06 +0100
c6d0a4d3d0Additional divide by zero handling
MarkBaker
2014-07-14 23:45:46 +0100
311d03b4c3Merge pull request #329 from sarciszewski/patch-2
Mark Baker
2014-07-14 23:37:03 +0100
b21fdba7eaMerge pull request #389 from CQD/develop
Mark Baker
2014-07-14 23:12:05 +0100
944a9ee32ePRs in changelog
MarkBaker
2014-07-14 23:07:00 +0100
abd0db5ba7Merge pull request #403 from frost-nzcr4/ft-157-ODF-comments
Mark Baker
2014-07-14 23:04:21 +0100
0e14e41299Merge pull request #397 from goncons/develop
Mark Baker
2014-07-14 23:01:13 +0100
11f906d932Merge pull request #404 from WiktrzGE/develop
Mark Baker
2014-07-14 22:52:17 +0100
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
Wiktor
2014-07-14 16:59:53 +0200
524c093895Fix reader when comment within text:p element
Alexander Pervakov
2014-07-14 14:55:57 +0400
a81a7da661Add cell comment
Alexander Pervakov
2014-07-14 14:51:45 +0400
927d1513cfFix output in ODS example
Alexander Pervakov
2014-07-14 12:07:07 +0400
f3df66a971Merge pull request #399 from Nyholm/patch-1
Progi1984
2014-07-09 21:17:28 +0200
4f6256e621Added PHP 5.6 and HHVM to travis.yml
Tobias Nyholm
2014-07-09 12:18:09 +0200
6335e6c008Merge pull request #398 from papettoTV/develop
Progi1984
2014-07-09 08:31:19 +0200
1694960cd5Fixed failed include PHPExcel.php
yokota
2014-07-09 10:53:03 +0900
d03ffd6776Open Document cell with not numeric formula
goncons
2014-07-06 18:48:07 -0430
59ef7c3325Don't cache column width adjustment, because it should be based on the font size being used for a cell, and so should be dynamic
MarkBaker
2014-07-03 01:01:39 +0100
ddec5e9706Improve speed of calculation for autosize columns to reduce save time
MarkBaker
2014-07-03 00:43:29 +0100
ae2e4c9a01Add MAC CJK codepage
CQD
2014-06-23 14:18:48 +0800
78a065754dMerge pull request #387 from trxndynamics/develop
Progi1984
2014-06-15 21:26:15 +0200
487888414aMinor Docblock update: corrected the return value from PHPExcel_Shared_Date::ExcelToPHPObject updated to reflect the PHP DateTime object that is to be returned.
Martin Evans
2014-06-15 18:05:51 +0100
a396ec09bbMerge pull request #383 from alex-ception/develop
Mark Baker
2014-06-14 10:33:56 +0100
0ce009a4d4Merge pull request #386 from trxndynamics/develop
Progi1984
2014-06-12 10:42:51 +0200
a6672451a5Minor Docblock update: return values on load function for PHPExcel_Reader_IReader and Excel2007 now listed as @return PHPExcel in order to utilize auto complete via IDE.
Martin Evans
2014-06-12 09:20:16 +0100
b2da39fc5dMerge pull request #367 from januarsiregar/develop
Mark Baker
2014-06-08 18:00:25 +0100
afb0101a32Merge pull request #349 from luxbet/poisson_fix
Mark Baker
2014-06-08 17:57:42 +0100
5c708feba8Merge pull request #378 from frost-nzcr4/ft-157-ODF
Mark Baker
2014-06-08 17:52:35 +0100
cef1b274cdMerge pull request #352 from ke20/patch-1
Mark Baker
2014-06-08 17:48:36 +0100
5ab877958fReduce memory usage after an xls load
MarkBaker
2014-06-06 23:56:57 +0100
f5c0d0a3fdFixed bug on jpgraph dependencies (It's suggested to use composer jpgraph/jpgraph instead of requiring these files)
Alexandre ANDRÉ
2014-06-06 15:56:40 +0200
0cf12f5dc3Merge pull request #381 from shrimpwagon/patch-1
Progi1984
2014-05-31 10:23:31 +0200
5569c92449Invalid Index
Shawn Welch
2014-05-30 16:46:44 -0400
a6f00db9c6Change the getter/setter for zeroHeight to camel case
Alexander Pervakov
2014-05-30 14:37:11 +0400
de6a1ab354Add example
Alexander Pervakov
2014-05-30 11:13:34 +0400
f51ed2c709Implements basic writing functionality
Alexander Pervakov
2014-05-30 10:44:22 +0400
2376bef3c2Implement empty ODF archive
Alexander Pervakov
2014-05-29 14:37:45 +0400
9a0071bff1Merge pull request #377 from dmelo/develop
Progi1984
2014-05-30 08:46:05 +0200
c7060d29bdChange the names of variables $plotarea and $dataseriesLabel to $plotArea and $dataSeriesLabel, respectively, to make it camel case compliant
Diogo Oliveira de Melo
2014-05-29 16:45:21 -0300
4ab61ad35aMerge pull request #368 from TravisPaul/develop
Mark Baker
2014-05-26 12:04:25 +0100
08c1f4b19aPrevent autoload clash when previous code has used spl_autoload_register
Travis Paul
2014-05-14 16:31:09 -0400
6d72423579change sequential validation for orientation dompdf
januar
2014-05-10 18:24:51 +0700
9a38a531daBug "Undefined variable: options"
Kevin Auvinet
2014-04-15 15:07:06 +0200
83e024da99Allow value of 0 to be passed into POISSON formula
Bobby Sciacchitano
2014-04-08 11:43:53 +1000