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...
»
ActiveX DataMatrix Control
The ActiveX Barcode DataMatrix Control is an easy to use drag and drop barcode tool. It works with any Windows application that supports ActiveX technology including Visual Basic, C++, FrontPage, Internet Explorer, Microsoft Word, Excel and Access. The Da ...
IDAutomation.com, Inc. | 197 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 199.00 | Downloads: 859
Date added: Sep 19, 2005 |
»
Details
»
BigSpeed Secure Socket Library
BigSpeed Secure Socket Library is an ActiveX control that dramatically simplifies and accelerates the development of proprietary communication solutions over the Internet. It implements a flexible message-oriented protocol on top of a single TCP connectio ...
BigSpeed Computing Inc. | 798 KB | Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003 | 95 | Downloads: 838
Date added: Sep 19, 2005 |
»
Details
»
RTF-to-HTML DLL
Component for convert RTF and Text in to HTML, XHTML. The DLL component is absolutely standalone and does not require Microsoft Word or other word-processors. Developers my call it from Visual Basic, C#, VB.Net, Delphi, Java etc. Component can convert: - ...
SautinSoft | 19 KB | Win98,WinME,WinXP,Windows2000,Windows2003 | 239 | Downloads: 760
Date added: Feb 12, 2007 |
»
Details
»
FlexLabel
FlexLabel is an enhanced label control...way enhanced! You have complete control over everything including font, alignment, mouse-over effect, and angle of text, plus the best functionality is that it will automatically create a hyperlink based off of sim ...
Brew City Software | 271 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 49.95 | Downloads: 812
Date added: Oct 25, 2007 |
»
Details
»
ASP/Barcode
ASP/Barcode is a server side COM component that allows web developers to add barcodes to their applications. It supports most standard barcodes : Code39, Code39Ext, Code128 (A,B,C, Auto), Code93, Code93Extended, MSI, PostNet, Codabar, EAN8, EAN13 ,etc. ...
Nonnoi Solutions | 329 KB | Windows2000,WinXP,Windows2003 | 50 | Downloads: 1276
Date added: Feb 12, 2007 |
»
Details
»
DF_MiniOffice
DF_MiniOffice is a .Net DLL that contains a very rich Italian archive very useful to accounting software: abi, cab, couriers, phone prefixes... Are you a software developer or webmaster and you`d like to put into your software information about towns, ban ...
Info2000 | 31503 KB | Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 300 | Downloads: 817
Date added: Feb 12, 2007 |
»
Details
»
Window Shutdown
Windows Shutdown (TWindowsShutdown component) allows to shutdown your Windows XP in any mode with the following methods: Sleep, Hibernate, LogOff, PowerOff, Reboot, ShutDown. The Force mode allows you to shutdown the Windows XP immediately independing fro ...
Greatis Software | 1527 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | | Downloads: 748
Date added: Feb 12, 2007 |
»
Details
»
Context Menu Extension DLL
The Context Menu Extension DLL is a easiest way to add Windows Explorer context menu extension (like WinZip) into your own application. This menu will appear every time users click right mouse button over file(s) or folder(s) inside Windows Explorer windo ...
SoftMajor | 378 KB | Windows | 69 | Downloads: 761
Date added: Sep 26, 2005 |
»
Details
»
Greatis Image Editor
Image Editor is a suite of visual and non-visual components which allows to create any common and specialized image editors in Delphi and C++ Builder applications. Image Editor is a pure VCL/WinAPI solution, so no external DLLs are required. The main idea ...
Greatis Software | 871 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | | Downloads: 749
Date added: Feb 12, 2007 |
»
Details
»
EaseSoft PDF417 Barcode ASP.NET Control
EaseSoft PDF417 Barcode ASP.NET Web ServerControls use its internal HttpHandler to transfer barcode images directly to the client without any temporary files.It is the most efficient method to generate the barcodes dynamically.EaseSoft PDF417 ASP .NEt Web ...
EaseSoft Inc. | 348 KB | Win98,WinME,Windows2000,WinXP,Windows CE | 499.00 | Downloads: 790
Date added: Sep 19, 2005 |
»
Details
»
nBit Easy FTP DLL
An FTP Component as an ActiveX DLL for software developers. Manage remote files from your applications with ease. Integrates easily into any development environment that support ActiveX DLLs. Upload files, Download files, delete files , create and remove ...
nBit Information Technologies | 2176 KB | Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 39.95 | Downloads: 773
Date added: Sep 19, 2005 |
»
Details
»
VideoOCX
VideoOCX is an ActiveX control that allows programmers to easily integrate video capture and image processing capabilities into their software applications with just one easy step. The control is compatible with most Video-for-Windows (VFW) devices, such ...
Marvelsoft | 1590 KB | Windows | 99.95 | Downloads: 865
Date added: Sep 26, 2005 |
»
Details
»
Open and Save Dialogs Toolkit
Open and Save dialogs toolkit allows you to open 50 graphics file types and save to 21 graphics file types from your application. Just few lines of code are needed to make it working. Dialogs use HBITMAP handle as input and output and even novice develope ...
fCoder Group International | 3521 KB | Windows | 0 | Downloads: 764
Date added: Sep 26, 2005 |
»
Details
»
FlashPlayerControl .NET
FlashPlayerControl is a .NET component that enhances Macromedia Flash Player ActiveX features. It does not use its own engine to display movies, but instead provides a wrapper around official swflash.ocx/flash.ocx code. It is thus possible to avoid certai ...
Softanics | 380 KB | Win95,Win98,WinME,WinXP,WinNT 3.x,WinNT 4.x,Windows2000,Windows2003 | 99 | Downloads: 771
Date added: Sep 19, 2005 |
»
Details
»
ShellObjects ActiveX
ShellObjects ActiveX 8.0 is a set of components brings a variety of powerful shell functionality to your app. The ShellPopupNotification displays multiple MSN/Office2003 style popups with slide and fade animations and complete customization and behavior c ...
Sky Software | 1956 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 95 | Downloads: 567
Date added: Oct 25, 2007 |
»
Details
»
AppFace User Interface Development Kits
Want to improve your application user interface ? Need a skinnable library to create a skinnable application? AUDK is the best application skinnable solution for you! AUDK means AppFace User Interface Development Kits ,which is a WYSWYG windows software U ...
MatinSoft | 2172 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 29 | Downloads: 837
Date added: Sep 26, 2005 |
»
Details
»
Aspose.Chart
Aspose.Chart is a .Net charting component. With it, you can: ceeate more than 20 basic charts types including Area, Bar, Bubble, Contour, Candlestick, Cube, Curve, CurveArea, Doughnut, Gantt, HighLowClose, Line, OpenHighLowClose, Pareto, Pie, Pyramid, Poi ...
Aspose Pty Ltd | 1301 KB | WinXP,Windows2000,Windows2003 | 249 | Downloads: 824
Date added: Sep 19, 2005 |
»
Details
»
Color Picker ActiveX Control
Key Features: 1. Color popup cells dimension is changeable and can customize design. 2. Not only have all appearances and features of Windows Color Picker but also other extended features. 3. Can load or customize ramp palette file(.pal) in design mode an ...
NiceFeather Software Solutions Corp. | 2497 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 29.95 | Downloads: 738
Date added: Sep 19, 2005 |
»
Details
»
ScroogeXHTML for Delphi(tm)
ScroogeXHTML for Delphi(tm) is a component which can convert RTF stored in files, strings or a RichEdit component to XHTML. It is fast, easy to customize and use and comes with full source code. It converts text attributes including background and highlig ...
Betasoft | 300 KB | Windows | 49 | Downloads: 810
Date added: Sep 26, 2005 |
»
Details
»
File Uploader
A File Upload/Download ActiveX Control,HTTP File Upload Component is the best solution for your web sites to upload thousands of big files from a user machine to the web server via HTTP protocol. Support BreakPoint uploader, Don`t worry about unreliable o ...
VersalSoft | 1509 KB | Win95,Win98,WinME,Windows2000,WinXP,Windows2003 | 99.95 | Downloads: 874
Date added: Oct 25, 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
|