Empower yourself with Excel Converter tools from Softinterface.
 

'Convert XLS' FAQ

(MS Excel Conversion and Sheet Manipulation Utility)

 
Back to Top

How Do I take the contents of a CSV file and place it into a pre-formatted Excel (XLS) file?

One of our on-line training videos illustrates how to do this. Briefly:

The secret is to have a ‘master template Excel’ file, let’s call it Template.XLS.  Template.XLS will have all the formatting you want, even formula’s if you so desire, but it will be empty of data.  You’ll need to do the following steps: 

  1. Convert the CSV file to a simple Excel file with data only in it, call it Simple.XLS
  2. Copy the data from Simple.XLS to Template.XLS using special process 101

 You could optionally do it more elaborately:

  1. Convert the CSV file to a simple Excel file with data only in it, call it Simple.XLS
  2. Make a copy of Template.XLS and call it Target.XLS
  3. Copy the data from Simple.XLS to Target.XLS using special process 101
Back to Top

When using the 'Convert XLS' conversion method, some characters (i.e. diacritic marks like in Czech, Polish, Swedish, Spanish, French, etc.) are not coming out properly.

Be certain you have the properly installed/setup language settings in the Control Panels\Regional Settings.

Back to Top

I get the following error when I run from the command line

"'ConvertXLS' is not recognized  as an internal or external command, operable program or batch file."

Important: To use the command line successfully you must do one of the following:

  • Set the path in your environment variables to the location of ConvertDoc.EXE

  • Copy ConvertDoc.EXE to the same folder as the batch file.

  • Use the full path in the command line (with double quotes) like so: 

"C:\Program Files\Softinterface, Inc\Convert XLS\ConvertXLS.EXE" /S"C:\test\test.csv" /T "C:\test\test.xls" /C-4143 /F6 /M2 /V

Back to Top

Converting to Excel when a file begins with "ID..."

If your original file begins with the letters "ID", your file will not convert to Excel.  You need to move the letters "ID" out of the position where it is the first thing in the file to another location in the file.

For example, if your CSV file looks like this:

ID1234, comma, delimited, data
more, comma, delimited, data...

removing the ID, or placing it after the 1234 will fix the problem.

Back to Top

How do I convert an XLS file to a DOC file?

Convert the worksheet first to an HTML file, and give it a *.DOC extension.  For example the target file should be something like:

D:\MyOutput\AppleSheet.DOC

And the target file type should be HTML.

Back to Top

Which versions of Excel can 'Convert XLS' read without using MS Excel?

The 'Convert XLS' conversion method supports the following file types.

Excel 5.0 BIFF5
Excel 7.0 (Excel 95) BIFF7
Excel 8.0 (Excel 97) BIFF8
Excel 9.0 (Excel 2000)
Excel 10.0 (Excel XP)
Excel 11.0 (Excel 2003)

Any other known bugs or Issues?

No issues at this time.  See Revision History for version to version details.  Also, Please submit a bug if you find one.