AdvGridExcelIO

Does this component support the latest excel fileformat "xlsx"



The following works:



SaveDialog.FileName := ChangeFileExt(SaveDialog.FileName,'.xls');

.XLSExport(SaveDialog.FileName);



The following indicates that the excel file is an incorrect format and will not open



SaveDialog.FileName := ChangeFileExt(SaveDialog.FileName,'.xlsx');

.XLSExport(SaveDialog.FileName);



Thanks for your kind support

No, TAdvGridExcelIO only supports the .XLS format.
For support of the .XLSX format, see:

http://www.tmssoftware.com/site/advgridfilters.asp