Reputation: 344
There are some answers on how to update excel spread sheets using c#
. However all of these answers are several years old, and most require opening in excel. I am looking for a more recent solution; where I make the edits, and do this without using excel
What I'm looking to do is update an existing .xlsx
file and save that file into memory then email that stream.
If you have pointers on how to save the file into memory, that would be helpful.
But the real solution that I am looking for is updating an existing .xlsx
file problematically using c#
, not having to open excel. I don't need to add any columns or workbooks all I need to do is simply update cells.
Upvotes: 0
Views: 948
Reputation: 1240
This is not a specific question, but perhaps there is value in addressing a few points here.
Upvotes: 1