How can I create an Excel compatible Spreadsheets on the server side in C#?
I 'd like to make server-side stand out suitable spreadsheets that possibly utilize OpenXML or a structured information format. I have actually utilized Office Interop before to create Excel spreadsheets, however those apps operate on a PC that has actually office installed. For this web task I'm constructing, the server doesn't have actually Office set up (and they don't wish to purchase it). Exactly what's the very best library for me to utilize that permits me to generate Office compatible spreadsheets from a windows server 2k8 utilizing IIS7 in asp.net http://www.iditect.com/tutorial/excel-create-load/ Microsoft published the OpenXML SDK. Alternatively download the OpenXML schemas, create basic examples with Office and use them as a structure to compose your very own XML files - its not that complicated. You could use the NPOI library.…