c# - Copying Xth sheet from N Excel workbooks into a new workbook-which language to use? -
i understand can use vba
- i've found way sheet name not location (5th sheet in workbook) or wildcard of name (sheet named results-*)
- i'd rather user didn't have install excel on machine in order run this.
i'd appreciate suggestions language/libraries in easiest accomplish, following list:
- java
- c#
- groovy
- ruby
for java getsheet(int) method in jexcelapi this.
Comments
Post a Comment