.NET xPorter for Microsoft® Excel |
|
What's new in the .NET xPorter for Microsoft® Excel
.NET xPorter for Microsoft® Excel .NET V 3.4.0000 (.NET 4.0/3.x/2.0 support):
-
Added functionality to rotate text inside of Excel cells.
-
Improved performance for HTML export from DataView.
.NET xPorter for Microsoft® Excel .NET V 3.2.0000 (.NET 4.0/3.x/2.0 support):
-
Added functionality to export data into HTML tables without nesting result into
HTML and BODY tags (HTMLTable export option).
-
Improved performance for HTML export.
.NET xPorter for Microsoft® Excel .NET V 3.1.0000 (.NET 4.0/3.x/2.0 support):
-
Added functionality to export data from specific columns inside of multiple
DataTables.
.NET xPorter for Microsoft® Excel .NET V 3.0.2000 (.NET 2.0/3.x support only):
-
Component re-branded to .NET xPorter for Microsoft® Excel.
xPort Tools for .NET V 3.0.1000 (.NET 2.0/3.x support only):
-
Added support of styles for export to Microsoft® Excel 2007 XSLX
format.
xPort Tools for .NET V 3.0 (.NET 2.0/3.x support only):
-
Added export of the data into Microsoft® Excel 2007 XSLX format. Current
version of the component does NOT support formatting of the data inside of XLSX
format. If you need to provide formatting of the data, you need to
export data into the native XLS binary format. Formatting of the data for XLSX
file format expected to be implemented in upcoming releases of the
component.
xPort Tools for .NET V 2.8.1:
-
New AddCSVQuotes property. Allows to add double quotes around values
during export into CSV file format.
xPort Tools for .NET V 2.8:
-
Possibility to apply styles against data exported into
binary Microsoft® Excel. You can create various visual styles that
could be applied against each specific cell or range of cells.
xPort Tools for .NET V 2.6.3:
-
New licensing model. Please read "Installation, Distributing and Licensing for
xPort Tools for .NET" of the component's documentation for more details.
-
Component is NOT automatically installed into the Global Assembly Cache (GAC)
during installation process. Please use Gacutil.exe utility from the .NET
Framework in a case if you need to share component using GAC.
xPort Tools for .NET V 2.6.1:
-
New Encoding
property. Added support for different encodings for CSV and HTML outputs.
-
New CSVDelimiter
property. Added support for the custom delimiter character in CSV export
format.
-
New internal format for the dates during export into the native Microsoft®
Excel binary format. Previous versions of the component saved date values as
strings. New version saves dates using internal binary format that, in most
cases, allows to improve performance during export and reduce size of the
output files.
xPort Tools for .NET V 2.6:
-
No new functionality introduced in Release 2.6 Primary goal of Release 2.6 to
improve performance during export of the binary columns into the native binary
Excel format. Release 2.6 also simplifies development and deployment providing
only one DLL file (VM.xPort.DS2XL.DLL) instead of two files (VM.xPort.DS2XL.DLL
and VM.xPort.Exception.dll) as it was in previous versions of the component.
Current change does NOT affect hierarchy of the classes and does not require
any changes in existing source code on developer's side.
xPort Tools for .NET V 2.5:
-
Improved performance during export. In some cases developers could expect
slight performance improvement during export of the data into all supported
export formats.
xPort Tools for .NET V 2.4:
-
Added support to export binary content of the DataColumn. BinaryFormat property
allows to specify how binary content of the exported data will be formatted in
the result export output.
xPort Tools for .NET V 2.2:
-
Created functionality to export DataSet into the CSV-formatted files. You could
export complete DataSet into the CSV file in one pass. All or selected
DataTables inside of the DataSet exported into the single CSV-formatted
file in a sequential order.
-
OptimizeForSize property allows to choose export mode
during exporting of the source data into the native Microsoft® Excel
binary format. Setting OptimizeForSize property to True
switches component into the mode when some of the source numeric data could be
compacted, resulting in a smaller output. Setting OptimizeForSize
property to False (default) provides best performance during
export of the data. OptimizeForSize property does not affect
performance or size of the output when data NOT export into the
native Microsoft® Excel binary format.
xPort Tools for .NET V 2.1:
-
Now you could export long (more than 65536 rows) DataTable or DataView
into multiple spreadsheets in a one shot. xPort Tools for .NET V 2.1 allows
you to specify maximum number of rows for one spreadsheet and all the rows will
be exported into multiple spreadsheets during process of the export data into
native or XML Excel format.
xPort Tools for .NET V 2.0:
-
Export into memory streams. Now you can export data not just into the files,
but in a memory streams as well. This functionality allows to keep binary or
text stream in a memory and output result into HTTP response without dumping
data into the local file.
-
Export of the ADO.NET DataTable/DataSet/DataView
into HTML tables format.
xPort Tools for .NET V 1.5:
-
Export ADO.NET DataViews. Now you can export not just ADO.NET
DataTable or DataSet, but DataView
as well. Combining xPort Tools for .NET's possibility to choose columns to
export with the functionality of the DataView to sort and
filter data, you could export data into different formats using virtually any
combination of the columns and apply sorting and filtering of the data in a
simple way.
-
Export of the ADO.NET DataTable/DataSet/DataView
into CSV comma-delimited file format.