ExcelFormatException constructor

const ExcelFormatException(
  1. String message, {
  2. String? part,
  3. Object? cause,
})

Creates an ExcelFormatException describing malformed XML content.

Implementation

const ExcelFormatException(super.message, {super.part, super.cause});