Mhtml
10-23-2004, 02:00 PM
Has anyone come across a PHP spreadsheet? I've been searching for a while but haven't been able to find one.
Basically I have a fixed number of columns 31, and I need a variable number of rows. The data has to be either written to a file, maybe xml or comma delimited text file or a mysql database.
I could write it myself but if there is an existing system out there I'd like to base my code on that if possible, save me the time and effort.
Basically I have a fixed number of columns 31, and I need a variable number of rows. The data has to be either written to a file, maybe xml or comma delimited text file or a mysql database.
I could write it myself but if there is an existing system out there I'd like to base my code on that if possible, save me the time and effort.