Error opening generated sheet on Mac
description
Hi,
Thank you for a great library.
Im experiencing a issue though.
When I load a sheet into the XLWorkbook constructor - fill out a couple of cells - save the sheet and then open the newly generated sheet on a Mac, the sheet is corrupted in the associated styles.xml.
My research led me to believe, that the issue origins in the Calibri font, which does not exists on Mac.
I then tried the above procedure with an empty sheet and with Arial selected as the default font, but that did not solved the issue.
The sheet was still corrupted, and I could see in the Open XML SDK 2.0 Productivity Tool, that the Calibri font was still present.
If I compare the empty "template" sheet with the generated corrupted sheet. The only real difference is the extra font (Calibri) in styles.xml, apparently automatically provided by the ClosedXML code.
A possible fix for this issue would be very welcome.