MayerSoft.Web.Controls.Spreadsheet

Download MayerSoft.Web.Controls.Spreadsheet

Download MayerSoft.Web.Controls.Spreadsheet
Sponsored Links

MayerSoft.Web.Controls.Spreadsheet


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

MayerSoft.Web.Controls.Spreadsheet Review
Website MayerSoft LLC
Screenshot View MayerSoft.Web.Controls.Spreadsheet Screenshot
Cost $19.95 US
Release Date 2004-07-29
OS Windows2000,Windows2003
Requirements PowerBASIC Console Compiler
File Size 125 KB
Install Support No Install Support
Type Commercial
Version 1.0
Tags asp.net server control spreadsheet mayersoft

More Popular Programming Titles
Code Co-op Version Control
Develop anytime, anywhere with Code Co-op, the peer-to-peer version control system for distributed teams. Collaborate through Email, LAN, and VPN. Includes visual differ, branch, wiki support, and wiki-based bug database. Integrates with many IDEs

Xceed Encryption Library
The Xceed Encryption library allows you to easily add strong encryption and decryption capability to your Windows applications. Supports the latest industry-standard strong encryption algorithms and offers both symmetrical and public-key cryptography

Shareware Authors Resource Guide
Whether you're a veteran shareware author or you are just starting your shareware business, you'll find the information in the Shareware Authors Resource Guide extremely helpful to starting and running a successful shareware business.

Software Downloads
Software Downloads
 
Top 10 Searches
1spyware
2mpeg
3dvd burner
4kazaa
5ares
6freeware
7fax software
8anti spam
9privacy
10anti virus
Accounting
ActiveX Controls
Application Add-Ins
Audio & Sound
Automation Tools
Backup Utilities
Bar Coding
Business
CAD
Calendars
CD-ROM Players
Chat Clients
Clipboard Utilities
Communications
Compression Tools
Conferencing
Database Management
Database Tools
Desktop
Desktop Applications
Desktop Managers
Disk Management
Education
E-Mail Clients
E-Mail Tools & Utilities
Encryption & Security
Engineering
FAX Programs & OCR
File Management
Financial Tools
Fonts
FTP Clients
Games
Games - Action
Games - Board
Games - Card
Games - Educational
Games - Kids
Games - MAC
Games - Puzzle
Games - Strategy
Games - Win95
Games - Word
Graphic Converters
Graphic Editors
Graphic Filters & Plug-Ins
Graphic Utilities
Graphic Viewers
Hobbies
Home & Lifestyle
HTML Editors
Internet
Java Authoring
Mailing Lists and Labels
Memory & Benchmark
Micellaneous Applications
Multimedia Viewers
Music Tools
Net Conferencing
Networking
Newsreaders
Offline Web Readers
PIMs
Power Toys
Printer Utilities
Programming - C/C++
Programming - CGI
Programming - Databases
Programming - Delphi
Programming - JAVA
Programming - Perl
Programming - VB
Programming - WinSock
Programming
Religion
Remote Computing
Screensavers
Server Daemons
Shell Enhancement
Stock & News Tickers
Telephony
Terminal & Telnet Clients
Text Editing
Time Synchronizers
Toolbar Utilities
Virus Scanners
Wallpaper
Web Browsing
Web Cache Utilities
Web Organizer
Web Security
Web Site Promotion
Web Submission
Word Processing
Download MayerSoft.Web.Controls.Spreadsheet From Software Vault