This ASP.NET server control creates a spreadsheet grid and enables formulas, numbers, text, labels and dates in cells. Use in financi
Search:
All categories
Business & Productivity Tools
Desktop
Developer Tools
Drivers
Education
Games
Home & Personal
Internet & Networking
Multimedia & Design
Operating Systems
Utilities
»
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...
»
wodSFTP
The Secure File Transfer Protocol (SFTP Client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP component implements client side ...
WeOnlyDo! Inc. | 1261 KB | Windows | 109 | Downloads: 895
Date added: Sep 26, 2005 |
»
Details
»
Eltima Virtual Serial Ports Driver XP
Eltima Virtual Serial Ports Driver XP comes in handy when you don`t have enough serial ports in your system, or all of them are occupied and you still need more. Or you don`t have hardware serial ports at all .Created virtual port pairs look like real har ...
Virtual Rs232 Software | 1889 KB | Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003 | 99.95 | Downloads: 971
Date added: Feb 12, 2007 |
»
Details
»
DayView
The Day View OCX is a list of items or appointments for a day which is like the Microsoft Outlook Day View displayed in the calendar. The Day View OCX allows the programmer to add, move and remove items, and define their appearance. Each item may have a t ...
April16 | 34 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 80 | Downloads: 402
Date added: Sep 19, 2005 |
»
Details
»
Image Viewer CP Pro TIF PDF ActiveX OCX
Convert PSD, BMP, GIF, JPG, PNG, ICO, TIF image files to true color PDF file. Convert multipage TIF to multipage true color PDF. Support Lightness, Brightness, Contrast, Diffuse, Emboss, FocalBW, Gamma, InvertColor, Monochrome, Noise, SharpenEdge adjustme ...
Viscom Software | 6083 KB | Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP | 100 | Downloads: 1143
Date added: Feb 12, 2007 |
»
Details
»
Balloon OCX
Balloon OCX is a powerful ActiveX Control that allows you to create cool customized tooltips for your controls! Some advantages that Balloon OCX has over conventional tooltips: multi-line text; change look (fonts, size, color, etc.); and add tooltips to c ...
SkySof Software Inc. | 314 KB | Windows | 9.95 | Downloads: 935
Date added: Sep 19, 2005 |
»
Details
»
dtLibrary
dtLibrary is a class library packaged as a single ActiveX DLL. This library offers multiple classes for retrieving and/or updating system information, including ini files, registry access, file/disk information, memory and power information, operating sys ...
Digerati Technologies, LLC | 547 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 49.95 | Downloads: 887
Date added: Sep 19, 2005 |
»
Details
»
Teroid Data Grid Print Control
Teroid Data Grid Print Control is a .NET Windows Forms component providing a set of methods and properties for printing the Data Grid which comes as a standard control with the .NET Framework, and includes page setup and print preview functionality. ...
Teroid Software Limited | 122 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP | 39.95 | Downloads: 911
Date added: Feb 12, 2007 |
»
Details
»
VideoEdit Pro (Encode MPEG) ActiveX Control
For Professional Windows Developers who need to provide editing video/audio files within their business application. convert video to MPEG1, MPEG2, VCD-PAL,VCD-NTSC, SVCD-PAL, SVCD-NTSC, DVD-PAL, DVD-NTSC, CUSTOM MPEG SIZE. Variable Bit rate / Constant Bi ...
Viscom Software | 5200 KB | Win98,WinME,WinXP,Windows2000 | 280 | Downloads: 892
Date added: Sep 26, 2005 |
»
Details
»
`Hello World` as ActiveX (with source)
Do you want to create the yourself ActiveX? Can I help you? This is the template ActiveX for yours. It does not use MFC. It does`nt use ATL. It is the easiest ActiveX on the C++ (It has one method (message box) and not has any events). `Hello World` as Ac ...
Computron Inc. | 315 KB | Win98,Windows2000,WinXP | 50 | Downloads: 850
Date added: Oct 25, 2007 |
»
Details
»
FolderView.Net
FolderView.Net Control brings drop-in Windows-Explorer-like folder browsing functionality to your Windows Forms applications complete with AutoUpdate, dragdrop, icons, contextmenus, non-filesystem items, default key-handling, infotips and renaming. It fea ...
Sky Software | 1346 KB | Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 125 | Downloads: 831
Date added: Sep 19, 2005 |
»
Details
»
AxGC 2D Graphical ActiveX Control
AxGC ActiveX Control is interactive 2D graphical tool for developing scientific and mathematical software. It features: dynamic scaling graphics, simple 2D-animation, cellular automaton, built-in inner fast JScript and VBScript interpreters also saving cu ...
AxisPackage Software | 1499 KB | Windows | 225 | Downloads: 912
Date added: Sep 26, 2005 |
»
Details
»
Vivid Report Free for C++ Builder 6
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity. Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing. Version 2.0 i ...
MBLabSoft | 1995 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP | 0 | Downloads: 899
Date added: Feb 12, 2007 |
»
Details
»
ABCUpload .NET
ABCUpload .NET allows sophisticated control over the upload of files from a web browser to your ASP.NET pages on your IIS web server. It requires no client side software and operates via standard multipart HTML forms as defined in RFC 1867. ABCUpload .NET ...
WebSupergoo Software | 4000 KB | WinNT 4.x,WinXP,Windows2000 | 899 | Downloads: 994
Date added: Sep 19, 2005 |
»
Details
»
Aurigma Graphics Mill for .NET
Graphics Mill 3.0 is an image processing component developed for the .NET platform. It is indispensable for developing applications that work with images. Whether creating a photo hosting website, an application which carries out preprint preparation of i ...
Aurigma Inc. / EveryThingCyber | 7969 KB | Windows2000,WinXP | 349 | Downloads: 947
Date added: Sep 19, 2005 |
»
Details
»
VintaSoftTwain ActiveX Control
Add ability to work with scanner or camera from your application with VintaSoftTwain ActiveX. You can fully control an image acquisition process, use an automatic document feeder, clean up images using noise removal, auto border crop, blank page detection ...
VintaSoft | 519 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 49.95 | Downloads: 920
Date added: Feb 12, 2007 |
»
Details
»
.NET XML Parser
Popular XML parser for C#, VB.NET, and ASP.NET ...
Chilkat Software | 1500 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 0 | Downloads: 1047
Date added: Sep 19, 2005 |
»
Details
»
Kellerman .NET FTP
Kellerman FTP is a robust and easy to use .NET 2.0 FTP component. It supports FTPS and proxy servers. All the standard FTP operations are supported plus a multitude of other features that help to shorten development time. Kellerman FTP has the most featur ...
Kellerman Software | 4952 KB | Win98,WinME,WinXP,Windows2000,Windows2003 | 299.95 | Downloads: 927
Date added: Feb 12, 2007 |
»
Details
»
SFTPBlackbox (ActiveX/DLL)
SFTPBlackbox (ActiveX edition) is a comprehensive collection of native components that add client-side support for SFTP (Secure File Transfer Protocol) to your Windows applications. SFTPBlackbox includes complete SSH protocol support and supports full ran ...
EldoS Corporation | 4013 KB | Win95,Win98,WinME,WinXP,WinNT 3.x,WinNT 4.x,Windows2000,Windows2003 | 199 | Downloads: 1335
Date added: Sep 26, 2005 |
»
Details
»
ASPPhotoResizer
This is an ASP component to resize JPEG images. Images can be saved to disk or streamed to the browser. Functionality allows for files images to be scaled by factor or resized to pixel dimensions. Simple image manipulation includes rotate, crop and flip. ...
ASPPhotoResizer.com | 496 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP | 50 | Downloads: 972
Date added: Sep 19, 2005 |
»
Details
»
Pivo FTP Component
The Pivo FTP component is a fully featured, easy to use implementation of the FTP protocol for .NET, ASP.NET and COM based applications. Fully compliant with RFC 959 and related RFCs, the component has been thoroughly tested with all popular FTP servers. ...
Pivo Corporation | 232 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Unix,Linux,MAC 68k,Mac PPC,Mac OS X,Mac Other | 0 | Downloads: 870
Date added: Feb 12, 2007 |
»
Details
go to top
Select page:
[
1
]
2
3
4
5
6...
2005
downloads programs
Submit Program
|
Contact us
What Font is
|
fonts
|
free fonts
|
download fonts
|
free fonts download
|
web fonts
|