DiagnosticSeverity
Overview
DiagnosticSeverity is a enum in Aspose.Cells for NET.
DiagnosticSeverity enum classifies diagnostic messages into four levels: Warning, Recoverable, LossyRecoverable, and Fatal.
Values
| Value | Description |
|---|---|
Warning | Non-critical issue; workbook loaded with minor concerns |
Recoverable | Issue encountered but workbook successfully recovered without data loss |
LossyRecoverable | Issue caused partial data loss during recovery |
Fatal | Critical error that prevents the workbook from loading |