Commit Graph

  • 67289369cb
    Update Changelog Adrien Crivelli 2017-09-11 14:42:14 +0900
  • 81c1b14048
    Re-use original palette color when possible all-lala 2017-09-09 12:33:57 +0200
  • 66adc4697d
    Introduce `composer check` to check the entire project before pushing Adrien Crivelli 2017-09-11 13:55:25 +0900
  • 097d349e9c
    Fix code style Adrien Crivelli 2017-09-11 13:41:44 +0900
  • 77b3c12fbc More perforan version of stringFromColumnIndex that takes advantage of the PHP 5.3 modified ternary MarkBaker 2017-09-10 22:51:05 +0100
  • d576855031 Merge branch 'develop' of https://github.com/PHPOffice/PhpSpreadsheet into develop MarkBaker 2017-09-10 22:27:50 +0100
  • 1cf119dd0b
    Escape control characters in cell values Adrien Crivelli 2017-09-09 19:29:08 +0900
  • ec7312cb64
    Use constants instead of hardcoded values Adrien Crivelli 2017-09-09 18:26:01 +0900
  • e558028eb7
    Remove extraneous parameter Adrien Crivelli 2017-09-09 18:23:07 +0900
  • 41a1aa9ede Uncommented the increment of $imageCounter (#205) Davis Devasia 2017-09-09 00:13:12 +0530
  • 5dd18586a2
    Fix colIndex read as signed int16 for relative ref Adrien Cohen 2017-09-04 11:23:11 +0200
  • 5e15abc60a
    Clarify doc about security Adrien Crivelli 2017-09-09 03:16:47 +0900
  • 1c5db4e170
    Standardize keys used for styling Adrien Crivelli 2017-09-09 02:56:23 +0900
  • e6c95bf9b0
    Added fillColor for chart plot series CrazyBite 2017-05-03 15:53:07 +0300
  • 2761773b3d
    Merge data-validation collections to reduce the final file size Bill Blume 2017-07-31 11:36:54 -0700
  • 004a192922 SCA with Php Inspections (EA Extended) Vladimir Reznichenko 2017-09-07 19:11:48 +0200
  • 7d4dc74fc6
    Release 1.0.0-beta Adrien Crivelli 2017-08-17 15:17:23 +0200
  • 5e49a87746
    Merge branch 'develop' Adrien Crivelli 2017-08-17 15:16:52 +0200
  • c8089f97d8
    Prevent notice when no rules Adrien Crivelli 2017-08-17 12:55:27 +0200
  • cf2c0e51f4
    Fix variadic docblocks Adrien Crivelli 2017-08-03 12:59:52 +0200
  • 4a47a32953
    Code style partially according to Scrutinizer Adrien Crivelli 2017-08-03 12:03:24 +0200
  • 31daed0048
    Fix class name case Adrien Crivelli 2017-08-02 23:13:08 +0200
  • fd4445f4aa
    Clarify documentation about `DateTime` Adrien Crivelli 2017-07-30 22:25:24 +0200
  • 2e59885895
    Keep documentation in a single place and link to it Adrien Crivelli 2017-07-30 16:22:28 +0200
  • 5520bf5c99
    Fix wrong return type Adrien Crivelli 2017-07-20 16:25:40 +0200
  • ce1e83428b
    Keep documentation in a single place and link to it Adrien Crivelli 2017-07-30 16:22:28 +0200
  • 54c8e063d2
    Fix wrong return type Adrien Crivelli 2017-07-20 16:25:40 +0200
  • 0b03571394 removed wrong parameter hint (#187) Ben 2017-07-17 16:07:17 +0200
  • 1853aaac79 Add option to suppress validation of sheet titles (#186) Mikkel Paulson 2017-07-14 04:53:13 -0400
  • fb12e82d62
    Drop HHVM support Adrien Crivelli 2017-07-14 10:06:04 +0200
  • 2a6ab1776c
    HTML reader supports text and background color from inline CSS, for `td` and `th` element Kifni Taufik Darmawan 2017-06-16 14:36:27 +0700
  • 6aae764920
    Use default values when writing validation in Xls Mewes Kochheim 2017-05-28 22:20:14 +0200
  • 6e4e0a65f5
    Could not read old PNG with latest libpng on Ubuntu 17.04 Zharikov Viktor 2017-05-23 13:24:56 +0300
  • 44e2461b7b
    Refactor `define()` as class constants Adrien Crivelli 2017-05-19 23:49:12 +0200
  • 07455d24f6
    Make global usage of `use` instead of FQCN Zharikov Viktor 2017-05-18 00:02:17 +0200
  • 77199c9877
    Ods writer repects PreCalculateFormulas flag azine.me 2017-04-20 22:42:04 +0200
  • 4c42afe7b8
    Add issue and PR template Adrien Crivelli 2017-05-07 16:54:41 +0200
  • 5df66809bc
    Workaround for RTD search Adrien Crivelli 2017-05-05 11:56:18 +0200
  • 4ccd0b95da Merge branch 'develop' of https://github.com/PHPOffice/PhpSpreadsheet into develop MarkBaker 2017-05-04 14:31:40 +0100
  • a80c680bc0
    Document hyperlinks support Adrien Crivelli 2017-04-26 16:41:23 +0900
  • 2ad559639e
    Use PHP 7.0 for code coverage Adrien Crivelli 2017-04-21 17:15:42 +0900
  • 870d8640f5
    Enforce writer parts parent to be concrete writer Adrien Crivelli 2017-04-21 14:46:17 +0900
  • 3ee9cc5ce6
    Infer CSV delimiter if it hasn't been set explicitly Markus Lanthaler 2017-04-17 18:51:53 +0200
  • 0bd3a9c60a
    HHVM compatibility fix Adrien Crivelli 2017-04-16 16:20:33 +0900
  • a06533f766
    Upgrade to Precise on Travis Adrien Crivelli 2017-04-16 15:33:59 +0900
  • 75d3bdb016
    Declare arguments as required when they are Adrien Crivelli 2017-04-16 14:13:16 +0900
  • 06ca8f9b04
    Leverage type hinting to assert array parameters Adrien Crivelli 2017-04-16 13:15:04 +0900
  • 033a4bdad5
    Remove default values for function that should not have any default Adrien Crivelli 2017-04-16 12:46:18 +0900
  • 67581a0dd5 Fallback from iconv to mbstring for encoding convertion Ivan Bragin 2017-04-14 18:54:37 +0700
  • 8fd1825d39 Throw exception in XLS with columns or rows overflow (#138) simivar 2017-04-14 13:45:53 +0200
  • bd9eb19593
    Split changelog not to confuse version numbers Adrien Crivelli 2017-04-14 17:38:40 +0900
  • 45e8529a7e
    Remove mention of bug in SQLite3 Adrien Crivelli 2017-04-14 17:27:54 +0900
  • fd9c925a7b
    Refactor CachedObjectStorage to PSR-16 Adrien Crivelli 2017-04-14 14:22:33 +0900
  • 2d630fbbb9
    Document non-available data validation support Adrien Crivelli 2017-04-12 12:59:00 +0900
  • 969baa1122
    Document data validation support Adrien Crivelli 2017-04-12 12:59:00 +0900
  • c2b38b0ee0
    Error style of data validation was incorrectly written to Xls Adrien Crivelli 2017-04-12 12:40:28 +0900
  • 714dc29890
    Document macro support Adrien Crivelli 2017-04-04 19:31:58 +0900
  • b01671213a
    Removed double un-escaping when reading CSV Kurounin 2017-04-03 11:52:35 +0900
  • b7b10612ab
    Re-enable unit tests that should work again now Adrien Crivelli 2017-04-01 13:54:39 +0900
  • fd83c191ea MATCH function behavior when third parameter is equal to 1 or -1 Paolo Agostinetto 2017-04-01 05:36:02 +0200
  • 7fd5eefe04 Add empty cell condition for conditional formatting (#128) Galkin Ivan 2017-04-01 06:12:31 +0300
  • 134652a045 updated libraries with `composer update` #124 (#125) Roland Häder 2017-03-29 11:59:07 +0200
  • 0f0de914f4 Fix sample which does't work (#123) tsmsogn 2017-03-24 22:09:32 +0900
  • 2e24a1e1b4
    Fix PDF samples Adrien Crivelli 2017-03-24 19:46:19 +0900
  • 08ced34dfd SUBTOTAL options for ignoring hidden cells MarkBaker 2017-03-19 14:17:20 +0000
  • 4b75f7d469 Fix Quadratic equation solver example (#120) Gabriel Machado 2017-03-16 12:24:43 -0300
  • 8e8d0e4a30
    Improve doc formatting with backticks Adrien Crivelli 2017-03-13 14:57:37 +0900
  • fec674e797
    Typo Adrien Crivelli 2017-03-13 12:33:24 +0900
  • b8adec4938
    Update documentation with composer instructions Adrien Crivelli 2017-03-13 11:33:02 +0900
  • 9767112b23 Settings: deleted libxml_disable_entity_loader() calls (#113) Paolo Agostinetto 2017-03-12 14:00:46 +0100
  • de57bf722c
    Split sentences for better readability NilsRenaud 2017-03-12 11:02:43 +0900
  • b669d48f2f
    Un-deprecate `getCalculatedValue()` Adrien Crivelli 2017-03-11 12:13:37 +0900
  • ea5663bc00
    Drop support for PclZip Adrien Crivelli 2017-03-11 11:48:46 +0900
  • c5339b7302
    Reformat column width section Adrien Crivelli 2017-03-10 19:56:38 +0900
  • da9df0ba78
    Fix internal link in documentation Adrien Crivelli 2017-03-10 19:49:40 +0900
  • f99eb8dbba Cloned worksheet updates were reflected on original (MemoryDrawing) ankitm123 2017-03-06 08:58:19 -0500
  • 93e2204774
    Document ODS supported features Adrien Crivelli 2017-03-06 14:40:27 +0900
  • 5fce89e76b Merge pull request #108 from redokun/fix-105 Adrien Crivelli 2017-03-06 11:39:50 +0900
  • 3560f11935
    Replace mbStrReplace() with str_replace() Christian Schmidt 2017-03-05 12:35:21 +0100
  • 219e4e6258 Writer\Ods\Content: Set "CompatibilityMode" before and after running the tests in order to avoid conflicts with other tests Paolo Agostinetto 2017-03-04 17:13:10 +0100
  • 93b5337bda Writer\Ods\Content: Fix CS Paolo Agostinetto 2017-03-04 16:35:53 +0100
  • 4efda2a512 Ods\Writer\Content: added support for xr styles (bold, italic, font family, font size, underline, bg color) Paolo Agostinetto 2017-03-04 16:18:56 +0100
  • 5620510991 Writer\Ods\Content: basic unit tests Paolo Agostinetto 2017-03-04 15:22:20 +0100
  • e60897ae5f Writer\Ods\Content: all variable names to camelcase Paolo Agostinetto 2017-03-04 15:02:10 +0100
  • 8600e63123 Writer\Ods\Content: added docblock and removed unnecessary method parameter Paolo Agostinetto 2017-03-04 14:54:42 +0100
  • 13bf3d4361 Writer\Ods\Content: making use of the "use" statement rather than explicit namespaces Paolo Agostinetto 2017-02-28 21:05:18 +0100
  • 85c3bd0154
    Fix typo in bug number Adrien Crivelli 2017-03-02 09:40:10 +0900
  • 0d1ff5b95f
    Better exception message for new Excel functions Adrien Crivelli 2017-02-28 10:50:22 +0900
  • 13472e8247
    Upgrade to PHP-CS-Fixer 2.1 Adrien Crivelli 2017-02-25 17:38:18 +0900
  • f7e1aa3c41 Merge pull request #98 from redokun/fix-85 Adrien Crivelli 2017-02-25 16:51:10 +0900
  • 5df662e1a3
    PHP 7.1 compatibility ankitm123 2017-02-23 10:42:52 +0800
  • a1a03428e7 Decode comment text in xls reader (#99) (#100) Mingc 2017-02-23 10:42:52 +0800
  • 529617c77d Fixed CS errors Paolo Agostinetto 2017-02-20 22:14:07 +0100
  • f3c62b615e Merge remote-tracking branch 'upstream/develop' into fix-85 Paolo Agostinetto 2017-02-20 21:13:03 +0100
  • 9785f926c1 php-cs run: fixed code style for new/changed files Paolo Agostinetto 2017-02-20 21:05:25 +0100
  • a0321fd6fd Removed PhpStorm comment on top of file Paolo Agostinetto 2017-02-20 21:02:49 +0100
  • c954eddf57 Ods reader: fix sheet count and added a test for sheet names Paolo Agostinetto 2017-02-20 21:02:04 +0100
  • b50ca6e27c Ods reader: added/fixed PHPDoc and classes without namespace Paolo Agostinetto 2017-02-20 21:00:42 +0100
  • 4cf7beef31 Ods reader: few readability tweaks Paolo Agostinetto 2017-02-18 21:10:06 +0100
  • 1667056515 IReadFilter interface: fixed docblocks Paolo Agostinetto 2017-02-18 21:02:33 +0100