Reading and writing in .numbers files

Hello everyone
can i read .numbers files in swiftui. If so does anyone have an example for me.

Thank you in advance.

@fkreuse

Welcome to the community.

I am unaware of a way to read numbers file natively (somehow I doubt it) but what you can do is export the data from numbers into a csv (Comma Separated Variable) file which is essentially a text file, and then read that line by line and then decode each line manually into whatever format you require.