Customers Adobe Systems Inc. Chooses 'Convert Doc'. A custom site license has been signed by Adobe allowing them to install 'Convert Doc' on their servers. They will be using it specifically to do Doc to HTML conversions. "We look forward to using your product and potentially working together in the future", Bob Free, Adobe Great customer service, prompt attention to our requirements and lightening speed development has been my experience with the staff at Softinterface Inc. Within a few hours of installing... Bruce King, IBM Canada, Toronto, Ontario You need to convert from XLSX to CSV (Unicode/ASCII/ANSI) XLSX to Fixed Width Text (Unicode/ASCII/ANSI) XLSM to CSV (Unicode/ASCII/ANSI) XLSM to Fixed Width Text (Unicode/ASCII/ANSI) XLS to CSV (Unicode/ASCII/ANSI) XLS to Fixed Width Text (Unicode/ASCII/ANSI) CSV to Fixed Width Text (ASCII/ANSI/Unicode) Fixed Width Text File to HTML/XML
|
For details on how to specifically convert from XLSX to XLS please continue reading below. See the bottom of this page for some examples showing how to convert XLSX to XLS from the command line.
First we show what conversions are possible with XLSX files, then we discuss specific directions for how to use the programs user interface. What Conversions Are Possible With XLSX FilesBelow we show you what you can convert XLSX files to/from when using ‘Convert XLS’, click on the link for more details:
** Requires the use of the ‘MS Excel’ conversion method. Convert XLSX to XLS Files From the User Interface
Converting From XLSX file to a different file type 1. Select the ‘Convert Files’ Action To Do 2. Select the input file path. For a whole folder be certain to use the *.ext format. For example if you want to convert the folder of xlsx files located in “C:\input folder\” then use “C:\input folder\*.xlsx”. Choose the ‘Convert XLS’ conversion method. You can also select the MS Excel conversion method if you have MS Excel installed. Specify the Original File Format. In this case it is “[51] MS Open XML Excel Workbook (*.XLSX)”. Click on the Options button and choose the sheets, ranges and whether to include values or 'formulas and values' to convert. 3. Now specify the Target (output) file path. If you are doing a whole folder, then specify the whole folder using the “*.ext” format (for example "c:\output\*.XLS"). Finally, specify the ‘Convert To File Format” target (output) file type. In this case it is “[-4143] Microsoft Excel Workbook (*.XLS)”. Note that you will have more choices available if you choose the ‘MS Excel’ conversion method. 4. Click the CONVERT button on the tool bar to start converting. Converting To XLSX file from a different file type 1. Select the ‘Convert Files’ Action To Do 2. Select the input file path. For a whole folder be certain to use the *.ext format. For example if you want to convert the folder of XLS files located in “C:\input folder\” then use “C:\input folder\*.XLSX". Choose either ‘Convert XLS’ or ‘MS Excel’ conversion method. The ‘Convert XLS’ conversion method can be 10-20 times faster than the ‘MS Excel’ conversion method. The ‘MS Excel’ conversion method however, can convert any file MS Excel can open. If you are using the ‘Convert XLS’ conversion method, specify the Original (input) File Format. In this case it is “[51] MS Open XML Excel Workbook (*.XLSX)”. Since your input file is an Excel file you may specify the sheet(s) and range you want by clicking on the Options button. 3. Now specify the Target (output) file path. If you are doing a whole folder, then specify the whole folder using the “*.ext” format (for example "C:\Output\*.XLS"). Finally, specify the ‘Convert To File Format” target (output) file type. In this case it will be “[-4143] Microsoft Excel Workbook (*.XLS)”. 4. Click the CONVERT button on the tool bar to start converting.
NOTE: 'Convert XLS' can be used simply with the graphical user interface (GUI). If you've never heard of 'Command Line' before, we would recommend not reading this section and instead download and try the software. This is just a sample from the documentation. If you have trouble running these examples please see Using the Command Helpful Hints For Creating a Command Line within the documentation.
The first example shows how to convert a XLSX file to an XLS file. Each switch shown in blue is described in detail below the examples. It is highly recommended you review each switches description before implementing the example, thereby giving you the full power of ‘Convert XLS’. Example 1 (XLSX File to XLS) To convert a single XLSX file, “C:\in\input.XLSX” to an Excel (XLS) file located in the “C:\Out\” folder, the following syntax would be used:
ConvertXLS.EXE /S"C:\in\input.XLSX" /T "C:\Out\output.XLS" /C-4143 /F51 /M2 /V
To convert a whole folder (and subfolders) of XLSX files located in C:\in\*.XLSX to XLS files to be placed within c:\Out\ folder, the following syntax would be used: ConvertXLS.EXE /S"C:\in\*.XLSX" /T "C:\out\*.XLS" /C-4143 /F51 /M2 /R /V
The /G switch can be used to tell ‘Convert XLS’ to simply place each output file in the same folder as each input file. Therefore the command line above is equivalent to the command line below: ConvertXLS.EXE /S"C:\in\*.XLSX" /G /C-4143 /F51 /M2 /R /V
You may simply want to convert a whole folder and its subfolders and place the output into a separate folder/drive. In which case use this syntax: ConvertXLS.EXE /S"C:\in\*.XLSX" /T "C:\Out\*.XLS" /C-4143 /F51 /M2 /R /V
Note: It is highly encouraged that you use the Verbose (/V) switch initially to see what the status of your conversion is and to help you perfect your command line. When in verbose mode the program will tell you what went wrong or right with your command line using message boxes.
|
|
Copyright © 1999-2010 by SoftInterface, Inc. All rights reserved. |