How to browse & display excel sheet in web browser using asp.net? -


I want to browse the Excel input file & amp; Display it on a web browser & amp; It should be editable on the web browser, I am using C # asp.net for coding. Any help will be gr8 in advance thanx

I think you have the option of HTML table or Google spreadsheet / Microsoft Excel Online.

For more information:



Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

c++ - Qt::make_shared for creating QSharedPtr as std::make_shared for creating std::shared_ptr -