Commit Graph

  • 56eae54a4b Minor fix to chart layout Mark Baker 2013-12-23 08:13:12 +00:00
  • fcb794e2e2 Bugfix: Work Item GH-275 - Insert New Row/Column Before is not correctly updating formula references Mark Baker 2013-12-09 23:45:45 +00:00
  • e79181cb4d Bugfix: Work Item GH-275 - Insert New Row/Column Before is not correctly updating formula references Mark Baker 2013-12-09 22:33:45 +00:00
  • b9907446a3 Update Calculation.php Eliu Florez 2013-12-04 22:46:55 -04:30
  • 7a90c5b888 Mods to handle encrypted files on both 32-bit and 64-bit versions of PHP - currently only tested on 32-bit Windows Mark Baker 2013-12-03 13:51:40 +00:00
  • ee03569d72 General: (infojunkie) Work Item GH-276 - Convert properties to string in OOCalc reader Mark Baker 2013-12-01 11:37:10 +00:00
  • 9f93cab6c5 Merge pull request #276 from infojunkie/OOCalcReaderXML Mark Baker 2013-12-01 03:34:54 -08:00
  • c7a6431e09 Feature: (trvrnrth) Work Item GH-261 - Add support for reading protected (RC4 encrypted) .xls files (tweaked for PHP 5.2 compatibility) Mark Baker 2013-11-28 23:43:57 +00:00
  • b671d8376f Convert properties to string in OOCalc reader infojunkie 2013-11-25 16:18:46 -08:00
  • 4570c52d2a Bugfix: (PowerKiKi) Work Item GH-270/GH-31 - Binary comparison of strings are case insensitive Mark Baker 2013-11-23 21:38:09 +00:00
  • 56c9d079d1 Merge pull request #270 from PowerKiKi/issue_31 Mark Baker 2013-11-23 13:36:16 -08:00
  • f2f097733b Bugfix: (PowerKiKi) Work Item GH-273 - ISTEXT() return wrong result if referencing an empty but formatted cell Mark Baker 2013-11-23 21:22:06 +00:00
  • aa5a9d4168 Merge pull request #273 from PowerKiKi/issue_is_text Mark Baker 2013-11-23 13:00:50 -08:00
  • 5d6687b6ce ISTEXT() return wrong result if referencing an empty but formatted cell Adrien Crivelli 2013-11-22 19:33:56 +09:00
  • f2e24ecdd4 Comparison operators on strings are usually case insensitive Adrien Crivelli 2013-11-20 18:55:05 +09:00
  • f505648ec5 Update Worksheet.php getStyleByColumnAndRow() bolovincev 2013-11-19 22:51:11 +03:00
  • f5bd6dc0f2 Bugfix: (IndrekHaav) Work Item CP16208 - Fixed undefined variable error due to $styleArray being used before it's initialised Mark Baker 2013-11-18 14:28:22 +00:00
  • 9c6287a323 Bugfix: (IndrekHaav) Work Item GH-212 - Fix for formulae that reference a sheet whose name begins with a digit: these were erroneously identified as numeric values, causing the parser to throw an undefined variable error. Mark Baker 2013-11-18 14:20:37 +00:00
  • 30459d260d General: (RomanSyroeshko) GB-265 - PHPExcel_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input Mark Baker 2013-11-18 08:00:49 +00:00
  • 7f0a8044a4 Markdown charset, second attempt Mark Baker 2013-11-17 21:45:30 +00:00
  • dc416f83a5 Fix UTF-8 in markdown Mark Baker 2013-11-17 21:36:43 +00:00
  • aa660150ae Documentation (jamescostian) GH-234 - Fixed some malformed Markdown Mark Baker 2013-11-17 19:52:35 +00:00
  • f3755a0965 Documentation fix: (PowerKiKi) GH-224 - Minor fix in DocBlock Mark Baker 2013-11-17 19:43:47 +00:00
  • 4eefabf7a0 Modify OOCalc reader to work with PCLZip rather than ZipArchive if configured to do so Mark Baker 2013-11-17 17:45:21 +00:00
  • 0d8a5d1f0b General: (adamriyadi) Work Item GH-247 - Modify PHPExcel_Reader_Excel2007 to use zipClass from PHPExcel_Settings::getZipClass() This allows the use of PCLZip when reading for people that don't have access to ZipArchive Mark Baker 2013-11-17 17:33:56 +00:00
  • 7fb98dbcd5 Fix to new PCLZip wrapper locateName() method Mark Baker 2013-11-17 14:15:22 +00:00
  • 51a1661c79 Feature: (adamriyadi) GH-247 - Add locateName() and getFromName() to PHPExcel_Shared_ZipArchive Mark Baker 2013-11-17 13:09:11 +00:00
  • 732cb11e0c Feature: (LWol) Work Item GH-252 - Adding support for macros, Ribbon in Excel 2007 Mark Baker 2013-11-17 00:11:45 +00:00
  • fe84015077 On the chance that a cell doesn't have a defined style but it's still trying to be formatted Mark Baker 2013-11-16 10:38:30 +00:00
  • 968bfef0a2 Bugfix: When duplicating conditional styles, styles shifted by one column to the right Mark Baker 2013-11-15 19:24:51 +00:00
  • 1a85271db6 Bugfix: (Gemorroj) Work Item GH-268 - When duplicating styles, styles shifted by one column to the right Mark Baker 2013-11-15 19:11:08 +00:00
  • 8c0de39be2 Merge pull request #268 from Gemorroj/patch-1 Mark Baker 2013-11-15 11:08:15 -08:00
  • df592cc7c4 When duplicating styles, styles shifted by one column to the right. Gemorroj 2013-11-15 12:29:21 +03:00
  • 74f8efc1f8 Modified getHighest calls for row/column at Worksheet level to accept optional column/row arguments Mark Baker 2013-11-09 10:21:54 +00:00
  • 13a98ef631 General: (dresenhista) Work Item GH-242 - Functionality to getHighestRow() for a specified column, and getHighestColumn() for a specified row Mark Baker 2013-11-09 00:40:59 +00:00
  • 2bbe908e77 Bugfix: (RomanSyroeshko) Work Item GH-267 - CHOOSE() returns "#VALUE!" if the 1st entry is chosen Mark Baker 2013-11-08 19:47:13 +00:00
  • 23c1b6c597 Merge pull request #267 from RomanSyroeshko/PHPExcel#258 Mark Baker 2013-11-08 11:43:14 -08:00
  • 2bd1c10b21 Further fix to regexp for preventing update of absolute rows when adjusting row references Mark Baker 2013-11-07 23:24:04 +00:00
  • 94a1a69373 Bugfix: Work item 20397 - Serious bug in absolute cell reference used in shared formula Would also have affected insert/delete column/row Mark Baker 2013-11-07 23:14:39 +00:00
  • ded0f6dc13 https://github.com/PHPOffice/PHPExcel/issues/258 Roman Syroeshko 2013-11-03 21:24:10 -08:00
  • f9f37f566a Feature: (trvrnrth) - Add support for reading protected (RC4 encrypted) .xls files (64-bit Linux only) Mark Baker 2013-11-03 22:46:11 +00:00
  • f20049c37e Merge pull request #261 from trvrnrth/excel5CryptoRC4 Mark Baker 2013-11-03 14:43:14 -08:00
  • 8d51b6e90a Merge pull request #228 from PowerKiKi/patch-sumif Mark Baker 2013-10-31 07:03:07 -07:00
  • acadff4b7b Merge pull request #256 from trik/develop Mark Baker 2013-10-30 15:01:58 -07:00
  • fed92a3f91 Merge pull request #244 from Slamdunk/patch-1 Mark Baker 2013-10-30 06:56:47 -07:00
  • 6fd27196f0 Bugfix: (tavoarcila) Work Item GH-259 - Bug fix reading Open Office files Mark Baker 2013-10-30 13:50:40 +00:00
  • 233021529c Implement Excel 5 RC4 stream decryption Trevor North 2013-10-29 11:25:36 +00:00
  • f86458630f Trap for scientific format masks with "0" or "#" before the "E" Mark Baker 2013-10-28 19:13:59 +00:00
  • bff907a1b8 Number format mask test for dates: test for "General" format should be case-insensitive, and scientific format mask shouldn't return a positive for date Mark Baker 2013-10-28 19:05:26 +00:00
  • 6d21efc173 Updated data validation example to show a list derived from data in the worksheet rather than from a comma-separated string Mark Baker 2013-10-17 11:19:20 +01:00
  • a90b711edd Fixed problem in Excel 2007 reader with headers and footers containing multiple images. All images were substituted with the first one. Marco Marche 2013-10-17 10:50:14 +02:00
  • 9d22445673 Eliminate some code duplication Mark Baker 2013-10-13 17:09:09 +01:00
  • b6e09de195 Fixed silly missing ; typo Mark Baker 2013-10-13 11:54:24 +01:00
  • ea18123aea Added an isFormula() method to the cell object Mark Baker 2013-10-13 11:37:00 +01:00
  • bdd1f6fa31 Added page header and footer examples to print options demo script Mark Baker 2013-10-13 11:31:01 +01:00
  • 4f82ad4160 Case-sensitivity fix Mark Baker 2013-10-09 12:48:41 +01:00
  • 68a0918ceb General: Fix to calculation properties for Excel2007 so that the opening application will only recalculate on load if it's actually required General: Modified Excel2007 Writer to default preCalculateFormulas to false Note that autosize columns will still recalculate affected formulae internally Mark Baker 2013-10-04 20:48:15 +01:00
  • 555a4ab828 In code comments for stock chart improvements Mark Baker 2013-09-15 18:11:48 +01:00
  • 47f3888664 Fixed rendering of stock charts with jpgraph Mark Baker 2013-09-15 12:44:39 +01:00
  • cb5fc9532f Fixes to stock charts Mark Baker 2013-09-14 23:13:17 +01:00
  • 4b0c98eb58 Travis: test also against PHP 5.5 Filippo Tessarotto 2013-09-06 10:53:46 +02:00
  • a11a8da417 Issue 19827 - Unknown codepage: 10008 Mark Baker 2013-08-23 09:06:15 +01:00
  • 29746bb995 General: (cdhutch) Work item 20055 - remove array_shift in ReferenceHelper::insertNewBefore improves column or row delete speed Mark Baker 2013-08-18 12:32:40 +01:00
  • 4bd9df5c81 Merge fix to style duplication from the 1.x develop branch develop_2.0.0 Mark Baker 2013-08-17 13:36:13 +01:00
  • 186302db5d Merge changes for CSV Writer excel compatibility from 1.x develop branch Mark Baker 2013-08-17 13:20:41 +01:00
  • 44f953b69d Fixes to style duplication Mark Baker 2013-08-15 23:28:51 +01:00
  • b726b23411 Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop Mark Baker 2013-08-15 18:13:43 +01:00
  • 60c9bf391c Excel compatibility mode for CSV Writer Mark Baker 2013-08-15 18:10:29 +01:00
  • f1a1f525ea Double quote support for SUMIF() Adrien Crivelli 2013-08-08 12:17:00 +09:00
  • 2dcff606f7 Merge pull request #216 from nickypn/patch-1 Mark Baker 2013-08-07 09:06:05 -07:00
  • 40a6d946ff Merge pull request #221 from nendrew/develop Mark Baker 2013-08-07 09:04:10 -07:00
  • e2f8441da2 Merge pull request #219 from JackStone123/patch-1 Mark Baker 2013-08-05 07:36:30 -07:00
  • 5853494b68 Merge pull request #220 from JackStone123/patch-2 Mark Baker 2013-08-05 07:35:51 -07:00
  • 2d39be32cb Check whether margin-left is set in excel file when reading Andreas Scheibleger 2013-07-23 14:16:40 +02:00
  • 67ed42d0cd Update 10-Reading-and-Writing.md Jack Stone 2013-07-18 10:42:58 -04:00
  • 963931a7e3 Update 02-Loading-a-Spreadsheet.md Jack Stone 2013-07-18 10:34:27 -04:00
  • d38ddb1c8d Don't want runall.log in the repository Mark Baker 2013-07-15 18:36:14 +01:00
  • de0dac78da Additional work on cell caching Mark Baker 2013-07-15 18:35:16 +01:00
  • d4277abd85 Bulgarian localisation Nikolay Ninkov 2013-07-15 09:28:47 +03:00
  • 46a5fd4c13 Merge changes from the 1.7.9 develop branch since 1.7.9 release Mark Baker 2013-07-12 22:19:40 +01:00
  • b8f783e5a3 Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop Mark Baker 2013-07-11 12:25:16 +01:00
  • d62615fbeb INDIRECT and OFFSET call to get worksheet rather than cell collection Mark Baker 2013-07-11 08:28:42 +01:00
  • a4e6355ef5 Update build.xml Maarten Balliauw 2013-07-10 14:41:23 +02:00
  • 8057604241 Updated include paths for examples Maarten Balliauw 2013-07-10 13:33:04 +02:00
  • 5818a79e67 Update bootstrap.php Maarten Balliauw 2013-07-10 11:18:43 +02:00
  • 509bfd39e2 Added Horizontal FILL alignment for Excel5 and Excel2007 Readers/Writers, and Horizontal DISTRIBUTED alignment for Excel2007 Reader/Writer Mark Baker 2013-07-02 13:13:07 +01:00
  • 39953ff49f Feature: Added "Quote Prefix" to style settings (Excel2007 Reader and Writer only) Mark Baker 2013-06-25 23:13:13 +01:00
  • a453d68430 More work on PSR-2ing the library Mark Baker 2013-06-24 22:15:32 +01:00
  • 33a5fbed72 PSR-2 standardization Mark Baker 2013-06-24 01:56:24 +01:00
  • ee8062fece Working toward PSR-2 standards Mark Baker 2013-06-23 23:44:16 +01:00
  • 1549cc42ca Initial work on adapting code to PSR-2 standards Mark Baker 2013-06-23 16:30:50 +01:00
  • 89ccb90e8d Simplification of codepage code, and changing private methods to protected Mark Baker 2013-06-23 00:18:51 +01:00
  • 4d5ad7b86e set private properties to protected Mark Baker 2013-06-22 00:33:10 +01:00
  • 5b921af905 Modifying private visibility to protected in order to provide better extensibility Mark Baker 2013-06-21 23:31:29 +01:00
  • 6cea3bbf7b Minor fix to HTML Reader canRead method (even developers have brainfarts occasionally) Mark Baker 2013-06-21 22:52:29 +01:00
  • 11e33b2307 namespace examples Mark Baker 2013-06-20 21:31:26 +01:00
  • be4a1b9dca Namespacing for ZipArchive for readers Mark Baker 2013-06-20 10:11:36 +01:00
  • f92cd96d6d namespace updates Mark Baker 2013-06-20 09:44:11 +01:00
  • 143d52ab4e More namespacing changes, think I've got most of the now except in JAMA and bestfit; plus modified the first few examples to use the bootstrap and namespacing as well Mark Baker 2013-06-20 01:23:47 +01:00
  • ffed9ab702 Initial work on namespacing - note, requires PHP 5.3.x minimum Mark Baker 2013-06-19 23:45:47 +01:00