Comment on Ask YC: Excel Generation (Server Side)?Comments−keefe18yhttp://en.wikipedia.org/wiki/Office_Open_XML Generating files with this XML format should let you get something into excel. The only others I know of are Java based as I'm fairly anti-ms : http://poi.apache.org/ and http://jexcelapi.sourceforge.net/
Comments
http://en.wikipedia.org/wiki/Office_Open_XML Generating files with this XML format should let you get something into excel. The only others I know of are Java based as I'm fairly anti-ms : http://poi.apache.org/ and http://jexcelapi.sourceforge.net/