Hi Connor,

Thank you for your message in this forum.

If you want to convert .xls file to .xlsx file and you don’t have may .xls files, we’d give you some workarounds and hope that will help you:

  1. When you open older format files, you will see "Compatibility Mode" in the title bar after the file name. You can use the "convert" function. Click on the Office button, then Convert. You can also try opening the .xls file in Excel > then use the Save As command to save as an "Excel Workbook". Once you select that file type, the file extension will be xlsx and you can delete the old xls version. For more details, you can refer to this article: Save a workbook in another file format
  2. At the same time, you mentioned “migrated clients data over to SharePoint”, actually, if you upload the .xls files to SharePoint library, if you open it in Excel Online, you an click Edit Workbook, as shown below:

Then you can select Edit in Browser, there will show a File conversion message, as shown below:

You can click Convert to convert the file to the .xlsx file.

At the same time, according to your description, it seems that you are using Office Migration Planning Manager to convert files. If you have many .xls files and you still want to use Office Migration Planning Manager, to make sure you get the professional help, we would like to suggest you post it in Technet community to get professional help. This is a special channel handling Office Migration Planning Manager related issues and queries.

Your understanding and patience will be highly appreciated.

Best Regards,

Sukie

🌐
Online-Convert.com
document.online-convert.com › convert › xlsx-to-excel
XLSX to EXCEL - online-convert.com
This online document converter lets you convert your files from XLSX to EXCEL in high quality. ... One moment, loading... ... We support many file formats such as PDF, DOCX, PPTX, XLSX and more.
Top answer
1 of 3
8

Hi Connor,

Thank you for your message in this forum.

If you want to convert .xls file to .xlsx file and you don’t have may .xls files, we’d give you some workarounds and hope that will help you:

  1. When you open older format files, you will see "Compatibility Mode" in the title bar after the file name. You can use the "convert" function. Click on the Office button, then Convert. You can also try opening the .xls file in Excel > then use the Save As command to save as an "Excel Workbook". Once you select that file type, the file extension will be xlsx and you can delete the old xls version. For more details, you can refer to this article: Save a workbook in another file format
  2. At the same time, you mentioned “migrated clients data over to SharePoint”, actually, if you upload the .xls files to SharePoint library, if you open it in Excel Online, you an click Edit Workbook, as shown below:

Then you can select Edit in Browser, there will show a File conversion message, as shown below:

You can click Convert to convert the file to the .xlsx file.

At the same time, according to your description, it seems that you are using Office Migration Planning Manager to convert files. If you have many .xls files and you still want to use Office Migration Planning Manager, to make sure you get the professional help, we would like to suggest you post it in Technet community to get professional help. This is a special channel handling Office Migration Planning Manager related issues and queries.

Your understanding and patience will be highly appreciated.

Best Regards,

Sukie

2 of 3
1

Hi Connor,

Thank you for posting back. I do understand the inconvenience it has made and apologize for it.

As I mentioned above, I gave you two workarounds. However, if you want to convert .xls files to .xlsx file in bulk,  we’re afraid that there is no out of box way to achieve that. You may need to refer to the advice of Office support to use those tools. According to your description, it seems that you encounter the problem when you use the tool to convert files.

However, as this category is dedicated to the queries about Office 365 products,

to make sure you get the professional help, we would like to suggest you post it in Technet community to get professional help. This is a special channel handling Office Migration Planning Manager and Microsoft Office Compatibility Pack related issues and queries.

We appreciate your understanding and precious time.

Best Regards,

Sukie

Discussions

