You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #61 (comment)@sse450 reports the following error when he tries to create a spreadsheet on AlmaLinux 9:
Argument "#8EA9DB" isn't numeric in numeric ne (!=) at /usr/share/perl5/vendor_perl/Excel/Writer/XLSX/Package/Styles.pm line 797.
Argument "#4472C4" isn't numeric in numeric ne (!=) at /usr/share/perl5/vendor_perl/Excel/Writer/XLSX/Package/Styles.pm line 797.
Argument "#4472C4" isn't numeric in numeric ne (!=) at /usr/share/perl5/vendor_perl/Excel/Writer/XLSX/Package/Styles.pm line 797.
The text was updated successfully, but these errors were encountered:
This error only occurs on AlmaLinux, only when the border color is set (not the text color) and only when the module is used in a web application. I'm not able to create a standalone script that shows the same behavior.
For the moment the temporary solution is to disable warning in Styles.pm with
sed -i -e 's/use warnings;/# use warnings;/' /usr/share/perl5/vendor_perl/Excel/Writer/XLSX/Package/Styles.pm
In #61 (comment) @sse450 reports the following error when he tries to create a spreadsheet on AlmaLinux 9:
The text was updated successfully, but these errors were encountered: