CZ-All2Xls
Home > Products > Spreadsheet Converters April 20th, 2009Convert to excel XLS, text to XLS, CSV to XLS, DBF to XLS, support batch conversion, command line and folder watch.
| Offers an unconditional 30-day money-back guarantee, technology support and upgrades are free forever for registered users. | |
| Products->CZ-All2Xls: | Only $99.95 |
| CZ-All2Xls for MS Excel V1.0 batch excel XLS converter that convert text, CSV, dbf to ms excel XLS |
|
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-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.
![]() | ![]() |
| Manual Convert | Folder 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", "Dest 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 dest file path.
How to use command line run?
usage: cz-all2xls <file path> [/d:<dest path>] [/f:<dest 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>]
| file path | the path and files want to be converted, this parameter must exist. for example, d:\test\*.xls, "c:\program files\test\some*.xls" |
| /f:<dest 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, express 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, express that 1 ‘Tab Delimited’, 2 ‘Comma Delimited’, 3 ‘Semicolon Delimited’, 4 ‘Pipe Delimited’, 5 ‘Blank Delimited’, 6 ‘Fix Width’
for example, /f:6, express the source files that you want convert is fix width prn text files |
| /d:<dest folder> | destination folder for example, /d:d:\test, express file convert result will be saved to d:\test folder |
| /s | include the files in subfolders |
| /p:<open password> | open password for example:/p:123456, express 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, 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, express you want to exclude file name or file path include \inc\ and test- and test*s |
| [/ef:<exclude file list file>] | assigned exclude file list, the list is saved in text file for example /ef:exclude.lst, express 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: |
example 1:
convert all CSV files in disk "d:\program files\test\*.csv" to xls files, the dest path is d:\dest
cz-all2xls "d:\program files\test\*.csv" /d:d:\dest /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 https://www.regsoft.net/purchase.php3?productid=58766&pc=93Z6k
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.
Please click below button to buy CZ-All2Xls now, 100% Secure on-line
Have trouble to purchase from Regsoft? Click here to buy from RegNow that is our another agent.
Have trouble to order our products, Click here to know how to buy.
I have more questions - who should I write to?
Please send your additional questions to support@convertzone.com.


Recent Comments