问题描述
如何将包含整个数据的特定工作表从一个工作簿复制到另一个工作簿。
How to copy specific worksheet with entire data from one workbook to another workbook.
我有源文件和目标文件,其中包含工作簿中的一些工作表。
I have source and destination file with some of the worksheets in both the workbook.
Sourcebook< g class =" gr_ gr_51 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace"数据-GR-ID =" 51" ID = QUOT; 51"> SHEETNAME'S< / g取代; = A,B,C,D,E,F等(工作表名称)
Sourcebook <g class="gr_ gr_51 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="51" id="51">sheetname's</g> = A,B,C,D,E,F,etc (Sheet name)
目标工作表名称 = A,B,C,D,E,F,G,H,I ,J等(工作表名称)
Destbook sheetname's = A,B,C,D,E,F,G,H,I,J,etc (Sheet name)
例如,Sheetname" G"使用整个数据复制整个数据的Destbook包含整个数据..?
For example, Sheetname "G" of Destbook with entire data to copy in sourcebook with entire data..?
c#.net中的sysntax是什么?
what is the sysntax in c#.net..?
推荐答案
这篇关于如何将特定工作表与整个数据从一个工作簿复制到另一个工作簿的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!