python - how to convert xls to xlsx - Stack Overflow
I have some *.xls (excel 2003) files, and I want to convert those files into xlsx (excel 2007). I use the uno python package, when I save the documents, I can set the Filter name: MS Excel 97 But t... More on stackoverflow.com
🌐 stackoverflow.com
Converting .xls to .xlsx
So we have recently migrated clients ... an older format, namely the excel documents. We contacted Office support who guided us with the following; ... The .doc to .docx worked with no issues however, when trying the .xls to .xlsx it ran on the Windows 7 box but did not convert ... More on answers.microsoft.com
🌐 answers.microsoft.com
3
184
August 23, 2019
Converting .xls to .xlsx using xlrd
Does it say your error is on your open line or your print line? I can almost guarantee that's not the full error message cause it is not very useful. If it's not the full error message then post the full error message. More on reddit.com
🌐 r/learnpython
6
1
September 19, 2019
Convert XLS to XLSX using VBA
I think this change should solve it. I isolated the loop that checks for subfolders. Not sure if more bugs will crop up but it works on my machine (tm) Function test(sPath As String) As String Dim strCurrentFileExt As String Dim strNewFileExt As String Dim objFSO As Object Dim objFolder As Object Dim objFile As Object Dim xlFile As Workbook Dim strNewName As String strCurrentFileExt = ".xls" strNewFileExt = ".xlsx" If Right(sPath, 1) <> "\" Then sPath = sPath & "\" End If Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.getfolder(sPath) For Each subfolder In objFolder.SubFolders Call test(subfolder.Path) Next subfolder For Each objFile In objFolder.Files strNewName = objFile.Name If Right(strNewName, Len(strCurrentFileExt)) = strCurrentFileExt Then Set xlFile = Workbooks.Open(objFile.Path, , True) strNewName = Replace(strNewName, strCurrentFileExt, strNewFileExt) Application.DisplayAlerts = False Select Case strNewFileExt Case ".xlsx" xlFile.SaveAs sPath & strNewName, XlFileFormat.xlOpenXMLWorkbook Case ".xlsm" xlFile.SaveAs sPath & strNewName, XlFileFormat.xlOpenXMLWorkbookMacroEnabled End Select xlFile.Close Application.DisplayAlerts = True End If Next objFile End Function More on reddit.com
🌐 r/excel
20
15
February 28, 2019
People also ask

