bcap wrote:
> Hi,
>
> I am using the following code to send ASP to Excel
>
> Response.ContentType = "application/vnd.ms-excel"
>
> I have a set of 18 numbers, but once it hits 15 characters, anything
> after is turned into zero's (000) for some reason. While looking
> online, I can see that 15 may be a limitation. Is there a work around
> for this?
>
> For example:
>
> Data should show as:
>
> 850036701888998124
>
> But is showing as:
>
> 850036701888998000
>
Export the resulting excel file to html and see if it resembles the html
you were intending to create.
Alternatively, create an excel file containing the data you wish it to
contain and export it to html so you can see what the html you are
supposed to create should look like.
--
HTH,
Bob Barrows
|