DownloadReady - Ultimate Software Collection

Advanced


   

 Categories : Development > Components & Libraries
 MayerSoft.Web.Controls.Spreadsheet 1.0
Publisher MayerSoft LLC
Published Date 2004-07-29
License Commercial Price 19.95 USD
Size 125 KB.

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!

Description From Publisher
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

Supported OS
Windows2000,Windows2003

Related Keywords
asp.net server control spreadsheet mayersoft  asp.net server control spreadsheet mayersoft 

MayerSoft.Web.Controls.Spreadsheet


Latest Components & Libraries Realted Tools:
ShellObjects.Net   ShellObjects.Net 9.0
 ShellObjects is a set of components which allow your applications to create appbar, display MSN/Office2003 style popups, put icons in the shell tray notification area, create, modify, read shortcut (*.lnk) files and internet shortcut (*.url) files.
ShellObjects ActiveX   ShellObjects ActiveX 2009
 a set of components which allow your applications to display MSN/Office2003 style popups; put icons in the shell tray notification area,create; modify, read shortcut (*.lnk) files and internet shortcut (*.url) files,create quick-launch Appbars.
SNTP Wizard ActiveX   SNTP Wizard ActiveX 3.0
 SNTP Wizard gives the power to retrieve the exact time from SNTP time servers across the Internet. These times are accurate because they are accessed from Atomic and radio frequency clocks.
SMTP Wizard ActiveX   SMTP Wizard ActiveX 3.0
 SMTP Wizard +SSL v3 allows you to be able to send E-mail by accessing an SMTP server with minimal knowledge of how SMTP works and very little code.
Shell MegaPack.Net   Shell MegaPack.Net 2008
 Shell MegaPack.Net brings drop-in Windows Explorer shell browsing functionality to your app with its FolderView, FileView,ShComboBox controls.The new version fully supports VS 2005 and .Net 2.0 and has new shell functionality, properties and methods.
SkinEngine   SkinEngine 3.53
 SkinEngine is a library of components which allows to change visual appearance and behavior of your application with use of the powerful skinning engine and a set of 2000+ ready skins. SkinEngine allow easy skinning your GUI to your application
SkinCrafter.NET   SkinCrafter.NET 3.3.4
 Developing with C#, VB.Net, J# or Managed C? Consider using SkinCrafter.Net to build your user interface. Skin engine enables skin feature for your end-users - so they can choose any style for application as they wish. Many free skins are available?
ShComboBox.Net Control   ShComboBox.Net Control 7.1
 ShComboBox.Net Control is a Windows-Explorer-like drive-selection combobox which shows all drives, folders and optionally files in a cascaded manner. The new version fully supports VS 2005 and .Net 2.0 and has some new features and functionality.
Report Sharp-Shooter   Report Sharp-Shooter 1.9.5
 Report Sharp-Shooter is a royalty-free report building engine for .NET, capable of creating complex reports from multiple data sources with various report export options. The professional version comes with the source code! Try it free now!
SFTPBlackbox (ActiveX/DLL)   SFTPBlackbox (ActiveX/DLL) 5.2
 SFTPBlackbox (ActiveX edition) is a comprehensive collection of native components that add client-side support for SFTP (Secure File Transfer Protocol) to your Visual Basic or C++ applications. SFTPBlackbox includes complete SSH protocol support.
Serial Port ActiveX Control   Serial Port ActiveX Control 2.5
 Use Serial Port component to easily communicate with external devices on RS232 connection - as modems, bar code readers, PBX etc. Serial Port introduces properties for serial port setting, methods to write/read from port, events for monitoring port.
SMTP/POP3/IMAP Email Engine for Xbase++   SMTP/POP3/IMAP Email Engine for Xbase++ 5.1
 SMTP/POP3/IMAP XBase++ email component library (SEE4XB) uses a simple API to send and receive mail, including HTML and MIME attachments. Comes with many XBase++ examples. Supports all versions of Alaska XBase++. Royalty free.
SMTP/POP3/IMAP Email Engine for Visual Basic   SMTP/POP3/IMAP Email Engine for Visual Basic 5.1
 SMTP/POP3/IMAP Visual Basic email component library (SEE4VB) uses a simple API to send and receive mail, including HTML and MIME attachments. Comes with many Visual Basic examples Supports all versions of Visual Basic, Visual Studio, and VB.NET.