Pull info from Excel Spreadsheet into C# Web Application

Posted by Gene on Stack Overflow See other posts from Stack Overflow or by Gene
Published on 2010-06-10T01:59:45Z Indexed on 2010/06/10 2:02 UTC
Read the original article Hit count: 353

Filed under:
|
|

I want to show information from an excel spreadsheet in a web page. The xls will have maybe 5 columns, and as many rows as needed. The columns will be 'Name', 'Created Date', 'Expired Date', 'Owner', and maybe down the road maybe more.

What I would like is for the C# to nightly read the xls, and display the information in a table on the website.

If there is a PDF available for download I am going to link that as well.

Thanks in advance, Gene

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET