Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
"Invisible" values in UltraSpreadsheet
posted

Hello.

I have a very simple Excel file, which cannot be correctly displayed in UltraSpreadsheet. It looks like cells get wrong formatting with white font color. You can see the example on the screenshot.

On the left hand side is a screenshot from the simple application, which do nothing, but simply load workbook from the file.

var workbook = Workbook.Load(openFileDlg.FileName);
ultraSpreadsheet1.Workbook = workbook;

On the right side, the screenshot from MS Excel.

I've also attached the Excel file itself
_Invisible_Values.xlsx

Is this kind of bug, or I have to do some additional "magic" to make data visible in UltraSpreadsheet?

Best regards,

Oleg

P.S.: I also have experienced some appearing/disappearing values in the cells for some Excel files, during ZoomLevel adjustments. Is this some known issue?

Parents
No Data
Reply
  • 29105
    Offline posted

    Hello Oleg, 

    Thank you for contacting Infragistics. Which version of Infragistics assemblies are you using? What are the exact steps to cause the behavior? Was your excel file originally created in Excel and then loaded into the Spreadsheet? Or was the Excel file created, loaded in the Spreadsheet, modified, then loaded back in resulting in the issue?

    I tried both of these and only reproduce the behavior with your original file. My next step is to cause the behavior and debug the steps taken necessary in reproducing the behavior. Thanks. 

    Michael

Children