PhpSpreadsheet/Classes/PHPExcel
Adrien Crivelli f2e24ecdd4 Comparison operators on strings are usually case insensitive
Excel, Gnumeric and Google Spreadsheet are case insensitive, so the
default behavior of PHPExcel is modified accordingly.

However OpenOffice is case sensitive and is also supported via the
compatibility mode of PHPExcel.

Fixes #31
2013-11-21 16:04:59 +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 Comparison operators on strings are usually case insensitive 2013-11-21 16:04:59 +09:00
Cell.php Fixed silly missing ; typo 2013-10-13 11:54:24 +01: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