When I download a spreadsheet from google drive as an xlsx document.I want to zip it(programatically using Objective-C) and create a folder containing the xml files of the xlsx file.I do not want to use zipArchive class.Is it possible with zlib/gzip.Kindly help with example code.
TIA