c# - Getting error while writing output to Microsoft Excel programmatically -


i developed winforms application using c# in .net 4.0, in end user selects input excel file. program generates output excel file cells based on business logic of application.

after selecting input file , run application, if open other excel sheets on machine, see output excel file being still written in read mode , if close opened excel file application throwing error.

how stop read excel sheet getting opened before entire output written?


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -