asp.net - Write excel file in C# 2.0 without using any third party dlls/interop/sdk -


i want write excel file (xls/xlsx) in c#.

constraints:
don't want use following things while writing:
1. third party dll( client not allowing me use third party dll )
2. sdk(same above reason not allowed download)
3. not allowed use interop in target server there no office installed.
4. openxml

info:
1. using vs 2005.
2. using asp.net (c# 2.0)

write csv file can opened directly excel.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -