Deprecated call to setCellValueByColumnAndRow

Created on 20 September 2023, about 1 year ago

I searched quite a bit and can't find an existing issue for this. When I do an upgrade status scan, I get one error for this module:

Views Data Export, 8.x-1.3
Scanned on Wed, 09/20/2023 - 12:59

FILE:
web/modules/contrib/views_data_export/src/Plugin/views/display/DataExport.php

STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 838 Call to deprecated method setCellValueByColumnAndRow() of
class PhpOffice\PhpSpreadsheet\Worksheet\Worksheet: 1.23.0
Use the setCellValue() method with a cell address such as
'C5' instead;, or passing in an array of [$columnIndex,
$row] (e.g. [3, 5]), or a CellAddress object.
--------------------------------------------------------------------------------

I've confirmed that that call is still there in the dev branch, and didn't immediately see any conditional indicating that this might be a call for backwards compatibility.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇯🇵Japan ultrabob Japan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024