How to generate Excel file using an XML and XSL file in C#/VB.NET? I have the required XML and XSL file. BUT I dont know how to generate an Excel file from out of these. Thanks.
Asked
Active
Viewed 112 times
0
-
http://en.wikipedia.org/wiki/Office_Open_XML – amald Nov 24 '13 at 14:35
-
http://en.wikipedia.org/wiki/List_of_software_that_supports_Office_Open_XML#Programmatic_support_2 – amald Nov 24 '13 at 14:36
-
Thanks @amald, Does OOXML support older versions of Microsoft office? like MS Office 2003, XP, 2000, etc? – Temp O'rary Nov 24 '13 at 14:42
-
Also, does it allow to password protect the Excel sheet? – Temp O'rary Nov 25 '13 at 08:32
-
Google for that. OpenXML data are freely available in net. – amald Nov 25 '13 at 08:57
-
I could find, [link](http://stackoverflow.com/questions/15168011/excel-file-password-protection-with-open-xml-sdk) to protect OpenXML generated excel file but I want the ability that the user can selectively set protection such as the ability to allow certain settings as shown in the image (  ). – Temp O'rary Nov 29 '13 at 09:35