Commit Graph

  • bfd4a659a4
    Update CsvOutputEncodingTest.php Akira Taniguchi 2021-04-06 04:11:46 +0900
  • 2adc44262c
    Update CsvOutputEncodingTest.php Akira Taniguchi 2021-04-06 03:48:08 +0900
  • 7681a1093f
    Update CsvOutputEncodingTest.php Akira Taniguchi 2021-04-06 03:46:10 +0900
  • 2df8e1a93f
    Update CsvOutputEncodingTest.php Akira Taniguchi 2021-04-06 03:07:10 +0900
  • f6bfbd0655
    Create CsvOutputEncodingTest.php Akira Taniguchi 2021-04-06 02:56:54 +0900
  • 2a16ce1432
    Delete CsvOutputEncoding.php Akira Taniguchi 2021-04-06 02:47:46 +0900
  • eef90b62df
    Create CsvOutputEncoding.php Akira Taniguchi 2021-04-06 02:05:08 +0900
  • dd9cb259d0 Unlink temporary file Vivek Kumar 2021-04-05 22:14:50 +0530
  • 3da51de1a9
    Update reading-and-writing-to-file.md Akira Taniguchi 2021-04-06 01:26:10 +0900
  • e13fcf27fd
    Update reading-and-writing-to-file.md Akira Taniguchi 2021-04-06 01:22:22 +0900
  • 95b8c4d59b
    Continue MathTrig Breakup - Completion! (#1985) oleibman 2021-04-05 07:39:03 -0700
  • 5e96f4292b Merge remote-tracking branch 'master' into fix_excel_overwrite Vivek Kumar 2021-04-05 12:42:43 +0530
  • 59de56bb62 Move original file to temporary file Vivek Kumar 2021-04-05 12:18:11 +0530
  • 36c3b5f5d8
    Drop obsolete code Adrien Crivelli 2021-04-05 09:18:55 +0900
  • d02352845c
    PHPStan Level 2 Adrien Crivelli 2021-04-03 17:42:11 +0900
  • 42761f90b7
    Financial start refactoring cash flow functions (#1986) Mark Baker 2021-04-04 14:44:06 +0200
  • 6446039f4f
    PHPStan stuff (#1984) Mark Baker 2021-04-03 22:37:18 +0200
  • dd74dd7fcf
    Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) Mark Baker 2021-04-03 17:10:40 +0200
  • a189d933f2
    Introduce PHPStan Adrien Crivelli 2021-03-28 20:35:40 +0900
  • a2bb825bc5
    Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) Mark Baker 2021-04-02 20:17:03 +0200
  • a4982fd9fe
    Continue MathTrig Breakup - Penultimate? (#1973) oleibman 2021-04-02 05:35:34 -0700
  • 0c403efe60
    Resolution for [#Issue 1972](https://github.com/PHPOffice/PhpSpreadsheet/issues/1972) (#1978) Mark Baker 2021-04-01 13:25:05 +0200
  • 17af13281b
    Extract a few more Distribution functions from Statistical (#1975) Mark Baker 2021-03-31 21:45:06 +0200
  • 029f345987
    Extract Binomial Distribution functions from Statistical (#1974) Mark Baker 2021-03-30 22:49:10 +0200
  • df93577ef8
    Document release process Adrien Crivelli 2021-03-30 10:11:19 +0900
  • 1c92b7611a
    Extract Percentile-type functions from Statistics (#1966) Mark Baker 2021-03-29 12:59:46 +0200
  • b87f93f824
    Update remaining references in the Financial Functions code to avoid calling deprecated methods (#1965) Mark Baker 2021-03-28 21:42:56 +0200
  • e68978f1c7
    Chi squared inverse left tailed (#1964) Mark Baker 2021-03-28 19:12:45 +0200
  • e2ff14fe89
    Implemented the CHISQ.DIST() Statistical function. (#1961) Mark Baker 2021-03-28 16:13:00 +0200
  • aff1d35e4a
    Merge pull request #1894 from PHPOffice/Writer-Cleanup-Parsing-Defined-Names Adrien Crivelli 2021-03-28 20:42:23 +0900
  • 924347c05a
    Update PHP deps Adrien Crivelli 2021-03-28 13:48:34 +0900
  • 67fec4e3fc
    Implementation of the CHITEST() statistical function (#1960) Mark Baker 2021-03-27 22:04:05 +0100
  • a34dd71cce
    Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) Mark Baker 2021-03-27 18:31:24 +0100
  • ec2531411d
    Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) Mark Baker 2021-03-27 13:29:58 +0100
  • c699d144e2
    Extract ACCRINT() and ACCRINTM() Financial functions into their own class (#1956) Mark Baker 2021-03-26 22:49:16 +0100
  • d36f9d5a23
    Switch calls to deprecated function methods to the equivalent new methods (#1957) Mark Baker 2021-03-26 18:29:05 +0100
  • 9239b3deca
    Continue MathTrig Breakup - Problem Children (#1954) oleibman 2021-03-26 01:35:30 -0700
  • c380b25d3c
    Extract Poisson distribution into its own class (#1953) Mark Baker 2021-03-26 09:08:23 +0100
  • f51c19c125
    First steps toward refactoring Excel's Statistical Distributions (#1949) Mark Baker 2021-03-25 20:54:55 +0100
  • b7f93754d6
    Csv reader refactor infer delimiter (#1948) Mark Baker 2021-03-24 20:05:32 +0100
  • 07ad800755
    New Bessel Algorithm, providing a higher degree of accuracy and precision (#1946) Mark Baker 2021-03-24 13:29:54 +0100
  • 1a7b9a446a
    First phase of refactoring the Excel Text functions (#1945) Mark Baker 2021-03-23 13:34:28 +0100
  • 5ad5f787ab
    Financial functions next stage of refactoring (#1943) Mark Baker 2021-03-21 21:40:49 +0100
  • 9beacd21be
    Complete Breakup Of Calculation/DateTime Functions (#1937) oleibman 2021-03-21 01:12:05 -0700
  • b87d78b206
    First pass at extracting Financial Price functions for Securities (#1942) Mark Baker 2021-03-20 22:52:04 +0100
  • d346318c2b
    Start work on breaking down some of the Financial Excel functions (#1941) Mark Baker 2021-03-20 18:40:53 +0100
  • 4e8a926cb4
    Final part of breaking down the Engineering class for Excel Engineering functions into smaller individual/group classes (#1940) Mark Baker 2021-03-19 18:50:43 +0100
  • e59c751276
    Fix reference to deprecated transpose in lookup (#1935) Mark Baker 2021-03-17 23:35:44 +0100
  • 4cd6c7806e
    Initial unit tests for Document Properties (#1932) Mark Baker 2021-03-17 18:36:13 +0100
  • 614f1c945c
    Fix #1933. Swapped chart axis options Tiago Malheiro 2021-03-17 14:13:18 +0000
  • 3ab066b7d6 Update change log MarkBaker 2021-03-17 12:39:29 +0100
  • 6490c3ff0a
    First step in some refactoring of the NumberFormat class (#1928) Mark Baker 2021-03-17 12:18:34 +0100
  • 9b67e3f597
    Fix error with a single byte being removed after the _ spacing character when rendering number formats (#1927) Mark Baker 2021-03-15 23:02:41 +0100
  • 09022256f4
    Resolve Deprecated setMethods() call when Mocking for tests (#1925) Mark Baker 2021-03-15 14:50:05 +0100
  • ae2468426f
    jpgraph seems to be finally dying with PHP. (#1926) Mark Baker 2021-03-15 14:14:44 +0100
  • c920a77649
    Some minor refactoring (#1923) Mark Baker 2021-03-14 23:53:13 +0100
  • 30c880b5e6
    Bitwise Functions and 32-bit (#1900) oleibman 2021-03-14 12:05:31 -0700
  • d99a4a3fac
    Improve Coverage of BIN2DEC etc. (#1902) oleibman 2021-03-14 12:04:50 -0700
  • 7e071e8abc
    Coverage for Helper/Samples (#1920) oleibman 2021-03-14 12:04:07 -0700
  • ed62526aca
    First step extracting INDIRECT() and OFFSET() to their own classes (#1921) Mark Baker 2021-03-14 19:58:10 +0100
  • c9b9cf98ef Update PHPCS changes Vivek Kumar 2021-03-14 22:25:13 +0530
  • 51abdf0b8f Refactor xlsx writer Vivek Kumar 2021-03-14 22:20:11 +0530
  • 5686453bcc Add test case for excel with media Vivek Kumar 2021-03-14 20:48:10 +0530
  • 0edfc3257f Update the fopen mode for writer Vivek Kumar 2021-03-14 20:34:23 +0530
  • af9253d9e0
    Add null typehint to Worksheet::getColumnDimension() since it returns null (#1914) Simon Podlipsky 2021-03-13 12:43:16 +0100
  • 0ce8509a8c
    Continue MathTrig Breakup - Trig Functions (#1905) oleibman 2021-03-13 03:06:30 -0800
  • 0d1957ad2c
    Fix SpreadsheetML (xml) detection (#1917) christof-b 2021-03-13 12:03:05 +0100
  • baacc83995
    Replace manual wildcard logic in MATCH() function with the new WildcardMatch methods (#1919) Mark Baker 2021-03-12 18:23:15 +0100
  • 2259de578b
    Lookup ref further tests and examples (#1918) Mark Baker 2021-03-11 22:34:47 +0100
  • 499ce61cf7
    Unhappy path tests for FORMULATEXT() Function (#1915) Mark Baker 2021-03-10 22:38:41 +0100
  • 4717741dc2 Update ChangeLog MarkBaker 2021-03-10 21:30:39 +0100
  • 13b62becdd
    Fix for Issue #1887 - Lose Track of Selected Cells After Save (#1908) oleibman 2021-03-10 12:23:08 -0800
  • 70f372d88c
    Start refactoring the Lookup and Reference functions (#1912) Mark Baker 2021-03-10 21:18:33 +0100
  • f81ffd9a4f
    Additional argument validation for LEFT(), MID() and RIGHT() text functions (#1909) Mark Baker 2021-03-08 12:54:06 +0100
  • c4ed0ee7b0
    Minor scrutinizer improvements (#1906) Mark Baker 2021-03-07 14:22:03 +0100
  • 2d8c8c8ecf
    Trend unit tests (#1899) Mark Baker 2021-03-06 22:50:19 +0100
  • a79a4ddbab
    Statistical refactoring - Confidence() and Trend() (#1898) Mark Baker 2021-03-04 21:45:56 +0100
  • d2a83b404a
    Statistical trends additional functions and unit tests (#1896) Mark Baker 2021-03-03 23:18:56 +0100
  • 000e6088c9
    Reverted Scrutinzer fix in Xslx Reader listWorksheetInfo (#1895) Patrick Brouwers 2021-03-03 21:34:45 +0100
  • 1272224164 Minor Refactoring MarkBaker 2021-03-03 19:12:06 +0100
  • 60023e48f2 Refactoring MarkBaker 2021-03-03 18:49:46 +0100
  • 3e672710cd
    Writing defined names without a worksheet reference in Xlsx (#1892) Mark Baker 2021-03-03 18:16:37 +0100
  • 70e371189c
    Move the trend functions from Statistical and into their own group class (#1890) Mark Baker 2021-03-03 12:51:50 +0100
  • 04e7c30758
    Fix Two 32-bit Timestamp Problems, and Minor getFormattedValue Bug (#1891) oleibman 2021-03-03 01:52:11 -0800
  • c55269cb06 Changelog MarkBaker 2021-03-02 18:54:11 +0100
  • f8c58fbb7e Changelog MarkBaker 2021-03-02 18:51:13 +0100
  • 42e8680fc0
    Statistics more unit tests (#1889) Mark Baker 2021-03-02 18:01:39 +0100
  • 2eaf9b53aa
    Start splitting some of the basic Statistical functions out into separate classes (#1888) Mark Baker 2021-03-02 09:07:28 +0100
  • 8721f795fc
    Update ReferenceHelper.php (#1873) Ivan Stanojevic 2021-03-01 12:33:35 +0100
  • 0715b63f11
    Pdf Writer strtoupper() fix (#1629) adancabanas 2021-02-28 09:58:57 -0700
  • 1d6f36d8df
    Initial Formula Translation tests (#1886) Mark Baker 2021-02-28 13:18:51 +0100
  • ee969fdcfe
    Additional conditionals from math trig (#1885) Mark Baker 2021-02-28 10:24:33 +0100
  • 761c84a946
    Avoid the performance/memory overheads of "clone on modify" of $args (#1884) Mark Baker 2021-02-27 23:10:33 +0100
  • 80a20fc991
    100% Coverage for Calculation/DateTime (#1870) oleibman 2021-02-27 11:43:22 -0800
  • 08673b5820
    Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880) Mark Baker 2021-02-27 18:26:12 +0100
  • 8dcdf58131 Update change log MarkBaker 2021-02-27 15:22:25 +0100
  • cb23cca3ec
    Avoid Duplicate Titles When Reading Multiple HTML Files (#1829) oleibman 2021-02-27 06:10:04 -0800
  • 25f7dcb9fd
    Enable support for wildcard text searches in Excel Database functions (#1876) Mark Baker 2021-02-23 19:26:29 +0100
  • 40a6dee0a4
    Enable support for dates and percentages in Excel Database functions (#1875) Mark Baker 2021-02-22 20:40:40 +0100
  • 3764f30354
    Refactor the Excel Database functions; and rewrite the query building (#1871) Mark Baker 2021-02-22 12:46:57 +0100