Closed (fixed)
Project:
PHPExcel
Version:
8.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jun 2016 at 07:23 UTC
Updated:
6 Dec 2022 at 06:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
antonimo commentedComment #3
arunkumarkHi,
I have patched the phpexcel.inc file by replacing all deprecated functions. Now we can use this file to export or import data as Excel.
Comment #4
wadmiraal commentedIn your patch, you set one of the Worksheet titles as "test". Could you change that and re-roll the patch, plz :-)?
Comment #5
vinod_kc commentedHi,
The patch was not able to apply as there was a blank space in the patch. Also the drupal_strlen() is not working instead we need to use
\Drupal\Component\Utility\Unicode::strlen($value)Created a new patch with these changes.
Please check it.
Comment #6
vinod_kc commentedUpdated the patch.
Comment #7
vinod_kc commentedComment #8
karthikeyan-manivasagam commentedHi,
I have tested the patch its working fine.
Comment #9
wadmiraal commentedThe patch doesn't apply anymore. I merged the "upstream" 7.x-3.x branch, because 7.x-3.x has new features, and a far better documentation than 8.x-3.x currently had. No actual work had been done in 8.x-3.x anyway (except the settings form), so it's no big loss.
However, this means the patch doesn't apply anymore. Could you re-roll, please?
Comment #10
arunkumarkComment #11
cglauren commentedHey guys, just contributing back the reroll I did for the 8.x-3.x branch. Also fixed a typo in the watchdog (should be "phpexcel" and was "phpecel").
Comment #12
fmfpereira commented#11 is working with 8.2.6.
I only suggest to diff the files within the module folder, instead of Drupal root. E.g. I use /modules/contrib/phpexcel and the patch assumes /modules/phpexcel.
Comment #14
arunkumarkThe patch has been ported in Latest PHPExcel 8.x-3.x-dev version.
Comment #15
dravenk