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.
我有一张excel表格
A 列的宽度为 70,自动换行属性为 ON。
单元格内容为 287 字/1950 个字符。现在,当我尝试行自动调整功能时,它无法正常工作。有些内容仍然不可见。如何解决这个问题。
只有前 1024 个字符会显示在网格中,这就是它的工作原理。您可以毫无问题地在编辑栏中看到完整的内容,只是在工作表网格中看不到。
由于这是正常功能,因此不是问题。
但是,如果您想查看更多内容,您应该将内容拆分为 =<1024 个字符的部分,或者将内容放入文本框中。