I mean not in the phpMyadmin, it's in a webpage. When a visitor try our services, the services will generate a result with 5 columns, and around 500 rows table. Currently the php script will write this result into a txt file. For the excel file, the first 6 rows will be a statistics of the result, and will start writing the result from the 7th rows. So how to use the php script to write the result into an excel file? And how to write into information into a specified cell? For example, how to write the name into cell A8?