gaccawi:I need an OpenXML SDK that I can use from Java on a non-Windows (specifically Mac OS X Tiger) platform.
I need to create an Excel spreadsheet with multiple sheets
thanks,
For Excel, Apache's POI is building OpenXML support on top of OpenXML4J.
If it was Word you are after, I'd be recommending my docx4j project :)