Hi
I use imports ClosedXML.Excel to import XLSX files.
Is there a version to import XLS 97-2003 Excel files?
thanks
Hi kevinf,
ClosedXML doesn't support Excel 97-2003 i.e. .xls extension file.
It only supports .xlsx extension.
So you have to use OleDB to read the excel.
Refer below article.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.