如何将工作表的内容解析为多个输出文件
问题描述:
我正在尝试将excel工作表的内容分成几个文件以便于处理。我所拥有的是一个包含多列信息的工作表。输出文件需要包含以下内容:
第1个文件)列A + B + C + D
第2个文件)列A + E + F + G
第3档)A + H + I + J列$
列A需要附加信息一直在分组或输出文件。真的很感谢你对这个
I'm trying to separate the contents of an excel worksheet into several files for easier processing. What I have is a worksheet with information in several columns. The output files need to have contents of say:
1st file) Columns A + B + C + D
2nd file) Columns A + E + F + G
3rd file) Columns A + H + I + J
Column A information need to be attached to this grouping or output files all the time..Really appreciate all your inputs on this
答