Manipulate Excel workbooks programmatically

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-03-25T22:42:36Z Indexed on 2010/03/25 23:03 UTC
Read the original article Hit count: 227

Filed under:

I have an Excel workbook that I want to use as a template. It has several worksheets setup, one that produces the pretty graphs and summarizes the numbers. Sheet 1 needs to be populated with data that is generated by another program. The data comes in a tab delimited file.

Currently the user imports the tab delimited file into a new Workbook, selects all and copies. Then goes to the template and pastes the data into sheet1.

This is a large amount of data, 269 columns and over 135,000 rows. It’s a cumbersome process and the users are not experienced Excel users. All they really want is the pretty graphs.

I would like to add a step after the program that generates the data to programmatically automate the process the user currently must do manually.

Can anyone suggest the best method/programming language that could accomplish this?

© Stack Overflow or respective owner

Related posts about excel-2007