How to print data from Excel in swift ? I have 2 columns and I want to print data ( name and position ) to upload the data to Firebase .

This page summarizes the projects mentioned and recommended in the original post on /r/swift

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • CoreXLSX

    Excel spreadsheet (XLSX) format parser written in pure Swift

  • Have you checked out the CoreXLSX library? It allows you to read excel files and extract all the data and filter by worksheets, rows, columns, cells, etc. For your case, you can probably do something like "for column in ColumnReference("B")!...ColumnReference("C")! { worksheet.cells(atColumns: [column]) ...". They have pretty detailed examples on the github repo

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts