8844download.com - Freeware, Shareware, Demo, Trial, Free Download, best software program tool for Windows, Linux, Java, MP3, Pocket PC, Palm, MSWin PocketPC PalmOs Bookmark This Site
 
Web www.8844download.com
You are here > Home : Development tools
MayerSoft.Web.Controls.Spreadsheet - ASP.NET spreadsheet Cells may contain text, labels, dates, numbers or formulas.
  Devoloper: MayerSoft LLC
License: Commercial
Price($): 19.95
OS: Windows2000,Windows2003
File Size(KB): 125
Version: 1.0
Last Update: 2004-07-29
Rating:
Screenshot: Preview
Download Now
This ASP.NET server control creates a spreadsheet grid and enables formulas, numbers, text, labels and dates in cells. Use in financial calculators or anywhere else a spreadsheet template is used...albeit in a web page! FAQ What functions are supported (Sum(),Year(), etc.)? All functionality from the .NET System.dll framework are supported. For example: Basic math: [c0r0]+[c0r1] System.Math namespace: Math.Pow(1+[c1r7],2) Strings: "[c0r1]".Trim().Replace("$","").Substring(0,1) Dates: DateTime d=new DateTime([c1r0]);return d.Year; Formula cell references such as '[c0r1]' are replaced by the value of the cell, then evaluated. (Note that the value of a date cell is the number of ticks.) So the above examples might look like this before being evaluated: Basic math: 100+200 System.Math namespace: Math.Pow(1+.045,2) Strings: "$57".Trim().Replace("$","").Substring(0,1) Dates:DateTime d=new DateTime(632272996777884556);return d.Year; Formula cells are created like this: Spread1.AddCell(new FormulaCell(1,6,"[c1r4]*[c2r6]","Formula",NumericFormats.ToTheDollar)); See below for more examples of how formula cells work. Note also that there are two kinds of formulas, simple and multiline. The example below shows both types of formulas. Code used in this example Initialization of a spreadsheet Using MayerSoft.Web.Controls; private void Page_Init(object sender, System.EventArgs e) { Spread1.LicenseKey="eL!NJ@2H3aF";//sample key } private void Page_Load(object sender, System.EventArgs e) { if(!IsPostBack) { Spread1.Columns.Add(new Column(150)); Spread1.Columns.Add(new Column()); Spread1.AddCell(new Cell(0,0,"Item 1","Label")); Spread1.AddCell(new Cell(0,1,"Item 2","Label")); Spread1.AddCell(new Cell(0,2,"Total","Label")); Spread1.AddCell(new Cell(0,3,"Div by pct","Label")); Spread1.AddCell(new Cell(0,4,"Result","Label")); Spread1.AddCell(new Cell(0,5,"Price
Visit homepage of MayerSoft.Web.Controls.Spreadsheet
Programs related to MayerSoft.Web.Controls.Spreadsheet:

IPTextbox - The IPTextbox OCX control is a textbox control designed for IP Address input.

FlexCell Grid Control for .NET - FlexCell is a flexible and easy to use .NET grid control.

FlashPlayerControl - A window control to enhance Macromedia Flash Player ActiveX features.

FingerCell Pocket PC EDK - FingerCell 1.2 Pocket PC Embedded Development Kit

FingerCell PC EDK for Windows - FingerCell 1.2 Embedded Development Kit for PC with MS Windows

FingerCell PC EDK for Linux - FingerCell 1.2 Embedded Development Kit for PC with Linux

DRAFTPRINT - DOS, DRAFT PRINT , VB COMPONENT

CoreAPI SDK - SDK for .NET platform providing Client/Server and Object Persistence

Also Try:
Development tools/Components libraries
Submit a file  Link to Us Contact Us
Copyright 2004 8844download.com. All Rights Reserved.