Excel Add-In for REST

Build 25.0.9434

IncludeColumnHeaders

Directs the driver to derive column names for each table from the first line of CSV files.

Data Type

bool

Default Value

true

Remarks

When false, the table column names are the same as the column numbers; the first column name would be 1, etc.

The following connection string parses .csv files as CSV without headers:

DataSource=C:\mycsvlogs;IncludeColumnHeaders=False

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434