标签: indexing merge spreadsheet openxml
嗨,有人可以帮我解决如何检索单元格的位置(例如:A4),因为我想将它们合并。
我有2个细胞:
cell1 = GenerateCell(); cell2 = GenerateCell(); // Get cell locations cell1Loc = ... cell2Loc = ... Merge(cell1Loc, cell2Loc);