Bug Report T304642
Visible to All Users

KeyNotFoundException is thrown when the Style.CopyFrom method is used with the built-in Normal style as a parameter

created 9 years ago

Hello,
I have an expetion "An unhandled exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in DevExpress.Spreadsheet.v15.1.Core.dll. Additional information: The given key was not present in the dictionary" . This ex occurs when i change default style, change style of any cell and save document into xlsx format.
Sample:

Workbook book = new Workbook();
            book.Styles.DefaultStyle.Font.Name = "Arial";
            book.Styles.DefaultStyle.Font.Size = 10.0;
            Style st = book.Styles.Add("test");
            st.CopyFrom(BuiltInStyleId.Normal);
            st.Fill.BackgroundColor = Color.Aqua;
            book.Worksheets[0].Cells[0, 0].Style = st;
            book.SaveDocument(@"d:\xlsx_test.xlsx", DocumentFormat.OpenXml);

Thank you

Comments (1)
DevExpress Support Team 9 years ago

    Hello,
    I have reproduced this behavior and passed this ticket to our developers for further research. Please bear with us.
    We will notify you as soon as we make any progress.

    Answers approved by DevExpress Support

    created 9 years ago

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.