ExcelStreamingException

class ExcelStreamingException(message: String, cause: Throwable? = null) : ExcelDslException

Thrown when an error occurs during Excel streaming operations.

Common causes include:

  • Attempting to write to a row index smaller than the current pointer.
  • Underlying engine-specific I/O errors.

See also

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?