Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个表单,用户可以通过数据库查看客户信息。用户可以通过数据库下载客户信息,即.xls文件。
问题是,当用户下载 .xls 文件并且 .xls 文件中的信息将更改为大写时,有没有办法?
您可以解析 .xls 文件,然后您可以将 strtoupper 应用于必填字段,最后您可以作为 .xls 文件输出给您的用户。