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
Post a Comment