Forums

Entry into database and export to excel

zbolt 11 May, 2010
Hello,

I have a form set up to store the submitted info into a database. Everything works very well. When I export the database to an excel spreadsheet the individual column names are text_0, text_1, etc. What do I need to change in order for these to say 'Name', 'Email', etc?

Thanks
GreyHead 11 May, 2010
Hi zbolt,

The Excel export picks up the column names from the database table, which in turn are usually created from the input names in the Form HTML.

You can rename the inputs and the columns, or hand-code the export I guess.

Bob
This topic is locked and no more replies can be posted.