Your Download has Started!
Skip to main content

Download Excel Converter

Downloads DataFlex Excel Converter
Back to overview

Description

This example contains a DataFlex workspace that via commandline parameters convert an existing excel workbook (xls(x) file) into chosen export formats. For example export all sheets to CSV files.

The example can run standalone or can be used to learn how to use Excel using COM

Features

Convert Excel workbooks to different file format

Publisher: Data Access Worldwide Version: 24.0 Publication: October, 15, 2024 File size: 150kB

Support

For support go to:

Readme

Start the application and pass three commandline parameters. Ordering is not important. For the potential spaces in parameters surround each argument with double quotes

Arguments
"FILEFORMAT=OLExlCSV"
"SRC=c:\srcfolder\source.xlsx"
"DEST=c:\outputfolder\dest.csv"

The program exports each sheet in its own CSV file and puts the sheet number before the last dot in the destination file.

Prior versions

Beta

Pre-releases

Legacy

Quotes

FAQ