GravityKit / GravityExport-Lite

GravityExport Lite. Export all Gravity Forms entries to Excel (.xlsx) via a secret (shareable) url.
https://gfexcel.com
GNU General Public License v2.0
12 stars 8 forks source link

PHPOffice/PhpSpreadsheet requires the mbstring extension #196

Open mrcasual opened 1 month ago

mrcasual commented 1 month ago

Issue report. mbstring may not be installed on some sites and using GEL 2.3.1 with the updated PhpSpreadsheet 1.19.0 will result in a fatal error.

We should add a check for the missing extension and/or add a polyfill.