Using C# to read/write from excel spreadsheet.
Posted
by
Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2011-03-17T00:08:09Z
Indexed on
2011/03/17
0:09 UTC
Read the original article
Hit count: 140
Hi there,
I need to make a program that writes some data to an excel spreadsheet. Something basic along the lines of First name, last name, phone number, e-mail per row with each category in its own column.
I don't even know where to start. If someone could tell me which assemblies to reference and maybe point me to a website or a book that covers writing/reading data from an excel spreadsheet via a c# program that would be great.
Many thanks.
© Stack Overflow or respective owner