Sergiy Stoyan

Results 2 comments of Sergiy Stoyan

Exactly! What I did is just set ``` service.HttpClient.Timeout = new TimeSpan(0, 0, 0, 300); ``` where `service` is: ``` ScriptService service = new ScriptService(new BaseClientService.Initializer { HttpClientInitializer = Credential,...

[test_FailAddingComment.xls](https://github.com/nissl-lab/npoi/files/13679228/test_FailAddingComment.xls) On the attached file the code following below throws the exception 'An item with the same key has already been added.' ``` string file = @"c:\test_FailAddingComment.xls"; using (System.IO.FileStream fs...