Commit Graph

  • 334afde9cd Fix #783 Csv separator detection nesting limit error. (#845) Laurentiu Dancu 2019-02-25 19:31:35 +0200
  • f26023586e
    SImplify separator inference code (#903) Mark Baker 2019-02-24 23:55:08 +0100
  • df1085505c
    SImplify separator inference code (#904) Mark Baker 2019-02-24 23:54:52 +0100
  • c9dc1e6130
    String value binder (#901) Mark Baker 2019-02-23 18:40:07 +0100
  • 58a5172b8f
    Document Improvements … (#899) Mark Baker 2019-02-23 10:22:18 +0100
  • 033ed16db5
    Dde call safe handling (#891) Mark Baker 2019-02-18 22:56:32 +0100
  • d2bbb6cd8e Fix wrong calculation of highest column (#856) Benjamin Yau 2019-02-18 01:32:45 +0800
  • a8642a2e9e More CS niceties MarkBaker 2019-02-17 17:50:39 +0100
  • 917592001e CS Style fixes MarkBaker 2019-02-17 17:40:57 +0100
  • f4f4d513e7
    Handling function calls that accept an excel error as an argument (#890) Mark Baker 2019-02-17 17:32:45 +0100
  • a54ed63a6f Add japanese formats (#841) naooooooo99999 2019-02-17 20:39:51 +0900
  • 1c99f4999c [Feature] Html reader improvements (#884) Patrick Brouwers 2019-02-16 23:11:16 +0100
  • 11575ef3c4
    Load locales clean folder path (#875) Mark Baker 2019-02-08 21:08:55 +0100
  • bf00f0cc5f
    1.6.0 Adrien Crivelli 2019-01-02 15:42:54 +1100
  • d0dea580ad
    Fix a few Scrutinizer issues Adrien Crivelli 2019-01-02 15:38:13 +1100
  • 0e8fde9be6
    `master` is the new default branch Adrien Crivelli 2019-01-02 15:23:59 +1100
  • 04b5bf593d
    Document font may be null Adrien Crivelli 2019-01-02 14:34:14 +1100
  • 3b0c686630
    Fix iconv unsupported `//IGNORE//TRANSLIT` on IBM i Adrien Crivelli 2019-01-02 14:23:34 +1100
  • 699da09176
    Fix time format for duration was incorrect GreatHumorist 2018-09-08 01:32:17 +0800
  • 39b573b29d
    Fix infinite loop when reading invalid ODS files Kirill Petrov 2018-12-26 12:57:01 +0400
  • 86c635b3f5
    Fix color from CSS when reading from HTML Mahmoud Abdo 2018-12-22 22:32:02 +0300
  • 0f8292fc0b
    Use gt operator instead of max for highest row Matt Allan 2018-12-18 12:59:19 -0500
  • ff6f4f4ec0
    Remove duplicate strtoupper Matt Allan 2018-12-18 13:17:41 -0500
  • e8c25c33cd
    Fix unit tests for 2019 Adrien Crivelli 2019-01-01 17:48:07 +1100
  • f28289f92a
    Use a generator for Cells::getAllCacheKeys Matt Allan 2018-12-18 10:35:07 -0500
  • 8918888e7c
    libxml_disable_entity_loader() changes global state so it should be used as local as possible Philipp Kolesnikov 2018-12-17 13:52:04 +1000
  • 6a48b505b6
    Support COUNTIFS multiple arguments Paolo 2018-12-21 15:27:07 +0100
  • 50ed769b38 Revert accidental PHP version update to develop branch MarkBaker 2018-12-28 22:31:14 +0100
  • 8c99d9d8c0 Update to minimum PHP version of 7.0, and use as a new baseline development branch for PHPSpreadsheet version 2 development MarkBaker 2018-12-28 22:11:35 +0100
  • 294ba58dde
    Exact match in VLOOKUP now returns first match Fräntz Miccoli 2018-12-10 16:12:51 +0100
  • db2621c4fe
    Add tests for the LOOKUP function Fräntz Miccoli 2018-12-13 15:32:23 +0100
  • f0e69408ca Extended the docblock of Style::applyFromArray with example for alignment styling Christian Stoller 2018-11-27 12:46:36 +0100
  • 942a78a0a0 Add further new Functions introduced in MS Excel 2016 Mehdi Chaouch 2018-11-22 18:41:53 +0100
  • e56fbe2745
    Fix column names if read filter calls in XLSX reader skip columns Dennis Birkholz 2018-11-19 14:48:30 +0100
  • dfa808a955 Simplify some conditions and ternary expressions Gabriel Caruso 2018-11-19 01:46:44 -0200
  • 12bf085c57
    Custom color for pie and donut charts Krzysztof Ruszczynski 2018-11-09 13:29:55 +0100
  • 00003fbe68
    Merge branch 'master' into develop Adrien Crivelli 2018-12-10 18:10:37 +1100
  • 153186e897
    Remove deprecated sudo from Travis Adrien Crivelli 2018-12-05 09:29:31 +1100
  • 501f5722be Changelog MarkBaker 2018-11-29 22:52:48 +0100
  • 95c41da020 Cache readFilter access and skip inner loops for empty/default readFilter (#773) Dennis Birkholz 2018-11-29 22:50:48 +0100
  • a5eb64c77f
    Matrix (#790) Mark Baker 2018-11-29 22:25:31 +0100
  • cd60531c44 Improvements to the design of the XML Security Scanner MarkBaker 2018-11-25 18:40:15 +0100
  • b6a73aec56 Improvements to the design of the XML Security Scanner MarkBaker 2018-11-25 18:39:05 +0100
  • 3abb7ccb35 CS Complaining about not uisng $this->assertInternalType('object', $scanner); MarkBaker 2018-11-25 14:41:11 +0100
  • 14159d985c Coding standards MarkBaker 2018-11-25 14:33:01 +0100
  • c1d0784ad7 Namespace security scanner in Html Reader MarkBaker 2018-11-25 14:18:09 +0100
  • 41bcf9a21c Support for additional callback in XML Security Scanner MarkBaker 2018-11-25 14:00:35 +0100
  • c708411529 Refactor scanner into base reader class MarkBaker 2018-11-25 12:14:54 +0100
  • aba41f6495 Yet more Coding standards fixes MarkBaker 2018-11-23 23:27:19 +0100
  • 6d3d44359d Coding standards MarkBaker 2018-11-23 23:18:49 +0100
  • abad49d426 Use factory for XMLcanner MarkBaker 2018-11-23 23:05:17 +0100
  • dff1151369 Merge branch 'develop' into xxe MarkBaker 2018-11-23 19:40:50 +0100
  • f5d1f03e94 Update Changelog MarkBaker 2018-11-20 20:57:38 +0100
  • 7f46932b2f Update Changelog MarkBaker 2018-11-20 20:51:42 +0100
  • 0f8f071e24
    WIP: Xxe (#780) Mark Baker 2018-11-20 20:39:13 +0100
  • 9c1a201ace Fix docblock typo MarkBaker 2018-11-20 19:51:09 +0100
  • f02898e14d Don't rely purely on libxml_disable_entity_loader() MarkBaker 2018-11-20 18:40:09 +0100
  • 1f4cb1f19a Corrections to XmlScanner version check logic, and (hopefully) fix the lock issue MarkBaker 2018-11-20 18:24:53 +0100
  • e4be53888f
    Update src/PhpSpreadsheet/Reader/Security/XmlScanner.php Adrien Crivelli 2018-11-20 11:46:09 +0100
  • 7f4a6e37b1
    Update src/PhpSpreadsheet/Reader/Security/XmlScanner.php Adrien Crivelli 2018-11-20 11:46:01 +0100
  • 5854ce3738 phpcs cleanup MarkBaker 2018-11-20 08:18:35 +0100
  • 0a9e15ca69 srsly?!? phpcs is enforcing alphabetic order of use clauses now? MarkBaker 2018-11-19 23:42:05 +0100
  • 7a06d71e1c Add UTF-7 XXE Unit test data MarkBaker 2018-11-19 23:22:59 +0100
  • a4d97ba896 Clean handle charset in XXE scanner MarkBaker 2018-11-19 22:47:34 +0100
  • 3bea6f516b
    Fix index overflow on data values array Guillaume RODRIGUEZ 2018-10-29 16:14:54 +0100
  • e4ffeb4f0f
    Move feature in correct section Adrien Crivelli 2018-11-11 21:39:19 +1100
  • 31e25ad14b
    Support page margin in mPDF Albert Scherman 2018-10-30 13:56:04 +0200
  • f42adb0daf Simplify some conditions and ternary expressions Gabriel Caruso 2018-11-04 19:51:01 -0200
  • 2fce5c4706
    Update PHP dependencies to fix security issues Adrien Crivelli 2018-11-11 18:21:31 +1100
  • b3877e59e4 Use dedicated PHPUnit assertions Gabriel Caruso 2018-11-04 20:07:15 -0200
  • 6703624223
    Write generated HTML into Mpdf in chunks, rather than as one gigantic string Danielle McLean 2018-10-08 09:21:53 +1100
  • 3be06a5e87
    Support overriding `DefaultValueBinder::dataTypeForValue()` Milan Davídek 2018-10-23 05:40:41 +0200
  • fdc224af7c
    Fix print area parser for XLSX reader Guillaume RODRIGUEZ 2018-10-23 11:29:09 +0200
  • 79d86ef5cc
    Csv reader avoid notice when the file is empty Laurent 2018-10-26 19:14:45 +0200
  • 4e8e0dc01b
    Fix Countable Int (bis) Adrien Crivelli 2018-10-28 14:06:50 +1100
  • 6088f545b6 Add declaration of undefined variable Jean-Baptiste Noblot 2018-10-23 14:01:22 +0200
  • 58268fe9b5 Fix Countable Int Jean-Baptiste Noblot 2018-10-23 12:45:52 +0200
  • 5b3870c508
    Prefer https:// URLs when available in docs & comments Jon Dufresne 2018-10-23 04:26:25 -0700
  • 98d10475f2
    SUMIFS sum values only once marcusblevin 2018-10-08 15:38:50 -0400
  • ed6a3a0148
    Support numeric condition in SUMIF, SUMIFS, AVERAGEIF, COUNTIF, MAXIF and MINIF Sreten Ilić 2018-10-02 14:51:51 +0200
  • 90bb4df777 Tweaks to composer to support version compatibility check and credit Adrien in the authors list (long overdue) MarkBaker 2018-10-21 14:56:23 +0200
  • 2dfd06c598
    1.5.0 Adrien Crivelli 2018-10-21 21:04:54 +1100
  • f5c800c360 Correct typo: "they are" -> "there are" (#725) Jon Dufresne 2018-10-21 00:28:39 -0700
  • 813855b2b2
    Fix CSV delimiter detection on line breaks Paul Barton 2018-10-10 15:27:14 +0100
  • 54efe8824e
    Fix unit tests Adrien Crivelli 2018-10-21 17:51:54 +1100
  • 09eb05f367
    OFFSET should allow omitted height and width Adrien Crivelli 2018-10-21 17:40:21 +1100
  • 7b362bd9de
    Move PHP-CS-Fixer cache file out of the project to avoid IDE annoyance Adrien Crivelli 2018-10-21 15:33:56 +1100
  • 2c981e47a1
    Added the DAYS() function Biser Antonov 2018-07-11 15:50:09 +0300
  • a1e8c843b7 Moved codestyle, coverage and API documentation checks to PHP run against 7.2 MarkBaker 2018-10-14 17:39:08 +0100
  • 0ef1b55106 Need to version compare against PHP 7.2.99 for PHP 7.3.0 release candidates MarkBaker 2018-10-14 16:35:38 +0100
  • 874467d7c1 DomPDF doesn't yet support PHP 7.3.0, so suppress tests for that combination of version and library dependency MarkBaker 2018-10-14 16:21:40 +0100
  • 467c9664a8 Add PHP 7.3 to travis checks MarkBaker 2018-10-14 14:20:18 +0100
  • 925205ed59
    Remove exception that can never happen Adrien Crivelli 2018-10-08 10:50:54 +1100
  • edc608782f
    Avoid warning on PHP 7.3 Adrien Crivelli 2018-10-07 20:28:04 +1100
  • f25d8b72c0
    Move changelog entry under unreleased Adrien Crivelli 2018-10-07 18:50:31 +1100
  • 08b4456641
    Xls file threw exception during open by Xls reader bayzhanov 2018-10-07 18:38:13 +1100
  • ae9dd13aa0 Skip non numeric value in SUMIF Scorty 2018-10-07 08:24:23 +0200
  • 5e5be142f6
    Fix incorrect docblock Adrien Crivelli 2018-10-05 11:18:21 +1000
  • 1e5be30290
    Remove dead code Adrien Crivelli 2018-10-05 11:08:51 +1000
  • 50a9bc83ab Sheet title can contain exclamation mark (in formulas) Timur 2018-10-03 06:52:51 +0300