downloads programs from a to z
This ASP.NET server control creates a spreadsheet grid and enables formulas, numbers, text, labels and dates in cells. Use in financi
Search:
 » Home » Developer Tools » Components & Libraries » MayerSoft.Web.Controls.Spreadsheet FREE DOWNLOAD
Your download will start in 3 seconds... If not, try the following links:
Download Link 1 Report broken link
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
 « read more about MayerSoft.Web.Controls.Spreadsheet

RECOMMENDED DOWNLOADS IN THIS CATEGORY

 » Home  » Developer Tools » Components & Libraries (1339) Select page: [1] 2 3 4 5 6...
 » Bean Software Search Control
Beansoftware Search Control is ASP.NET web custom control that creates WHERE clause of SQL Query to database. It is R.A.D. tool intended for web designers and web developers to easily add searching features like product search, site search or any other da ...
Bean Software | 5 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 50 | Downloads: 788
Date added: Sep 19, 2005 |  » Details
 » Commented Image
Commented Image (TCommentedImage component) allows you to add frame`n`text comments onto any image. This can be used in the software support applications for creating commented screenshots and for commenting any other images. Source image can be pasted fr ...
Greatis Software | 569 KB | Win98,WinME,WinXP,Windows2000,Windows CE | 70 | Downloads: 733
Date added: Feb 12, 2007 |  » Details
 » TIFF Page Counter COM Component
The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content. Example .asp code included simple ASP example of usage:- Set Obj = Server.CreateObject(`TIFFPAGECOUNTCOM.CTIFFPageCount.1`) dim pages p ...
Traction Software | 1165 KB | Windows | 59.95 | Downloads: 699
Date added: Sep 26, 2005 |  » Details
 » General SQL Parser
General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in their own program. It provides detail information about a SQL statement such as statem ...
Gudu Software | 1562 KB | Win95,Win98,WinNT 4.x,Windows2000,WinXP,Windows2003 | 0 | Downloads: 750
Date added: Sep 19, 2005 |  » Details
 » HTML2PDF Add-on
HTML2PDF Add-on is a library that helps you to convert HTML to PDF using PDF Creator Pilot. The add-on library can produce PDF documents using specific HTML code, text file or text buffer. It supports URL conversion, including image linking. The library i ...
Two Pilots | 1647 KB | Win95,Win98,WinME,Windows2000,WinXP,Windows2003 | 199.00 | Downloads: 760
Date added: Sep 19, 2005 |  » Details
 » Teroid Data Filter
Teroid Data Filter 2.0 is a .NET Windows Forms control allowing users to specify filtering criteria for an ADO .NET DataView object. After the DataView property is set, a column or row is added to the control for each column in the DataView, each containi ...
Teroid Software Limited | 110 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 39.95 | Downloads: 738
Date added: Feb 12, 2007 |  » Details
 » Word ActiveX Control
Word OCX is a powerful ActiveX Control with over one hundred useful functions to send data from Visual Basic to a Word document, spell check Visual Basic objects and database tables, create labels in Word, create HTML documents and much more using COM tec ...
SkySof Software Inc. | 558 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 49.95 | Downloads: 756
Date added: Sep 19, 2005 |  » Details
 » Active Calendar
Active Calendar is an ASP.NET server control that allows users to select a date and/or time quickly using a professional looking date picker with a client-side managed event system. No postback to the server required, no external script file required. Act ...
Active Up SPRL | 4931 KB | Not Applicable | 149 | Downloads: 720
Date added: Sep 19, 2005 |  » Details
 » absolutePDF-Creator Easy
AbsolutePDF-Creator Easy is a easy to use ActiveX COM Control that enables you to create PDF files from within your Windows applications. Add text, lines, empty and colored shapes, images to create any PDF you like. Built-in support for image resizing and ...
absolutePDF | 2258 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 9.95 | Downloads: 811
Date added: Sep 19, 2005 |  » Details
 » MSCExec for Linux
MSCExec allows you to call OS command or launch an application right from your script. You can set parameters for the call and check results. ...
Miraplacid | 120 KB | Linux | 58.95 | Downloads: 770
Date added: Sep 19, 2005 |  » Details
 » SourceGrid
