All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Version 2.5 is introducing an important dependency changes
- The Library ZipArchive is https://github.com/samsoffes/ssziparchive), has been integrated and is use internally now.
- WARNING: ZipArchive is no longer a dependency of this project, if you depend on it, import it by another mean or
- Made XlsxReaderWriter dependencies less & self contain
- Fixed #33 'Again errors when opening Excel files'
- Fixed Carthage! Thanks
ddaddy
fro the support! - Added back tvOS support
- Added swift package support
- can see the target of hyperlinks. They show as non-nil targetStrings of the cell. (David Phillip Oster)
- XCode 12 update
- Use angled bracket imports (Darren Jones)
- Using GEM
- Carthage update
- Version 2.4 is introducing an important dependency changes
- The Library XMLDictionary is Deprecated, for this reason the code has been integrated and refactored to avoid Name collision
- WARNING: XMLDictionary is no longer a dependency of this project, if you depend on it, import it by another mean or
- Carthage integration
- Refactored Import to be more module friendly (and moved header import to implmeention as much as possible)
- Some refactoring on XMLDictionary to increase performance
- 2.4.0 fixed an issue while saving files. Please do not use previous 2.4.0 beta 4 if you intend to edit files. Thanks to @Florrr & @luchspeter
- Updated for Xcode 11.2
- As of this version, the minimum system requirement are iOS 8.0, macOS 10.9
- Added Travis for automatic testing
- Merged Liquidsoul fork as he fixed Testing
- Merged brvignesh PullRequest #94
- Merged bryant1410 PullRequest #77
- Added Support for Xcode 9.3 and future proof build (it was failing due to new compiler recommended settings by Apple)
- Updated Specs to use the latest version of SSZipArchive '~> 2.1'
- Fixed some ocumentation warnings
- Fixed a Null pointer exception case in BRAContentTypes
- Fixed conditional for Cocoapods Lint (MacOS vs. iOS)
- Changed podspec to point outside Cocoapods main repo (As I don't have rigth to push for the public Pod) See: Issue #88 - original renebigot/XlsxReaderWriter
- Updated readme to explain how to use this repo
- Fixed Bug preventing SSZipArchive to extract folder
- Fixed cocoapods and added FrameWorks support (for Xcode 9+ and Swift 4)