Danish Amanat
Danish Amanat

Reputation: 21

I have an Excel Template And I have Edit It from c# Save new File

Hey guys I have template of excel Which is given by Client I want to set values in it and save new file Please tell me how to do it

Upvotes: 1

Views: 52

Answers (1)

Jim Snyder
Jim Snyder

Reputation: 99

The easiest way would be to use Interop. I use OpenXML to build workbooks from scratch, but it has a steep learning curve. Interop is well described here in StackOverflow and Microsoft has helpful doco. Do some research and come back with specific questions.

Upvotes: 1

Related Questions