Denis Martin-Bruillot

Results 32 comments of Denis Martin-Bruillot

A bit late to the party, but there is an issue that can be easily fix: https://github.com/renebigot/XlsxReaderWriter/pull/52/commits/a09fcd6152ff9bfeec97ff1526427af900365f8b See PR #52

Guys the cache directory is use to access the content of the file. Think of the XLS file as a zip with lot of data and it is extractcting it...

I think the problem is that you file is not accessible as it is outside your Sandbox. This why it works when you put the file in the Main Bundle...

Arf... Ok my best guess then is to check it in the simulator and see of the app container react (if the file copied, etc...) If the cache is open...

Normally it should work out of the box. https://github.com/renebigot/XlsxReaderWriter/issues/88 Add this at the top of your PodFile ```source 'https://github.com/charlymr/XlsxReaderWriter-Podspecs.git' ``` Then you can get the latest version 2.3.2 ``` pod...

Are you using SSZipArchive elsewhere? Try : ``` pod setup # If not done already pod repo update ```

Well I am not sure now :( where to take it. You said when you open the sample project it works. Try and implement the document picker there and see...

Just checked in the project I am working right now this is what get install: ``` Using SSZipArchive (1.8.1) Using XMLDictionary (1.4.1) Using XlsxReaderWriter (2.3.2) ```