Excell Spreadsheat Calculations On Web
I'd like to post an excell spreadsheet but allow the user to run calculations with the excell spreadsheet. How do I do this?
View RepliesI'd like to post an excell spreadsheet but allow the user to run calculations with the excell spreadsheet. How do I do this?
View RepliesI have an ASP script where i am generating the excell sheet dynamically i am
passing text as column heading which is long text so i want it to display it
vertically in column (cell).In excell i can do it manually using format
cell , alignment, orientation = 90.
the same i want to display through my asp page dynamically.
i cant delete data from excell which i use as a database with asp.i encounter an error report about isam. how can i delete data from excell
View Replies View RelatedDoes anyone know how to add a header and footer into an excell spreadsheet from an asp page?
I'm using the FileSystemObject to create the file. I need to know how to add a custom header and footer. I can't seem to find any reference to it online.
I have a database lookup engine in asp that I would like to add the function of being able to click a link on the page and get the same results that are displayed fed up as an excell spreadsheet.
I've heard that asp can do this. Does anyone here know how?
I often have to calculate totals as a result of a recordset,but i'd really like to sort by the calculated totals field.Quite often the calculations invlove values extracted from other stored procedures,so it's not a simple case of adding as part of the select statement.
I've made a post under the SQL forum (URL address blocked: See forum rules) as i'm using SQL, but i mainly consider myself an ASP programmer so would like to hear how you guys resolve this issue.
The following code doesn't produce a valid output as the calculation is invalid if the DOB and Now() are within the same Month and at least two days in the calendar year from eachother. e.g. if a person was born on 06/18/1975 and today's date is 06/16/2005, the age comes back as age=30. what I can change to make it work;
<%Response.Write Left(FormatNumber((DateDiff("d", Session("DOB"), Now()) / 365),0),2) %> .
I want to do and show calculations in the same form before submitting. Idea is to create a purchase order (like we do add to cart in most ecommerce site) and show items being selected from data base and person puts quantity and amount is displayed.
This amount/rate shall be submitted via form.
I'm looking for a function that returns a date range for a specified week number of the year I'm not able to find functions like this anywhere.
View Replies View RelatedWe've changed our comissions for policies that go into effect in 2007. I need to be able to calculate if the date a renewal is processed is in the 2nd year or 3rd year of the policy's effective date, since those two have different rates.there's a leap year in there and I've heard that DateDiff doesn't always work the way you'd expect it to.
View Replies View RelatedI'd like to have an ASP form performing a relatively simple calculation. For example, if I wanted to create a simple order form where someone enters a quantity of tickets, the form would automatically calculate the total cost in a second text box based on the number (qty) entered times the cost of a single ticket.
Such that, if the user entered "2" in one text box, it would automatically generate the total cost of, say $34.00 in a second text box based on the cost of a single ticket being $17.00.
I'm having the simplest of problems we've implemented worldpay and as you might know worldpay doesn't allow you to enter more than one item at a time. I want to allow the user to enter say quantity 2 and then calculate the value say 15.00 and then add the result into the worldpay code.
View Replies View RelatedI'm building a form, there are four currency options.The user might select 1 or more. I need to calculate the total on the fly using javascript and write it to another field.
View Replies View RelatedI have a page which has a buyers premium amount field and an empty field the client will place the amount they wish to bid.
How can I get the page to calculate the premium total and the grand total. will I need to put some sort of button on the page to request the calculation or can it be triggered automatically?
I am trying to do some calculations on large numbers (ie
7,768,489,957,892,578,474,792,094 / 12,280) and no matter what I do it
doesn't get it quite right. Its always somewhere between 10 and and 5000 out
:(
I have a suspition is could be down to one of the number functions I am
using along the way but im not sure.