How do I convert XLS to XLSX without opening the file?
Upload the .xls here — the converter rewrites it as .xlsx without Excel ever opening the workbook, which also means no macro code executes during conversion. For whole folders, the desktop Total Excel Converter does the same from the command line.
🌐
coolutils.com
coolutils.com › online › xls to xlsx
Convert XLS to XLSX Online — Free Spreadsheet Upgrader
Will my formulas still work after converting XLS to XLSX?
Yes. Standard Excel formulas convert correctly. The XLSX format supports all formulas that XLS supports, plus additional functions introduced in Excel 2007 and later. Complex array formulas and named range references are preserved. Verify calculated cells after conversion to confirm results match the original.
🌐
coolutils.com
coolutils.com › online › xls to xlsx
Convert XLS to XLSX Online — Free Spreadsheet Upgrader
Is there any data loss when converting from XLS to XLSX?
For standard spreadsheet content — values, formulas, formatting, charts, and tables — there is no data loss. The risk area is VBA macros (dropped in XLSX) and some legacy XLS-specific formatting quirks that have no XLSX equivalent. Always open and verify the converted file before discarding the XLS original.
🌐
coolutils.com
coolutils.com › online › xls to xlsx
Convert XLS to XLSX Online — Free Spreadsheet Upgrader
🌐
CloudConvert
cloudconvert.com › xls-to-xlsx
XLS to XLSX | CloudConvert
CloudConvert is an online document and spreadsheet converter. Amongst many others, we support PDF, XLSX, XLS, CSV, ODS. Thanks to our advanced conversion technology the quality of the output will be as good as if the file was saved through the latest Microsoft Office 2021 suite. ... XLS is Microsoft Excel spreadsheet file that stores data and manipulates several mathematical operations.
🌐
Smallpdf
smallpdf.com › blog › convert xls to xlsx for free
Convert XLS to XLSX Format Online Free | Smallpdf
November 14, 2025 - Behind the scenes, we convert your XLS workbook into the newer XLSX file format while keeping your data, cell styles, and structure as close as possible to the original. When the conversion finishes, click “Download” to save the .xlsx file. You can also send it straight back to Google Drive, Dropbox, or OneDrive using the buttons on the result page. Your file is now ready to open in any modern version of Excel or compatible spreadsheet software.
🌐
CoolUtils
coolutils.com › online › xls to xlsx
Convert XLS to XLSX Online — Free Spreadsheet Upgrader
2 weeks ago - Total Excel Converter can be run via command line (get the ready-to-use command line from GUI). ... ✍️ Set Conversion Options: Choose XLSX as the output format and adjust any additional options if needed.
Rating: 4.7 ​ - ​ 3 votes
🌐
Microsoft Support
support.microsoft.com › en-us › office › saving-xls-to-xlsx-xlsm-d74fe848-d887-4e63-9638-8f752cd743a2
Saving xls to xlsx xlsm | Microsoft Support
Make sure you are in the right path to save the workbook > Select Excel Macro-Enabled Workbook (*.xlsm) as shown below and select Save. New workbook with the same file name with .xlsm extension will be available as shown below: Close the workbook for the changes to effect. Re-open and verify if the macros are running as expected. Save a workbook in another file format (microsoft.com)
Find elsewhere
🌐
YouTube
youtube.com › azhar techno coder
How to convert xls to xlsx without any code | Convert xls to xlsx - YouTube
How to convert xls to xlsx without any code | Convert xls to xlsxSteps:1. Open an xls file2. Click on File Tab3. Once you are done with that, Click on Info T...
Published   June 24, 2022
Views   21K
🌐
FreeConvert
freeconvert.com › xls-to-xlsx
XLS to XLSX Converter - FreeConvert.com
When the status change to “Done” click the “Download XLSX” button · Simply upload your XLS files and click the convert button.
🌐
CloudConvert
cloudconvert.com › xlsx-converter
XLSX Converter | CloudConvert
XLSX is a proprietary spreadsheet file of Microsoft Excel that contains data. It contains data in rows or columns as well as charts. XLSX supports several mathematical functions also. It uses Open XML standard for containing data. It supports MS Office 2007 and above versions. ... Pick a target format to start a XLSX conversion. XLSX to CSVXLSX to HTMLXLSX to JPGXLSX to NUMBERSXLSX to ODSXLSX to PDFXLSX to PNGXLSX to XLSXLSX to XPS ... Pick a source format to convert into XLSX.
🌐
Online Convert
document.online-convert.com › convert-to-xlsx
Convert your file to the Microsoft Excel XLSX format
Convert your file to XLSX with this free online file converter. OCR is supported in case you want to convert from PDF to XLSX.
🌐
Convertio
convertio.co › xls-xlsx
XLS to XLSX — Convert Online Tool — Convertio
Convert XLS to XLSX online for free with convertio.co. Modernize your legacy Excel spreadsheets to the Open XML format in seconds.
🌐
IONOS
ionos.com › digital guide › online marketing › online sales › xlsx to xls
Converting XLSX to XLS is fast and easy with these two methods - IONOS
August 25, 2020 - If you have a spread­sheet program on your computer that can open XLSX files (i.e. any version since Excel 2007), the easiest way to convert XLSX to XLS is to use the “Save as” function.
🌐
Zamzar
zamzar.com › home › converters › document › xls › convertxtoy
Excel to Excel - Convert your XLS to XLSX for Free Online
Zamzar is a quick way of converting XLS files into XLSX – just upload, convert, and download. If you have Excel 2007 or later, you can open XLS files and save them into XLSX format. You may also be able to rename the file extension to .xlsx in File Explorer –make a copy first, just in case.
🌐
ConvertSimple
convertsimple.com › convert-xls-to-xlsx
Convert XLS to XLSX Online - ConvertSimple.com
January 15, 2022 - Convert XLS to XLSX online in bulk. Upload your XLS files, click Convert, and download the converted XLSX files with this free online XLS to XLSX converter.
🌐
FreeConvert
freeconvert.com › xlsx-to-xls
XLSX to XLS Converter - FreeConvert.com
Simply upload your XLSX files and click the convert button. You can also batch convert XLSX to XLS format. There is no software to install, it works on any web browser.
🌐
WPS Office
wps.com › home › blog › office guide › how to convert xls to xlsx for free (easy & fast)
How to Convert XLS to XLSX for Free (Easy & Fast)
September 11, 2025 - Step 5: Under the "Save as type" dropdown menu, choose "Excel Workbook (*.xlsx)". ... Step 6: Finally, click "Save" to save the XLS file as an XLSX file in the selected location. ... Zamzar is a free online file conversion service that supports over 1200 different conversions. You can convert files between various formats, such as video, audio, image, document, and ebook.
🌐
Convertio
convertio.co › xlsx-xls
Convert XLSX to XLS — Online — Convertio
Microsoft Excel (all versions), LibreOffice Calc, Google Sheets, WPS Office, and Apache OpenOffice Calc open XLS files. ... Standard cell data, formulas, and formatting transfer. VBA macros may need the XLSM format — XLS has limited macro support. ... XLS files are typically larger than XLSX because XLSX uses XML compression. Expect a modest size increase after conversion. ... Yes — upload several XLSX files at once and Convertio converts them all to XLS in one go, saving you considerable time.