ExcelDriverFactory

Factory for automatically detecting and creating ExcelDriver implementations based on the presence of specific library classes on the classpath.

This allows the DSL to be used without explicitly specifying an engine, providing a "plug-and-play" experience for developers.

Detection Priority:

  1. Apache POI (PoiDriver)
  2. FastExcel (FastExcelDriver)

Functions

Link copied to clipboard

Automatically detects an available Excel engine from the classpath.