本文介绍了从Excel中的Excel粘贴表合并单元格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将Excel数据粘贴到Word中作为WordTable。

I am pasting excel data into Word as WordTable.

如果excel数据/ Word似乎会自动合并单元格文本重叠两个单元格

例如,第一行的第二个单元格中的文本超出单元格宽度并重叠第三个单元格

Word seems to automatically merge cells if excel data/text overlaps two cells
e.g text in 2nd cell of 1st Row is exceeding cell width and overlaps 3rd cell

现在,在Word中粘贴它会自动合并单元格(1,2)和单元格(1, 3)在结果表中。

Now, upon pasting this in Word automatically merges the cell(1,2) and cell(1,3) in resultant Table.

我的要求是获取没有合并单元格的表。

My requirement is to get table without merged cells.

我已经尝试了所有'选择特定于'的选项,但似乎没有任何东西产生没有合并单元格的表。

I have tried all 'Paste Special' options but nothing seems to produce Table without merged cells.

在没有合并单元格的情况下,有没有办法获得Word Table?

Is there any way of getting Word Table in this case without merged cell?

Rahul

推荐答案

顺便说一句,这似乎不像"开发者"一样。问题!

BTW, this doesn't seem much like a "Developer" question!


这篇关于从Excel中的Excel粘贴表合并单元格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 21:10