0

I create a form where user can see the client information through database.And user can download the client information through the database which is .xls file.

The problem was, is there a way where when user download the .xls file and the information in .xls file will change to UPPERCASE?

4

1 に答える 1

0

You can parse the .xls file then you can apply strtoupper for required fields and finally you can output as an .xls file to your user.

于 2013-01-23T06:10:36.670 に答える