Denis Martin-Bruillot

Results 32 comments of Denis Martin-Bruillot

But if it works, you will have some clue on where the problem might come from! It's always 10% of time coding, 90% debugging ! That's how it works :)

Wait... Add this: ``` source 'https://github.com/CocoaPods/Specs' source 'https://github.com/charlymr/XlsxReaderWriter-Podspecs.git' ```

@SNanjappa I actually got it to work in my Fork. It's in Beta, but I would like to have user testing it. https://github.com/charlymr/XlsxReaderWriter/tree/2.4.0.Beta.3

@vinceplusplus I think this is because my pod specs are looking for SSZipArchive in the wrong cocoapods specs repo. I'll double check that, but yes adding SSZipArchive like you did...

I fork the repo and support Framework, and much mor if you are interested. FYI. XMLDictionary has been abandoned, so I removed the dependency and integrated it directly in the...

@emil-lind One thing I found when using the library is that copying workbook is not very efficient and taking a lot of memory as you actually open the file (so...

@binsnoel You should try my version of the lib. https://github.com/charlymr/XlsxReaderWriter

@maureeungaro Yes I am actively trying to keep it running as I am using it myself. It is fully compatible with swift and come as a framework. I will needs...