CPAN has a ton of very useful libraries. With the exception of porting them to Objective-C, is there a way to embed perl code in Objective-C in iOS? I'm particularly interested in using Spreadsheet :: Read to read Excel file data (and no, I don't want to force users to save their files as CSV again).
source share