SourceGrid 1.2.11.0 is a light grid control written in C# that will allow programmers to add basic grid capabilities to their .NET Windows Forms applications. Apps using the control can display and edit unbound data. The author feels that the DataGrid cla ...
ComponentSpot | 1422 KB | Win95,Win98,WinME,WinXP,WinNT 3.x,WinNT 4.x,Windows2000,Windows2003 | | Downloads: 754
Date added: Sep 19, 2005 |  » Details
 » PDFBlackbox (.NET)
PDFBlackbox.NET is a comprehensive collection of managed components that help you encrypt, sign and compress PDF documents from your .NET Framework applications. Both symmetric and certificate-based (X.509) encryption and signing is supported. PDFBlackbox ...
EldoS Corporation | 7483 KB | Win98,WinME,WinXP,Windows2000,Windows2003 | 449 | Downloads: 783
Date added: Feb 12, 2007 |  » Details
 » BioCert Authenticator Lite Edition 10 Users
BioCert Biometric Authenticator Lite Edition - 10 Users Our standard software programming toolkit offers 1:m matching capability up to 10 users. A step beyond a SDK, the BioCert Authenticator toolkit is a simple ActiveX drop in that takes care of user enr ...
Biometrics Direct | 11783 KB | Windows2000,WinXP,Windows2003 | 0 | Downloads: 754
Date added: Sep 19, 2005 |  » Details
 » AddictTools for RAVE
This add-on uses the Addict Spell Check & Thesaurus Engine to supply Live Spelling, Dialog-based Spelling Check & Thesaurus Lookup for Text based entries in RAVE Reports. Free to use with the RAVE IDE. Includes packages for RAVE 5.0.8 BE (version ...
ESB Consultancy | 2192 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | | Downloads: 816
Date added: Sep 19, 2005 |  » Details
 » Chilkat VB.NET Mail Component
A POP3 / SMTP email .NET component for sending and receiving email. Packed with advanced features including: full S/MIME capability for sending and receiving signed and encrypted email, MHTML for sending HTML email with embedded images and style sheets, m ...
Chilkat Software, Inc. | 2000 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 99 | Downloads: 805
Date added: Sep 26, 2005 |  » Details
 » VeriLook Standard SDK Trial
Webcam capable multiplatform face identification SDK. Based on reliable PC-based face recognition technology which ensure high reliability of the face identification, 1:1 and 1:N matching modes, simultaneous multiple faces` detection, processing and ident ...
Neurotechnologija | 4906 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003,Linux,Mac OS X,Mac OS X 10.3,Mac OS X 10.4,Mac OS X 10.5 | 429 | Downloads: 782
Date added: Feb 12, 2007 |  » Details
 » Map Suite Geocode USA
Map Suite Geocode USA is a powerful and feature-rich .NET geocoding engine that comes complete with a highly optimized dataset encompassing the entire United States. Map Suite Geocode USA features a fast, user-friendly .NET interface that enables C# and V ...
ThinkGeo LLC | 341 KB | WinNT 4.x,Windows2000,WinXP,Windows2003 | 2394.00 | Downloads: 707
Date added: Feb 12, 2007 |  » Details
 » 1Crypt
A quick and professional way to add strong encryption to your application. 1Crypt is a function library (DLL) which allows you to easily and securely encrypt files, strings, and buffers using 256-bit Advanced Encryption Standard (Rijndael) encryption. Usi ...
Atma Software | 625 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 19 | Downloads: 920
Date added: Sep 19, 2005 |  » Details
 » Virtual Serial Port ActiveX
Virtual Serial Port is a powerful advanced ActiveX Control that allows your application to create custom additional virtual serial port in system and fully control it. Created virtual serial port looks absolutely like a real serial port for other Windows ...
ELTIMA GmbH | 1792 KB | Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003 | 179.95 | Downloads: 799
Date added: Sep 19, 2005 |  » Details
 » Dialgo VOIP TAPI DLL SDK
VOIP TAPI Solution. Dialgo Wave Modem ActiveX SDK Features Caller ID Extraction, Digit Monitor and Playback, Wave File Playback and Recording on Phone Line. You get to save your Wave File in 20+ Audio Formats. Inputs CCITT u-Law Compressed Wave Files for ...
Research Lab Inc | 1428 KB | WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Palm OS 6.0,Windows CE,Pocket PC,Windows Mobile 2003,Symbian,Handheld/Mobile Other | 399 | Downloads: 745
Date added: Feb 12, 2007 |  » Details
go to top Select page: [1] 2 3 4 5 6...
What Font is | fonts | free fonts | download fonts | free fonts download | web fonts |