Is there a free PHP library for reading/writing excel files? I don’t want to use XML (I think you could read excel files as XML, I don’t want to do it that way). I also need to create graphs and other goodies, so saving the file as csv will not work either.
Share
Perhaps http://phpexcel.codeplex.com/ is what you’re looking for?