WPS contains many functional items. Many users use WPS to create forms, but when they are copying and pasting, a prompt that they cannot copy and paste pops up. Many people face this problem and do not know how to solve it. Next, the editor will share two methods. I hope today's tutorial can help the majority of users.
Summary Many PHP projects these days adopt an object-oriented programming (OOP) approach. However, OOP is not all plain sailing in PHP. One outstanding challenge is that you can run into problems when trying to use the $this variable within a closure. This article is carefully written by PHP editor Banana. It will explore the root cause of this problem and provide feasible solutions, guiding everyone to easily control OOP programming in PHP.
Method 1:
1. The error message is, when pasting, it always prompts that the WPS table cannot paste information because the shape of the copy area and the paste area are different.
2. The copied data table is in xls format, and the table to be pasted is in xlsx format. When copying, select the entire row or column to copy, and then paste it and you will see a similar prompt. If this is the case, just select the area with data when copying or just select the first cell when pasting.
3. Multiple worksheets are selected at the same time when copying. For example, sheet1, sheet2, and sheet3 under the workbook are selected at the same time and then the data is copied. In this case, you only need to select a single worksheet for copying. A replication failure has occurred.
Method 2:
1. Check whether the entire workbook is protected, right-click the workbook label below.
2. Click to cancel worksheet protection.
3. Select any cell in the table and right-click.
4. Click to set the cell format.
5. Click the Protection tab.
6. Click off the √ in front of the lock.
7. Click OK to solve the problem of being unable to paste information.
The above is the detailed content of What to do if WPS table cannot copy and paste information WPS cannot copy and paste information. For more information, please follow other related articles on the PHP Chinese website!