Page MenuHomeMiraheze

PHPSpreadsheet for Data Transfer
Closed, ResolvedPublic

Description

The extension Data Transfer supports imports with CSV, XML and Spreadsheet files, however, the last one, only works if PHPExcel or PHPSpreadsheet is installed.

Looking at T5826, at the time it seems PHPExcel was the only option, but now PHPSpreadsheet is available to use (according to the extension page itself) and I think PHPSpreadsheet is up to date, unlike PHPExcel.

image.png (92×623 px, 8 KB)

Event Timeline

Tried wget -O composer.phar https://getcomposer.org/composer-1.phar | php && php composer.phar require phpoffice/phpspreadsheet but that does not seem to work for some reason.

Lakelimbo lowered the priority of this task from Normal to Low.May 10 2021, 16:43
Unknown Object (User) moved this task from Backlog to Short Term on the MediaWiki (SRE) board.May 15 2021, 15:14
Unknown Object (User) removed a project: Configuration.
Unknown Object (User) moved this task from Unsorted to Short Term on the Universal Omega board.May 15 2021, 15:14
Unknown Object (User) added a comment.May 22 2021, 09:46

I submitted an upstream patch to hopefully fix this usage: https://gerrit.wikimedia.org/r/693527

Reception123 assigned this task to Unknown Object (User).

@Lakelimbo The upstream PR has been merged and backported, so it now works!