Reads Writes
2010
![]() |
![]() Curious George Reads Writes Spells CD Win XP Vista 7 32 bit Ages 6 to 8 $3.79 Time Remaining: 21d 16h 50m Buy It Now for only: $3.79 |
![]() Curious George Reads Writes Spells for Grades 1 2 PC CD learn game Age 5 8 $9.98 Time Remaining: 1d 17h 15m Buy It Now for only: $9.98 |
![]() CURIOUS GEORGE READS WRITES AND SPELLS Curious George CD Simon Schuster Sof $4.86 Time Remaining: 15d 1h 49m Buy It Now for only: $4.86 |
![]() Curious George Reads Writes and Spells 98 Pearson Software CD Pearson Software $7.37 Time Remaining: 7d 22h 6m Buy It Now for only: $7.37 |
![]() Curious George Reads Writes Spells + Digital Recording $3.99 Time Remaining: 4d 12h 39m Buy It Now for only: $3.99 |
![]() Curious George Reads Writes Spells CD WIN MAC in JC $9.98 Time Remaining: 3d 12h 29m Buy It Now for only: $9.98 |
![]() Curious George Reads Writes Spells CD WIN MAC in JC $9.98 Time Remaining: 4d 18h 7m Buy It Now for only: $9.98 |
Reads Writes

Read, Write Excel files in C#, VB.NET
Excel Jetcell .NET component, new release 2.0 has been introduced by Devtrio GROUP. Now .NET developers (C# VB.NET) can read, write Excel files ( XLSX , XLS , CSV ) in ASP.NET applications.
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("Excel.xls");
ExcelCellCollection Cells = Wbook.Worksheets[0].Cells;
if (Cells["A1"].Value.ToString() == "Cost")
{
Cells["A2"].Value = 10755.45;
Cells["A3"].Value = 11550.75;
}
Wbook.WriteXLS("Excel.xls");
VB.NET Code Example
Dim Wbook As ExcelWorkbook = ExcelWorkbook.ReadXLS("Excel.xls")
Dim Cells As ExcelCellCollection = Wbook.Worksheets(0).Cells
If Cells("A1").Value.ToString() = "Cost" Then
Cells("A2").Value = 10755.45
Cells("A3").Value = 11550.75
End If
Wbook.WriteXLS("Excel.xls")
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:
http://www.devtriogroup.com/ContactUs.aspx
About the Author
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.
Why do people care if Sarah Palin writes on her hand or if Obama reads a teleprompter?
Because they're immersed in partisan level thinking that is intellectually lazy.
C Program illustrating read(), write(), open() and close() functions.







