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 Reply Children
No Data