-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Which version of Skybrud.Umbraco.Redirects.Import are you using? (Please write the exact version, example: 4.0.1)
4.0.1
Which version of Skybrud.Umbraco.Redirects are you using? (Please write the exact version, example: 4.0.15)
4.0.17
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.7.0
Bug description
When running an import or export with an excel file it's throwing an error when running in azure web apps.
I believe this is due to the default font Calibri that is trying to be used not being installed on the server, so I can imagine this extends to other servers as well.
https://docs.closedxml.io/en/latest/tips/missing-font.html#missing-font
There are some solutions outlined within the link above primarily being to search for installed fonts on the server to use as a fallback https://docs.closedxml.io/en/latest/tips/missing-font.html#use-already-installed-font or bundling in a font for ClosedXML by default instead.
I can imagine for imports having any fallback font selected isn't an issue as it's just grabbing the information but on export I don't imagine it's as straight forward if the user doesn't have the font on their device?
