CoreXLSX Versions Save

Excel spreadsheet (XLSX) format parser written in pure Swift

0.2.0

5 years ago
  • Cell by row/column filtering API with worksheetCache (#1) This new API allows users to filter all cells by a row or column reference. To avoid re-parsing of worksheets, a new private worksheetCache property is added on XLSXFile.

0.1.2

5 years ago

Added macOS 10.11 deployment target to the podspec

0.1.1

5 years ago

Improved README, fixed podspec

0.1.0

5 years ago

First release with reading support for basic .xlsx files