I want to create a service which will insert provided data into spreadsheet fields and get results from other spreadsheet fields after they are recalculated and it should support multiple parallel executions. Is this possible at all and maybe somebody can give a link with some tutorial I can begin learning from?
I want to create a service which will insert provided data into spreadsheet fields
Share
I don’t believe Microsoft.Office.Interop.Excel supports parallel processing.
Your best bet is to get a third party process. I’ve used NPoi with good results, but a lot of it will depend on which versions of Excel you want to support.
http://npoi.codeplex.com/
ETA: Tutorial here
http://www.leniel.net/2009/07/creating-excel-spreadsheets-xls-xlsx-c.html