Home » Web Developer » ASP & ASP.Net » MayerSoft.Web.Controls.Spreadsheet 1.0
( Free Trial | 125 KB )
MayerSoft.Web.Controls.Spreadsheet 1.0
ASP.NET spreadsheet Cells may contain text, labels, dates, numbers or formulas.
- Developer:
- MayerSoft LLC
- License:
- Commercial
- OS:
- Windows 2000 / 2003
- Price:
- $19.95
Price is subject to change at any time by the company - Date added:
- 2/10/2006
- Last Update:
- 1/19/2005
- User Rating:
- Not yet rated.
- Your Rating:
( Free Trial | 125 KB ) MayerSoft.Web.Controls.Spreadsheet 1.0 Publisher's description
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
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
Related downloads for MayerSoft.Web.Controls.Spreadsheet
ASP Studio 2006 3.23Powerful ASP development tool with editor and debugger function
SpreadsheetConverter ASP and ASP.NET Std Ed 4.6.0Good-looking calculating ASP-page from Excel. 180 functions. No Excel on server.
ASP Spell Check 2.7ASPSpellCheck - International Spell Checker for ASP Web Sites & Intranets
ASP huge file upload 2.1Easy to use,hi-performance ASP file upload component with progress bar indicator
ASP.NET Documentation Tool 6.8Code documentor tool for C# and VB.NET ASP.NET web application source code
New release of ASP & ASP.Net
ASPtoEXE Professional 2.6.2.1Development tool which can compile asp project into exe file
csFTPQuick 1.0ASP component to transfer files using FTP. Copy files between servers.
ASP Ajax 2.2ASPajax is the free Ajax framework for ASP VBScript websites. www.aspajax.org
ASP Studio Professional 6.0.0.1Powerful ASP development tool with editor and debugger function
YouTube for ASP.net 1.0.0.0ASP.net control for YouTube with full API and HD Support
More products from MayerSoft LLC
MayerSoft.Web.Controls.NewsScroller 1.0scroller/visual transitions on a web page
Categories
- » Web Developer
- HTML Conversion Tool
- HTML Editor
- Java & JavaScript
- Server
- Site Management
- Web Design Utility
- Website Promotion
- Reference & Tutorial
- Miscellaneous
- ASP & ASP.Net
- CGI & PHP
- Scripting
- Website Publishing
- » MP3 & Audio
- » Multimedia & Design
- » Desktop Enhancement
- » Games
- » Home & Education
- » Business & Finance
- » Internet
- » Utility
- » Software Development
