Hello! I am trying to increase the performance when I create an Excel document. It has many (hundreds) conditional formatting formulas, creates 30 worksheets (password-protected) and applies one of 9 styles to data. A team member suggested to find a way to supress calculation when creating and applying the conditional formatting formulas, but I saw in another post that the file creation is binary and that the calculation will be actually performed when Excel opens the file. Is this still correct with XlsIO? Can you provide us with some of your insight on possible tips and tricks to increase the performance? Thanks in advance!