This topic is locked

Export To Excel

5/21/2013 9:06:49 PM
PHPRunner General questions
P
phpcmk author

Hi,
Would like to check on the "Export results" button, when I export the data to excel, the header will follow the naming I set in my database. Is it possible to follow the header name as shown in the web.
Example:

Database - I named a column as "dir"

In phprunner editor - I named the column as "Director"
Can the excel follow the name as shown in phpunner editor?

C
cgphp 5/22/2013

Labels are used as headings in Excel/Word files. Field names are used as headings in XML/CSV files. This is done in order CSV file that is exported using PHPRunner could be imported into other software.

L
lakanol 5/22/2013

Check in the 'Fields' part of phprunner.

It shows which fields you want to show in different page (list, add, edit, print, export....)

the export field name will refer to 'Label'.
Please try on it.