PhpSpreadsheet/Classes/PHPExcel
Adrien Crivelli 5d6687b6ce ISTEXT() return wrong result if referencing an empty but formatted cell
ISTEXT should always return FALSE for empty cells, however PHPExcel returns
TRUE if the cell is formatted. This can be reproduced in Excel by choosing
formatting category "Text" for cell A1, and then in cell B1 input the
formula '=ISTEXT(A1)'. B1 will display FALSE, but PHPExcel will return TRUE.

This patch fix the NULL value being incorrectly cast to an empty string, and
thus eliminating ISTEXT() issue (and probably several others).
2013-11-22 19:33:56 +09:00
..
CachedObjectStorage General: (dresenhista) Work Item GH-242 - Functionality to getHighestRow() for a specified column, and getHighestColumn() for a specified row 2013-11-09 00:40:59 +00:00
CalcEngine Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Calculation Documentation fix: (PowerKiKi) GH-224 - Minor fix in DocBlock 2013-11-17 19:43:47 +00:00
Cell Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Chart In code comments for stock chart improvements 2013-09-15 18:11:48 +01:00
locale Bulgarian localisation 2013-07-15 09:28:47 +03:00
Reader Bugfix: (IndrekHaav) Work Item CP16208 - Fixed undefined variable error due to $styleArray being used before it's initialised 2013-11-18 14:28:22 +00:00
RichText Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Shared General: (RomanSyroeshko) GB-265 - PHPExcel_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input 2013-11-18 08:00:49 +00:00
Style Trap for scientific format masks with "0" or "#" before the "E" 2013-10-28 19:13:59 +00:00
Worksheet Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Writer Documentation fix: (PowerKiKi) GH-224 - Minor fix in DocBlock 2013-11-17 19:43:47 +00:00
Autoloader.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
CachedObjectStorageFactory.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Calculation.php Bugfix: (IndrekHaav) Work Item GH-212 - Fix for formulae that reference a sheet whose name begins with a digit: 2013-11-18 14:20:37 +00:00
Cell.php ISTEXT() return wrong result if referencing an empty but formatted cell 2013-11-22 19:33:56 +09:00
Chart.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Comment.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
DocumentProperties.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
DocumentSecurity.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Exception.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
HashTable.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
IComparable.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
IOFactory.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
NamedRange.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
ReferenceHelper.php Further fix to regexp for preventing update of absolute rows when adjusting row references 2013-11-07 23:24:04 +00:00
RichText.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Settings.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00
Style.php Fixes to style duplication 2013-08-15 23:28:51 +01:00
Worksheet.php Feature: (LWol) Work Item GH-252 - Adding support for macros, Ribbon in Excel 2007 2013-11-17 00:11:45 +00:00
WorksheetIterator.php Update to copyright year in file headers, and minor documentation updates 2013-05-14 12:20:28 +01:00