[merge(self) 将一系列单元格合并为一个单元格。 def merge(self): ... 注意事项 通过范围内左上角单元格的地址引用合并的单元格。 也可以看看 模块aspose.cells 类 UnionRange]