The Free Version of Excel Reading / Writing .NET Component is Released by Devtrio Group

The set of API functions allows developers C# VB.NET to read, write Excel data up to Excel Cell value. The component supports XLS and XLSX formats. Also Excel Jetcell .NET has functions to get access to range of cells or whole Worksheet. The component can read, write data to Excel to DataTable and much more - all this without the need to use Microsoft Excel or Microsoft Office Automation.

Calgary, Canada, February 15, 2011 --(PR.com)-- The set of API functions allows developers C# VB.NET to read, write Excel data up to Excel Cell value. The component supports XLS and XLSX formats. Also Excel Jetcell .NET has functions to get access to range of cells or whole Worksheet. The component can read, write data to Excel to DataTable and much more - all this without the need to use Microsoft Excel or Microsoft Office Automation.

Now developers can use Exce Jetcell .NET FREE component:
Reading / Writing data to Excel XLS XLSX files.
To Export database to Excel file without Excel installed.
To Generate table data as Excel file.
To Save report data in XLS XLSX files.

Excel Jetcell .NET FREE key features:
Various cell data types (numbers, strings, dates, floating point etc.)
Multiple worksheets.
Merged cells in Excel workheet.
Write data from/to DataTable, DataSet.
Reading Writing CSV files (delimited with comma, tab, semicolon or any other separator).
Supporting file formats XLS and XLSX (MS Excel 2007 2010).

C# Code Example how to read / write xls files:

ExcelWorkbook Wbook = ExcelWorkbook.ReadXLS("Excel.xls");
ExcelCellCollection Cells = Wbook.Worksheets[0].Cells;

if (Cells["A1"].Value.ToString() == "")
{
Cells["A1"].Value = "Free Excel Reader Writer (C#)";
Wbook.WriteXLS("excel_net.xls");
}

Example of use Excel Jetcell .NET Free in VB.NET:

Dim Wbook As ExcelWorkbook = ExcelWorkbook.ReadXLS("Excel.xls")
Dim Cells As ExcelCellCollection = Wbook.Worksheets(0).Cells

If Cells("A1").Value.ToString() = "" Then
Cells("A1").Value = "Free Excel Reader Writer in VB.NET";
Wbook.WriteXLS("excel_net.xls");
End If

For more information about the component please visit the product page:
http://www.devtriogroup.com/ExcelJetcell

If you have any questions or concerns about component, let us know using online form: http://www.devtriogroup.com/ContactUs.aspx

###
Contact
DevtrioGROUP
Jack Baker
+1207 565 4857
ContactContact
Categories