Swift MacOS App Create XLSX

Hi, I'm fairly new to swift dev and I've been looking everywhere but cannot seem to find a good answer to this.

Is there anyway to create an xlsx document in my mac app? I have seen ways to parse them but no way to create a new one? Or is there another way I should be going about it? Any help is appreciated, thanks.

I'm using xcode 12.5.1 and swift 5

The format for xlsx is pretty complex. That would be probably painful to develop.

What you could do is create either a SYLK or a CSV file and open later in Excel.

That's much easier to do.

Swift MacOS App Create XLSX
 
 
Q