Commit Graph

  • 863fb86925
    Remove file header Adrien Crivelli 2018-07-15 13:23:23 +0900
  • 17d4a54666
    Read and write hyperlink for drawing image yuzhakov 2018-05-07 09:41:24 +0500
  • b05d07a365 Chained operations on cell ranges involving borders are now possible Einar Lielmanis 2018-07-15 06:19:54 +0300
  • eb31899225 Function EXACT(arg1, arg2) support (#595) Rolands Usāns 2018-07-15 05:56:25 +0300
  • 043327bb7d
    Exclude the vendor folder in migration Andrew Siegman 2018-07-06 12:06:08 -0700
  • e0ed25d6b2 Php Inspections (EA Extended): minor code tweaks (#579) Vladimir Reznichenko 2018-07-04 16:55:33 +0200
  • 9fdcaabe3c
    Could not open CSV file containing HTML fragment Adrien Crivelli 2018-06-25 11:12:27 +0900
  • edb68ce05c
    Support workbook view attributes for Xlsx format Bill Blume 2018-06-24 20:09:32 +0900
  • 7a4cbd4fd5 Cell formats with escaped spaces were causing incorrect date formatting Derek Bonner 2018-06-24 03:35:45 -0700
  • a6bb491539
    Fixed method call (setRevisionPassword -> setRevisionsPassword) Mewes Kochheim 2018-06-17 19:46:51 +0200
  • aa5b0d0236
    1.3.1 Adrien Crivelli 2018-06-12 22:40:21 +0900
  • 371c800e3f
    Ranges across Z and AA columns incorrectly threw an exception Adrien Crivelli 2018-06-11 22:54:11 +0900
  • 2eb342c13d
    1.3.0 Adrien Crivelli 2018-06-10 15:44:19 +0900
  • 4c09d4f668
    Properly set selected cells for frozen panes Bill Blume 2018-06-05 19:36:32 -0700
  • e3fb160f5f
    Fixed parsing of conditionals in COUNTIF functions Bill Blume 2018-06-01 19:34:44 -0700
  • ed2185417e
    Throw exception for invalid range to prevent infinite loop Robin D'Arcy 2018-05-30 22:54:38 +0100
  • 4bc3ee3830
    Update Changelog for previous commit Adrien Crivelli 2018-06-10 13:06:57 +0900
  • b700614f0d
    Make newer Excel versions properly recalculate formulas on document open Toni Martí 2018-05-28 09:16:39 +0200
  • 22d5312be8
    Remove extra js in docs Adrien Crivelli 2018-06-08 12:15:24 +0900
  • 50dc5b8fe2
    Mention API doc in the the Getting Started section Adrien Crivelli 2018-06-04 14:23:10 +0900
  • ab541b9b5f
    Emphasis the point being discussed Adrien Crivelli 2018-06-04 14:09:21 +0900
  • c897bdfadf
    Publish Sami, not the other docs Adrien Crivelli 2018-06-04 14:04:48 +0900
  • 041a7f9ca3
    Keep Sami cache across builds Adrien Crivelli 2018-06-04 13:49:07 +0900
  • 2bb54ef989
    Use PHP 7.1 to generate API Adrien Crivelli 2018-06-04 13:31:18 +0900
  • 1afba78f85
    Publish API documentation via Travis and Sami Adrien Crivelli 2018-06-04 13:17:59 +0900
  • df6443feaf Update worksheets.md (#520) werraco 2018-05-31 07:30:04 -0400
  • dcc1832215
    In PHP7 required parameters must be set KoenigsKind 2018-05-03 17:37:49 +0200
  • b509b672e0
    Xlsx reader do not read rows and columns filtered out in readFilter at all Dominik 2018-03-15 11:29:18 +0100
  • 7e9f43bf5b
    Fix Xlsx loaded an extra empty comment for each real comment Dominik 2018-03-15 11:09:49 +0100
  • c723833d6f Allow CSV escape character to be set Robin D'Arcy 2018-05-23 02:31:41 +0100
  • 0c7df7721b Fix times and power in Shared/JAMA/Matrix Jean Baptiste Noblot 2018-05-21 10:31:35 +0200
  • 37669270f5 Fix PHPDocs Shared/Trend/BestFit Jean Baptiste Noblot 2018-05-21 11:20:19 +0200
  • b8f9b6ada7 Fix PHPDocs in Chart/DateSeries Jean Baptiste Noblot 2018-05-21 10:44:30 +0200
  • 92633a84d8 Fix Documentation in Shared/Date Jean Baptiste Noblot 2018-05-21 10:38:30 +0200
  • 148909300c
    `Helper\Html` support UTF-8 HTML input Adrien Crivelli 2018-05-20 19:52:53 +0900
  • 38638268d8
    Fix code style Adrien Crivelli 2018-05-13 11:23:10 +0900
  • eda1c8a4d6
    Fix spacing according to Scrutinizer Adrien Crivelli 2018-05-12 22:02:46 +0900
  • d7751afbec
    Fix tests on PHP 5.6 Adrien Crivelli 2018-05-12 22:00:29 +0900
  • 275c35c877
    Expose sheet title maximum length as `Worksheet::SHEET_TITLE_MAXIMUM_LENGTH` Chris Wild 2018-05-01 09:15:44 +0100
  • 83c759e951
    Support to read and write unsupported data for XLSX Maxim Bulygin 2018-05-12 11:47:46 +0900
  • 064076ac6d
    Fix unit tests for PHP 5.6 Adrien Crivelli 2018-05-07 11:53:55 +0900
  • 216cbadd8c Issue 332 Changelog MarkBaker 2018-05-06 23:51:39 +0100
  • bbe11eed37 Full unit tests for SUBTOTAL function MarkBaker 2018-05-06 23:43:02 +0100
  • 3298667153 Mark SUBTOTAL test as skipped for the moment MarkBaker 2018-04-21 21:28:41 +0100
  • f08eeaa2ed Code works, but the tests don't yet MarkBaker 2018-04-21 20:34:25 +0100
  • 36afa01d33 SUBTOTAL within a SUBTOAL range should be ignored MarkBaker 2018-04-21 01:33:26 +0100
  • 04b4e74ec7 Basic unit testing for 100 series actions for SUBTOTAL() with hidden rows/columns MarkBaker 2018-04-20 07:24:11 +0100
  • 1ece540254 Basic unit test for SUBTOTAL() function MarkBaker 2018-04-19 22:44:23 +0100
  • df34b15079 Apply filter check on cells that already contain a subtotal calculation... will add unit tests later MarkBaker 2018-04-13 12:24:54 +0100
  • 36acc37287
    1.2.1 Adrien Crivelli 2018-04-10 12:53:16 +0900
  • e5e8be26d5
    Plain text and richtext mixed in same cell can be read Gints Murāns 2018-04-06 10:04:41 +0300
  • 5f036591cd Mark minified JS as binary in .gitattributes (#440) Jean-Baptiste Quenot 2018-04-01 23:36:08 +0200
  • 52ff262ddb Add notes for the Timezone functions in Date class (#431) netpassprod1 2018-03-21 21:51:29 -0400
  • 46a2c4106a
    Fix recently refactored class name in docs Adrien Crivelli 2018-03-19 18:19:55 +0900
  • 064052b728
    Fix docs Adrien Crivelli 2018-03-09 09:41:43 +0100
  • ce4b864e01
    Minor typo Adrien Crivelli 2018-03-06 08:41:40 +0100
  • 8380fb3ad2
    1.2.0 Adrien Crivelli 2018-03-04 21:41:15 +0100
  • 6e2447d933
    `setStrikethrough()` did not set the font Adrien Crivelli 2018-03-04 21:39:32 +0100
  • bdc95b14bf
    Select correct cell when calling freezePane Tony Brix 2018-02-26 14:30:44 -0600
  • a089a87671
    Avoid losing calculated value type Josh Grant 2018-02-26 20:33:47 +0000
  • 148bee1991
    Support `_xlfn.` prefix and add `ISFORMULA`, `MODE.SNGL`, `STDEV.S`, `STDEV.P` Josh Grant 2018-02-24 12:14:48 +0000
  • 1adc3a6688
    Read printing area correctly when skipping some sheets Adrien Crivelli 2018-02-25 19:38:53 +0100
  • f58724ae0b
    Fix code style Adrien Crivelli 2018-02-25 13:58:42 +0100
  • ae1ec5f2cf
    Use proper € symbol for currency format luciferfran 2018-02-16 13:01:36 +0100
  • eb612157dd array short syntax in documentaiton (#373) Paul Klimov 2018-02-25 14:16:04 +0200
  • 0084776160 Remove Scrutinizer failure condition Claudio Zizza 2018-02-19 19:50:32 +0100
  • edae73b3e0
    Avoid Travis timeout Adrien Crivelli 2018-02-12 12:41:15 +0900
  • 349e4452e7
    Fix a few docblocks Adrien Crivelli 2018-02-12 12:09:35 +0900
  • 8aef9d10a3
    Mentions removed default values in migration guide Adrien Crivelli 2018-02-11 16:24:14 +0900
  • 2e37578971
    Fix zoom scale problems on reading bad xlsx files Jan-Sverre Riksfjord 2018-01-29 08:24:13 +0100
  • 608a2edba7
    HTML writer creates a generator meta tag Chris Wild 2018-02-07 11:59:25 +0000
  • 969c00a1f4
    Remove unnecessary suggestions Adrien Crivelli 2018-02-09 22:22:09 +0900
  • 38b90715e2 Fix formula string truncated at the end. Toha 2018-02-08 10:23:23 +0700
  • 02e176197a
    Code style Adrien Crivelli 2018-02-05 21:48:47 +0900
  • e31878ceb1
    Check for MIME type to know if CSV reader can read a file Adrien Crivelli 2018-02-05 21:33:23 +0900
  • 13a10e40a7
    Update license name to satisfy composer Adrien Crivelli 2018-02-01 22:02:32 +0900
  • de7758f9b6
    Avoid potentially unsupported PSR-16 cache keys Adrien Crivelli 2018-02-01 21:23:36 +0900
  • a2771e562e
    1.1.0 Adrien Crivelli 2018-01-28 21:35:38 +0900
  • 84f012f4bb
    Use stages for Travis Adrien Crivelli 2018-01-28 18:07:51 +0900
  • 23896213ac
    Test code style only once Adrien Crivelli 2018-01-28 17:09:10 +0900
  • d520246d32
    Allow to install PHP-CS-Fixer with incompatible PHP because it will not be run Adrien Crivelli 2018-01-28 16:28:26 +0900
  • d2f55ffa07
    Support PHP 7.2 Adrien Crivelli 2018-01-28 16:23:38 +0900
  • c96e2dae02
    Update to PHP-CS-Fixer 2.10 Adrien Crivelli 2018-01-28 15:59:38 +0900
  • 015c83ccf4
    Fix a few docblocks Adrien Crivelli 2018-01-28 15:26:42 +0900
  • 49775bd972
    Fix cell ranges causing coordinate merge error MaxTingle 2018-01-09 21:31:06 +0000
  • 4e0344c3af
    Use line width for data series when rendering Xlsx Michael Bollman 2018-01-09 16:12:38 -0700
  • 257c3eca58 Simplify returns Gabriel Caruso 2018-01-16 20:41:24 -0200
  • 28d827d569
    Missing backticks Adrien Crivelli 2018-01-17 12:10:12 +0900
  • 481fc4a7c6
    Support XML file without styles Adrien Crivelli 2018-01-14 16:59:34 +0900
  • bf2dbbaf10
    COLUMNS and ROWS functions crashed in some cases Adrien Crivelli 2018-01-13 17:58:23 +0900
  • 4635d39b4a
    PHP 7.2 compatibility Adrien Crivelli 2018-01-09 14:22:03 +0900
  • 55689caa1d Change array key from style to borderStyle Gedas Lukošius 2018-01-08 16:19:24 +0200
  • 25bc54f9eb
    Freeze Panes takes wrong coordinates for XLSX Adrien Crivelli 2018-01-09 00:42:30 +0900
  • 653adf8e10
    Adding option to stop at a conditional styling, if it matches Steffen Breiler 2017-12-15 14:28:54 +0100
  • cdbf3347cb
    Support for cell comments in HTML writer and reader Christoph "criztovyl" Schulz 2018-01-01 12:39:59 +0100
  • 98e0a97139
    Typo in documentation Adrien Crivelli 2018-01-04 13:34:25 +0900
  • a504a39474
    Fix PHPDoc blocks Adrien Crivelli 2018-01-04 02:01:05 +0900
  • 4f1fae5298
    Test classes must ends with `Test` Adrien Crivelli 2018-01-02 00:53:28 +0900
  • 36441da330
    Fix unit tests for 2018 Adrien Crivelli 2018-01-02 00:39:14 +0900
  • bae2348fc9 Remove extra lines Gabriel Caruso 2017-12-31 09:53:31 -0200