ASP Objects

Excel ASP Objects for Programming Components

Submit an Excel Solution
Submit Solution [Guide]

Recently Added:
Bezier Curve Fitting
Yellow Pages Data Mining
Multiple Workbook Control
Loan Amortization Calculator and Schedule
Geographical Data Mapping
More Resources:
Excel Help Forum




Follow Business Spreadsheets On:
 
Find Excel Solutions:
Select suggested text to load results or icon to view solution.
Browse Main Categories: Business Finance | Financial Markets | Operations Management | Excel Productivity
 

ASP Objects
Rate this solution:
(3/5 from 1 vote)
Download Buy Now
ASP Objects for Excel is an inexpensive, powerful and configurable set of components to generate Excel files from ASP VB Script web applications.

The ASP Objects for Excel component comprises of 3 simple objects which are : XLSApplication, XLSWorksheet and XLSCell.

ASP Objects XLSApplication Object
Properties:
  • Password - set and get the value of password in order to protect the generated spreadsheets.
Methods:
  • setDefaultFont( name As String, Size As Long) - specify the font you want to use in the workbook.
  • addSheet([SheetName] As String, [isVisible] As Boolean ) - create a new spreadsheet and get a reference to an XLSWorkSheet object. The two optional arguments let you specify the name of the spreadsheet instead of the default one and if it will be hidden or not.
  • getSheet (SheetRef as Variant) - get a reference to a spreadsheet already created by giving it an index in the WorkSheet collection of the workbook or the name of the spreadsheet.
  • setActiveSheet (SheetRef as Variant) - specify the active spreadsheet when the workbook will open. The argument should be an index in the WorkSheet collection of the workbook or the name of the spreadsheet.
  • save(strPath as String) - save a workbook on disk to the location indicated by strPath argument.

ASP Objects XLSWorkSheet Object
Properties:
  • scaleFactor - indicate the display zoom factor (in %) for the spreadsheets.
Methods:
  • addCell( iCol As Integer, iRow As Integer, [cellValue] as String) - create a new cell and return a reference to the XSLCell object created.
  • getCell(iCol As Integer, iRow As Integer) - get a reference to a XSLCell object already created.

ASP Objects XLSCell object
Properties:
  • value - set the value inside a cell object.

Download Buy Now
Price: USD 70.51

Related Excel Solutions:ASP Export Component (Programming Components) | Remote Viewing Component (Programming Components) | .NET Library (Programming Components)

Share your thoughts with other users: Create your own review
 

Download ASP Objects Reference
For iTunes & iOS Device


Popular Searches
1.
2.
3.
4.
5.
Add Economic Data to Excel Reports and Dashboards
See How Here

       
  © 2013 Business Spreadsheets. All Rights Reserved. Legal | About Us