Skip to content

Bump phpoffice/phpspreadsheet from 1.6.0 to 1.10.1#3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/phpoffice/phpspreadsheet-1.10.1
Open

Bump phpoffice/phpspreadsheet from 1.6.0 to 1.10.1#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/phpoffice/phpspreadsheet-1.10.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 29, 2020

Bumps phpoffice/phpspreadsheet from 1.6.0 to 1.10.1.

Release notes

Sourced from phpoffice/phpspreadsheet's releases.

1.10.1

Changed

  • PHP 7.4 compatibility

Fixed

  • FLOOR() function accept negative number and negative significance #1245
  • Correct column style even when using rowspan #1249
  • Do not confuse defined names and cell refs #1263
  • XLSX reader/writer keep decimal for floats with a zero decimal part #1262
  • ODS writer prevent invalid numeric value if locale decimal separator is comma #1268
  • Xlsx writer actually writes plotVisOnly and dispBlanksAs from chart properties #1266

1.10.0

Changed

  • Change license from LGPL 2.1 to MIT #140

Added

  • Implementation of IFNA() logical function
  • Support "showZeros" worksheet option to change how Excel shows and handles "null" values returned from a calculation
  • Allow HTML Reader to accept HTML as a string into an existing spreadsheet #1212

Fixed

  • IF implementation properly handles the value #N/A #1165
  • Formula Parser: Wrong line count for stuff like "MyOtherSheet!A:D" #1215
  • Call garbage collector after removing a column to prevent stale cached values
  • Trying to remove a column that doesn't exist deletes the latest column
  • Keep big integer as integer instead of lossely casting to float #874
  • Fix branch pruning handling of non boolean conditions #1167
  • Fix ODS Reader when no DC namespace are defined #1182
  • Fixed Functions->ifCondition for allowing <> and empty condition #1206
  • Validate XIRR inputs and return correct error values #1120
  • Allow to read xlsx files with exotic workbook names like "workbook2.xml" #1183

1.9.0

Changed

  • Drop support for PHP 5.6 and 7.0, according to our policy

Added

  • When <br> appears in a table cell, set the cell to wrap #1071 and #1070
  • Add MAXIFS, MINIFS, COUNTIFS and Remove MINIF, MAXIF #1056
  • HLookup needs an ordered list even if range_lookup is set to false #1055 and #1076
  • Improve performance of IF function calls via ranch pruning to avoid resolution of every branches #844
  • MATCH function supports *?~ Excel functionality, when match_type=0 #1116
... (truncated)
Changelog

Sourced from phpoffice/phpspreadsheet's changelog.

Changelog for PHPExcel

This is the historic changelog of the project when it was still called PHPExcel.
It exists only for historical purposes and versions mentioned here should not be
confused with PhpSpreadsheet versions.

[1.8.1] - 2015-04-30

Bugfixes

General

  • Remove cells cleanly when calling RemoveRow() or RemoveColumn() - @​MarkBaker
  • Small performance improvement for autosize columns - @​MarkBaker
  • Change the getter/setter for zeroHeight to camel case - @​frost-nzcr4 #379
  • DefaultValueBinder is too much aggressive when converting string to numeric - @​MarkBaker #394
  • Default precalculate formulas to false for writers - @​MarkBaker
  • Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae - @​MarkBaker

Features

  • Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE - @​MarkBaker #396
  • Methods to manage most of the existing options for Chart Axis, Major Grid-lines and Minor Grid-lines - @​WiktrzGE #404
  • ODS read/write comments in the cell - @​frost-nzcr4 #403
  • Additional Mac CJK codepage definitions - @​CQD #389
  • Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell - @​bolovincev #269
  • New methods added for testing cell status within merge groups - @​MarkBaker
  • Handling merge cells in HTML Reader - @cifren/MBaker #205
  • Helper to convert basic HTML markup to a Rich Text object - @​MarkBaker
  • Improved Iterators - @​MarkBaker
    • New Column Iterator
    • Support for row and column ranges
    • Improved handling for next/prev
... (truncated)
Commits
  • 1648dc9 1.10.1
  • 144a0ca Get plotVisOnly and dispBlanksAs props from chart in Xlsx Chart Writer.
  • d61855e ODS writer prevent invalid numeric value if locale decimal separator is comma
  • ad37da8 Missing changelog
  • cf30c2a Modify XLSX RW to keep decimal for floats with a zero decimal part
  • 9552172 Do not confuse defined names and cell refs
  • 86fa542 Correct column style even when using rowspan
  • cc92c66 FLOOR() function accept negative number and negative significance
  • 9fa45f7 PHP 7.4 compatibility
  • f734783 1.10.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants