Skip to content

Releases: CoreOffice/CoreXLSX

0.2.0: Cell by row/column filtering API with worksheetCache (#1)

Choose a tag to compare

@MaxDesiatov MaxDesiatov released this 11 Nov 12:17
40d2b21
  • 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

Choose a tag to compare

@MaxDesiatov MaxDesiatov released this 10 Nov 19:55
7666ceb

Added macOS 10.11 deployment target to the podspec

0.1.1

Choose a tag to compare

@MaxDesiatov MaxDesiatov released this 10 Nov 19:28
1820eee

Improved README, fixed podspec

0.1.0

Choose a tag to compare

@MaxDesiatov MaxDesiatov released this 10 Nov 19:22
251e6b6

First release with reading support for basic .xlsx files