Follow on Google News News By Tag Country(s) Industry News
Follow on Google News | Read, Write Excel files in C#, VB.NETExcel Jetcell.NET is a professional component that enables .NET developers to read, write Excel Spreadsheet files ( XLSX , XLS , CSV ) from their .NET applications (C#, VB.NET).
By: Devtrio GROUP Excel Jetcell.NET is a professional component that enables .NET developers to read, write Excel Spreadsheet files ( XLSX , XLS , CSV ) from their .NET applications (C#, VB.NET). The Excel spreadsheet is represented as a tree structure. Root of the tree is a Workbook object that has different Worksheets and so on. The set of well-considered and clear API functions allows developers to read, write Excel data dynamically in ASP.NET. Excel Jetcell .NET component requires only .NET Framework and is many times faster than Excel automation objects. The code of Excel Jetcell .NET component is fully managed and works under .NET Framework started from 1.1 version. Developers can create C# / VB.NET applications or deploy website on servers with medium-trust level without needing to rely on Microsoft Excel. Excel Jetcell .NET key features: - Various cell data types (numbers, strings, dates, floating point etc.) - Multiple worksheets. - Number formatting (number, currency, date, time, fraction etc.) - Font formatting (size, color, font type, italic and strikeout properties, boldness, underlining, subscript and superscript) - Cell alignment (vertical, horizontal). - Cell Background and Fill Pattern. - Cell borders (color, style). - Merged cells. - Hyperlinks. - Images in Excel sheet. - Export to DataTable, DataSet. - Reads XLSX XLS CSV files (delimited with comma, tab, semicolon or any other separator). This example shows read/write functions using Excel Jetcell .NET component. // C# Code Example ExcelWorkbook Wbook = ExcelWorkbook.ReadXLS(" ExcelCellCollection Cells = Wbook.Worksheets[ if (Cells["A1"].Value.ToString() { Cells[" Cells[" } Wbook.WriteXLS(" 'VB.NET Code Example Dim Wbook As ExcelWorkbook = ExcelWorkbook.ReadXLS(" Dim Cells As ExcelCellCollection = Wbook.Worksheets( If Cells("A1").Value.ToString() Cells(" Cells(" End If Wbook.WriteXLS(" For more information about the component please visit the product page: http://www.devtriogroup.com/ If you have any questions or concerns about component, let us know: http://www.devtriogroup.com/ # # # Devtrio GROUP produces high-end professional software components for .NET platform and related technologies. We specialize in converting .NET components (Excel, Word, PDF) and provide just innovative, easy-to-operate solutions. Our components are based on our unique research and genuine algorithms. End
|
|