Offers an unconditional 30-day money-back guarantee.
Products->CZ-All2Xls:

Only $99.95($120), 100% Secure on-lineBuy it Now
To buy Buy Multi-User Licenses, and save, please click here


CZ-All2Xls for MS Excel V1.0
batch excel XLS converter that convert text, CSV, dbf to ms excel XLS

Awards

the 4 star award logo of cz all to excel converter from ivertech.com

About
CZ-All2Xls is a batch text converter that convert text, CSV, dbf to ms excel XLS, and can watch source file folder and convert new uploading text, CSV, dbf to ms excel documents automatically. you can convert a lot of text, CSV, dbf to excel XLS once time! saving your time!

Key Features
A. batch convert text, CSV, dbf to ms excel XLS, you can convert a lot of text, CSV, dbf to ms excel XLS files once time! saving your time!
B. can watch source file folder and convert new uploading text, CSV, dbf to ms excel XLS files automatically. While your user upload text, CSV, dbf files to your website, then this folder watcher can automatically convert them into ms excel XLS format.
C. supports command line arguments, and you can call command line of this product in Apache or IIS with PHP or ASP.
D. can add the files in subfolders to convert.
E. supports drag files and folders from your desktop. 
F. can create run log file. 

System Requirements
1.You will need a Pentium 150 PC or higher, 16MB RAM or more. 
2. The operating system should be Win95, Win98, Win2000, WinNT 4.0, WinME, WinXp, Win2003.
3.Of course, you must install Microsoft Excel 95 or higher for windows

What's New In CZ-All2Xls?
2009-11-12 release CZ-All2Xls V1.1 Build091112,add plugin function, so you can do some actions ( fox example: delete rows, delete comments, add or change author/title information etc) before conversion, and you can get more information from faq, thanks for Charles Matz and Philippe Manetta 's advice.
2009-06-28
release CZ-All2Xls V1.1 Build09628,
add exclude file list options in command line interface, the exclude file list is saved in text file, thanks for Philippe Manetta's advice.
2009-06-27 release CZ-All2Xls V1.1 Build09627, add exclude file options in command line interface, it will exclude files include special words in file name or file path, thanks for Philippe Manetta's advice.
2009-04-10 release CZ-All2Xls V1.1 Build090410, you can assign source text file delimited symbol in command line and GUI, now it supports 'Tab Delimited', 'Comma Delimited', 'Semicolon Delimited', 'Pipe Delimited', 'Blank Delimited', and 'Fix Width'.
2003-04-16 release CZ-All2Xls V1.0 Build030416.

Screenshots

Manual ConvertFolder Watcher

Faq
How does "Manual Convert" work?
Please click "Manual Convert" tab sheet, you can simply press the "add files" button, then select the files to batch conversion list with ctrl or shift key, or click the "add folders" button to select the file folder. finally press the "convert" button, in a short time you will have finished conversion!

How does "Folder Watcher" work?
Please click "Folder Watcher" tab sheet, then click "Add Watch" button, and show a "Add Watch" dialog, and input "Source File Path", "destination File Path" and "File Filter", press "OK" button, you will add a file watch to folder watcher list. finally press "Start Watch" button, while the word documents are copied to the source path, then this folder watcher can automatically convert them into viewable html format of destination file path.

How to use command line run?
usage:  
cz-all2xls <file path> [/d:<destination path>] [/f:<destination file format code>] [/t:<text file delimited format>] [/p:<open password>] [/s] [/e:<exclude words in file name or file path>] [/ef:<exclude file list file>] [/plugin]

file path   The path and files want to be converted,  this parameter must exist. (use quotes when paths contain spaces)
for example, "d:\test\*.xls" or "c:\program files\test\some*.xls"
/f:<destination file format code> Destination file format code, default value is -4143 Microsft Excel Workbook(*.xls)
the format code list is following:
-4143   Microsft Excel Workbook(*.xls), default value
51        Microsoft 2007 Excel Workbook(*.xlsx), ms excel version must be over 2007
52        Microsoft 2007 Excel Macro Workbook(*.xlsm), ms excel version must be over 2007
50        Microsoft 2007 Excel binary Workbook(*.xlsb)',, ms excel version must be over 2007
54        Microsoft 2007 Excel Template(*.xltx), ms excel version must be over 2007
53        Microsoft 2007 Excel Macro Template(*.xltm), ms excel version must be over 2007
55        Microsoft 2007 Excel Add-in(*.xlam), ms excel version must be over 2007
43        Microsoft Excel 97-2000 & 5.0/95 Workbook(*.xls)',
39        Microsoft Excel 5.0/95 Workbook(*.xls)',
33        Microsoft Excel 4.0 Worksheet(*.xls)',
29        Microsoft Excel 3.0 Worksheet(*.xls)',
16        Microsoft Excel 2.1 Worksheet(*.xls)


