Excel Creation/Manipulation Programmatically in .NET

J

Javed

Hello Everyone

I want some help and guidance on generating an Excel Programmatically.

Scenario : I have an Excel that contains Input Data. I have to read the
Excel in memory, persist the data , do some manipulation with the given data
and finally store the anlaysis result in a new Excel sheet created at run
time.

Below are some issues listed that I am looking to put importance to.

Issue 1: How to generate Excel programmatically / dynamically at run time.
Issue 2: Best Practise to follow to create and manipulate the Excel in memory.
Issue 3: The approach with which the Memory Loss or Leakage should be
mimimal in doing Excel operations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top