MarkBaker
2b60157497
Fix and improve XXE security scanning for XML-based Readers
2018-11-22 23:50:50 +01:00
MarkBaker
c4782b6606
General: (sim642) Pull Request 489 - Implement actual timezone adjustment into PHPExcel_Shared_Date::PHPToExcel
2016-03-31 23:50:44 +01:00
MarkBaker
a1dee8f6c3
Bugfix: (vitalyrepin) Pull Request 869 - c:max and c:min elements shall NOT be inside c:orientation elements
2016-03-31 23:25:30 +01:00
MarkBaker
7fa160905b
General: (rentalhost) Work Item GH-575 - Excel 2007 Reader freezes because of conditional formatting
2016-03-22 13:35:28 +00:00
MarkBaker
39d8b8f57a
Feature: (Tomino2112) Work Item GH-808 - MemoryDrawing not working in HTML writer
...
Manual merge of Pull Request
2016-03-01 23:15:49 +00:00
MarkBaker
ecdb406d4d
A mass of small changes including
...
* Implementation of the Excel SUMIFS function
* Fixes for Readers to handle various malformed spreadsheet file formats
* Better error handling in Iterators
* Suppression of Chart formula evaluation on save if formula evaluation is disabled
* Changes for PHP7
* Hopefully fixed a memory issue with unsetting PHPExcel object failing to unset the calculation engine
2015-11-15 18:04:45 +00:00
MarkBaker
879f86c235
GH-554 - Whitespace after toRichTextObject()
2015-07-12 23:16:41 +01:00
MarkBaker
e4d29824a6
General: (umpirsky) Work Item GH-548 - Optimize vlookup() sort
2015-05-24 12:32:24 +01:00
MarkBaker
1ba2ae0cec
Bugfix: (ncrypthic) Work Item GH-570 - Ignore inlineStr type if formula element exists
2015-05-24 12:27:36 +01:00
MarkBaker
3c3154c4a3
PSR-2 variable naming for caching classes, remove leading underscores
2015-05-05 19:40:34 +01:00
MarkBaker
c9cb4d4286
Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body
2015-05-01 08:06:07 +01:00
MarkBaker
2b6380693d
change log
2015-04-30 23:54:21 +01:00
MarkBaker
7ccb90064b
Rework of Iterators for existing cells only
2015-04-30 19:07:49 +01:00
MarkBaker
0ab614fd95
Security: XML filescan in XML-based Readers to prevent XML Entity Expansion (XEE)
...
(see http://projects.webappsec.org/w/page/13247002/XML%20Entity%20Expansion for an explanation of XEE injection) attacks
2015-04-29 00:43:04 +01:00
MarkBaker
de9fc7b888
Update latest bugfix details in changelog
2015-03-04 23:37:52 +00:00
MarkBaker
0f146e4f31
Feature: Helper to convert basic HTML markup to a Rich Text object
2014-12-27 23:48:24 +00:00
MarkBaker
d7ea3e2ab0
Feature: (cifren/MBaker) Work Item GH-205 - Handling merge cells in HTML Reader
2014-12-07 14:45:55 +00:00
MarkBaker
4d67ff7de9
Bugfix: Work Item GH-302 - Fix for CEIL() and FLOOR() when number argument is zero
2014-12-06 17:44:27 +00:00
MarkBaker
75464688d5
Github issue log reference for codepage 21010 issue
2014-12-05 21:32:53 +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
MarkBaker
0296daa75c
General: Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae
2014-12-03 08:05:25 +00:00
MarkBaker
903f737a39
Bugfix: (bobwitlox) Work Item GH-467 - Bug in Excel2003XML reader, parsing merged cells
2014-11-26 22:24:53 +00:00
Mark Baker
184c1bc290
Merge pull request #446 from wiseloren/develop
...
CP21454 "No Impact" conditional formatting fix for NumberFormat
2014-11-13 00:50:56 +00:00
MarkBaker
5bce69de6f
Bugfix: (frozenstupidity) Work Item GH-423 - Fix invalid NA return in VLOOKUP
...
Manual merge
2014-11-12 22:21:47 +00:00
MarkBaker
fdefb8e392
Discard Autofilters in Excel2007 Reader when filter range isn't a valid range
2014-11-11 23:18:13 +00:00
Loren Klingman
26aa0b27f7
"No Impact" conditional formatting fix for NumberFormat
2014-10-15 11:32:27 -05:00
MarkBaker
01d6f7f1d5
Bugfix: (masanaikeshima) Work Item GH-426 - Pie chart won't work in Excel 2013
2014-09-10 17:45:17 +01:00
MarkBaker
d4a641c5c7
General: Work Item GH-394 - DefaultValueBinder is too much aggressive when converting string to numeric
2014-09-09 23:59:55 +01:00
MarkBaker
31d60ad524
Fix to getStyle() call for cell object
2014-09-09 23:57:16 +01:00
MarkBaker
f77d3d1668
Bugfix: 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
2014-09-05 10:20:12 +01:00
MarkBaker
ba1e16d630
Bugfix: - Fix for percentage operator in formulae for BIFF Writer
2014-08-27 23:27:11 +01:00
MarkBaker
a7cf8c63e2
Bugfix: Work Item GH-384 - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0
2014-08-23 13:54:21 +01:00
MarkBaker
14e5e806a7
Bugfix: Fix to autoloader registration for backward compatibility with PHP 5.2.0 not accepting the prepend flag
2014-08-05 15:03:54 +01:00
MarkBaker
d9fa784e1b
Bugfix: 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
2014-07-27 15:18:00 +01:00
MarkBaker
ab693eafcd
Feature: (bolovincev) Work Item GH-269 - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
2014-07-27 13:12:44 +01:00
MarkBaker
698a56eb92
Bugfix: Work Item GH-350 - Keep/set the value on Reader _loadSheetsOnly as NULL, courtesy of Restless-ET
2014-07-27 12:51:38 +01:00
MarkBaker
6a0d5b3c2a
Update change log
2014-07-27 12:39:01 +01:00
MarkBaker
87be8d3d8e
Bugfix to ensure that current cell is maintained when executing formula calculations
2014-07-15 23:33:06 +01:00
MarkBaker
c6d0a4d3d0
Additional divide by zero handling
2014-07-14 23:45:46 +01:00
MarkBaker
944a9ee32e
PRs in changelog
2014-07-14 23:07:00 +01:00
Mark Baker
e69a5e4d0f
Documentation updates
2014-03-02 15:22:49 +00:00
Mark Baker
357a3b1fc2
Documentation
2014-03-02 13:40:35 +00:00
Mark Baker
714b07881f
Changelog
2014-03-02 13:27:41 +00:00
Mark Baker
e892215970
Bugfix: Work item GH321, GH158, CP17824 - LibreOffice created XLSX files results in an empty file.
...
Bugfix: Work item CP20760 - Formula references to cell on another sheet in ODS files
2014-02-23 15:35:05 +00:00
Mark Baker
2caeb22122
Bugfix: Work item CP20760 - Formula references to cell on another sheet in ODS files
2014-02-22 12:30:36 +00:00
Mark Baker
65178504ca
Added CVE reference to changelog
2014-02-21 10:53:52 +00:00
Mark Baker
c243bcb8ad
Updated documentation for XXE injection in readers
2014-02-21 09:51:59 +00:00
Mark Baker
220da7485e
Bugfix: Work item CP20703 - Calculation engine incorrectly evaluates empty cells as #VALUE
2014-02-09 16:08:17 +00:00
Mark Baker
496b76e70a
Bugfix: Work Item CP20604 - Adding Sheet to Workbook Bug
2014-01-08 10:15:07 +00:00
Mark Baker
93b3b8eed2
Bugfix: Work Item GH-290 - AdvancedValueBinder "Division by zero"-error
2013-12-31 01:13:06 +00:00