for example, /f:51, means you want convert documents to ms excel 2007 file format
/t:<text file delimited format> Source text file delimited format code, default value is 0 'No Assign Delimited Symbol'
the format code list is following:
0   'No Assign Delimited Symbol', default value, means that 
1   'Tab Delimited',
2   'Comma Delimited',
3   'Semicolon Delimited',
4   'Pipe Delimited',
5   'Blank Delimited',
6   'Fix Width'


for example, /f:6, means the source files that you want convert is fix width prn text files
                   /f:4, means the source files that you want convert is delimited by pipe symbol.
/d:<destination folder> Destination folder (use quotes when paths contain spaces)
for example, /d:"d:\test", means file convert result will be saved to d:\test folder
/s Include the files in subfolders
/p:<open password> Open password (use quotes when password contain spaces)
for example:/p:123456, means you want convert excel xls files with open  password 123456
[/e:<exclude words in file name or file path>] Exclude words in file name or file path, (use quotes when paths contain spaces)
Hint: use ; as multi words's delmited char, for example this;test ,  supports wildcards (just * and ?), for example *_?_*.xls matchs test_2_sdsd.xls

for example /e:"\inc\;test-;test*s", means you want to exclude file name or file path include \inc\ and test- and test*s

[/ef:<exclude file list file>] Exclude file list, the list is saved in text file

for example /ef:"exclude.lst", means you want to exclude file, the exclude file list is saved  in exclude.lst, an exclude file per line, exclude file name supports wildcards (just * and ?), for example *_?_*.xls matchs test_2_sdsd.xls  

exclude.lst example is below:
sales_*.txt
exceptions-production*.txt
exceptions-prebook-production.-closed.22.txt

/plugin Run plugin macro before conversion and after conversion, and you can edit plugin.bas to do may actions ( fox example delete rows or delete comments etc), you can find plugin.bas from application path

example 1:  
convert all CSV files in disk "d:\program files\test\*.csv" to xls files, the destination path is d:\destination 
            cz-all2xls "d:\program files\test\*.csv" /d:d:\destination /s

example 2: 
convert all prn files in "d:\program files\test\*.prn"  to ms excel 2007 xls files
           cz-all2xls "d:\program files\test\*.prn" /f:51 /t:6 /s

example 3: 
convert all txt files in "d:\program files\test\*.txt"  to ms excel xls files, exclude result.txt, eom.txt and test3.txt
           cz-all2xls "d:\program files\test\*.txt" /s /e:result.txt;eom.txt;test3.txt

We are evaluating your product for our software product. We would like to distribute your product with our product if it fits to our requirement. We are interested knowing price structure for distribution license, where we can bundle your product with our product.
You can choose to pay for each copy, or pay for Developer License. After you order the developer license, there is not any limit for the developer license, you can bundle our product to your application, then redistribute your application to anyone, any times, and anytime.
The fee of Developer License is $720, and you can order it from http://www.convertzone.com/goto/order-cz-all2xls.php

How we can redistribute your product with our product? If it is possible, What file we need to insert in our setup?
You only just add cz-all2xls.exe and register.dat to your setup, then ok.

Purchase Products

Please click below button to buy CZ-All2Xls now, 100% Secure on-line

Single User License$99.95 Buy it Now
2 Users License$189.95 Buy it Now
3 Users License$269.95 Buy it Now
4 Users License$339.95 Buy it Now
5 Users License$399.95 Buy it Now
6 Users License$449.95 Buy it Now
Site  License
Site
  License covers a single organization in one location (building complex). If you buy a Site  License, you may use the program in an unlimited number of your company's computers within this area. Site  License is very cost-effective if you have many computers.
if your order over 8 Users License, you had better to buy Site  License, it's very cheap.
$720 Buy it Now
Developer License
After you order the developer license, there is not any limit for the developer license, you can bundle our product to your application, then redistribute your application to anyone, any times, and anytime.
$720 Buy it Now

Have trouble to purchase from PayPal? Click here to buy from RegNow that is our another agent.
Have trouble to order our products,
Click here to know how to buy.

Tips

I have more questions - who should I write to?
Please send your additional questions to support@convertzone.com.