Skip to content

Bump phpoffice/phpexcel from 1.7.9 to 1.8.0#45

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

Bump phpoffice/phpexcel from 1.7.9 to 1.8.0#45
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/phpoffice/phpexcel-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2023

Copy link
Copy Markdown

Bumps phpoffice/phpexcel from 1.7.9 to 1.8.0.

Changelog

Sourced from phpoffice/phpexcel's changelog.

2014-03-02 (v1.8.0):

  • Bugfix: (MBaker) Work item CP19830 - Undefined variable: fileHandle in CSV Reader
  • Bugfix: (MBaker) Work item CP19968 - Out of memory in style/supervisor.php
  • Bugfix: (MBaker) - Style error with merged cells in PDF Writer
  • Bugfix: (MBaker) - Problem with cloning worksheets
  • Bugfix: (tavoarcila) Work Item GH-259 - Bug fix reading Open Office files
  • Bugfix: (MBaker) Work item CP20397 - Serious bug in absolute cell reference used in shared formula Would also have affected insert/delete column/row
  • Bugfix: (RomanSyroeshko) Work Item GH-267 - CHOOSE() returns "#VALUE!" if the 1st entry is chosen
  • Bugfix: (Gemorroj) Work Item GH-268 - When duplicating styles, styles shifted by one column to the right Fix also applied to duplicating conditional styles
  • Bugfix: (IndrekHaav) Work Item GH-212 - Fix for formulae that reference a sheet whose name begins with a digit: these were erroneously identified as numeric values, causing the parser to throw an undefined variable error.
  • Bugfix: (IndrekHaav) Work Item CP16208 - Fixed undefined variable error due to $styleArray being used before it's initialised
  • Bugfix: (PowerKiKi) Work Item GH-273 - ISTEXT() return wrong result if referencing an empty but formatted cell
  • Bugfix: (PowerKiKi) Work Item GH-270/GH-31 - Binary comparison of strings are case insensitive
  • Bugfix: (MBaker) Work Item GH-275 - Insert New Row/Column Before is not correctly updating formula references
  • Bugfix: (MBaker) Work Item GH-257 - Passing an array of cells to _generateRow() in the HTML/PDF Writer causes caching problems with last cell in the range
  • Bugfix: (MBaker) Work Item GH-193 - Fix to empty worksheet garbage collection when using cell caching
  • Bugfix: (Jazzo) Work Item GH-248 - Excel2007 does not correctly mark rows as hidden
  • Bugfix: (Roy Shahbazian) Work Item GH-299 - Fixed typo in Chart/Layout set/getYMode()
  • Bugfix: (EliuFlorez) Work item GH-279 - Fatal error: Call to a member function cellExists() line: 3327 in calculation.php if referenced worksheet doesn't exist
  • Bugfix: (MBaker) Work Item GH-290 - AdvancedValueBinder "Division by zero"-error
  • Bugfix: (MBaker) Work Item CP20604 - Adding Sheet to Workbook Bug
  • Bugfix: (MBaker) Work item CP20703 - Calculation engine incorrectly evaluates empty cells as #VALUE
  • Bugfix: (MBaker) Work item CP20760 - Formula references to cell on another sheet in ODS files
  • Bugfix: (MBaker) Work item GH321,GH158,CP17824 - LibreOffice created XLSX files results in an empty file.
  • Feature: (amerov) - Implementation of the Excel HLOOKUP() function
  • Feature: (MBaker) - Added "Quote Prefix" to style settings (Excel2007 Reader and Writer only)
  • Feature: (MBaker) - Added Horizontal FILL alignment for Excel5 and Excel2007 Readers/Writers, and Horizontal DISTRIBUTED alignment for Excel2007 Reader/Writer
  • Feature: (trvrnrth) Work Item GH-261 - Add support for reading protected (RC4 encrypted) .xls files
  • Feature: (LWol) Work Item GH-252 - Adding support for macros, Ribbon in Excel 2007
  • General: (cdhutch) Work item CP20055 - Remove array_shift in ReferenceHelper::insertNewBefore improves column or row delete speed
  • General: (MBaker) - Improve stock chart handling and rendering, with help from Swashata Ghosh
  • General: (MBaker) - Fix to calculation properties for Excel2007 so that the opening application will only recalculate on load if it's actually required
  • General: (MBaker) - Modified Excel2007 Writer to default preCalculateFormulas to false Note that autosize columns will still recalculate affected formulae internally
  • General: (dresenhista) Work Item GH-242 - Functionality to getHighestRow() for a specified column, and getHighestColumn() for a specified row
  • General: (adamriyadi) Work Item GH-247 - Modify PHPExcel_Reader_Excel2007 to use zipClass from PHPExcel_Settings::getZipClass() This allows the use of PCLZip when reading for people that don't have access to ZipArchive
  • General: (infojunkie) Work Item GH-276 - Convert properties to string in OOCalc reader
  • Security: (maartenba) Work Item GH-322 - Disable libxml external entity loading by default. This is to prevent XML External Entity Processing (XXE) injection attacks (see http://websec.io/2012/08/27/Preventing-XEE-in-PHP.html for an explanation of XXE injection). Reference CVE-2014-2054
Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [phpoffice/phpexcel](https://github.com/PHPOffice/PHPExcel) from 1.7.9 to 1.8.0.
- [Changelog](https://github.com/PHPOffice/PHPExcel/blob/1.8/changelog.txt)
- [Commits](PHPOffice/PHPExcel@1.7.9...1.8.0)

---
updated-dependencies:
- dependency-name: phpoffice/phpexcel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 25, 2023
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