Excel Driver Factory
object 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:
- Apache POI (PoiDriver)
- FastExcel (FastExcelDriver)