I’m trying to find a way to natively create an excel file using SwiftUI. However, I have learned that it is notas simple of a task to perform
Currently, I am facing challenges finding a package or tool that effectively creates and stores Excel files. Despite trying various approaches, including using UIDocumentPickerViewController for directory selection and SwiftXLSX for file creation, the process is proving difficult, and the generated files aren’t appearing in the expected location within the Files app.
Does anyone know of any package that would reliably and effectively create excel files and store them in the Files app?