I'm using ClosedXML to create and download .xlsx files on the fly from my asp.net (c#) webform application. All is well if I use Excel in Windows to read the file but that same file isn't read by Numbers on a Mac. It just opens an empty document with no sheets. A couple of interesting points:
Any ideas or workarounds?
-
If I download the file to a Windows machine, open it, re-save it, then copy to the mac, Numbers will read it fine.
-
If I just copy the Windows downloaded file over to the mac without re-saving it, an empty file is shown. No errors other than a font warning are shown by Numbers.
Any ideas or workarounds?