Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting data to iWork Numbers

Has anyone tried exporting data to Numbers in iWork? I want to generate a spreadsheet programmatically but I'm not having much success.

I've tried unzipping a .numbers document and analysing the XML to see if I could interpret it but it's far too complicated. Also, I couldn't find the DTDs used by Apple.

Judging by what's out there this is an almost impossible task. Does anyone have any ideas?

like image 450
ruipacheco Avatar asked Jun 10 '26 03:06

ruipacheco


2 Answers

I have a number of Applescript scripts in my application for generating Numbers spreadsheets. It works fairly well although it's not very quick and you don't have much control over formatting and can't insert things like Charts.

like image 150
Ian Turner Avatar answered Jun 14 '26 13:06

Ian Turner


If they're pure number in one sheet, export them into a CSV or tab-separated text file.

like image 29
kennytm Avatar answered Jun 14 '26 14:06

kennytm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!