Wrox Programmer Forums
|
Classic ASP Espanol Esta es una lista de correo dedicada al intercambio de conocimiento sobre ASP 3 en el idioma español.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Espanol section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 24th, 2006, 11:52 AM
Registered User
 
Join Date: Jul 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hipervinculos en Excel desde ASP

He creado una aplicacion en ASP que genera un excel, pero no consigo generar los hypervinculos en las celdas, no he encontrado ninguna documentacion al respecto, ¿Puede ayudarme alguien?.
Elcodigo que uso para crear el excel es:

Dim oExcel
Set oExcel = Server.CreateObject("OWC.Spreadsheet")
Set c=oExcel.Constants
oExcel.Cells(1,1).font.bold = True
oExcel.Cells(1,1).font.size = 18
oExcel.Cells(1,1).Value = "Informe Comparación de Publicaciones"
    oExcel.Range(oExcel.Cells(1,1),oExcel.Cells(1,1+9) ).Select
    oExcel.Selection.merge
    oExcel.Selection.HAlignment =c.ssHAlignCenter
oExcel.ActiveSheet.Export (Server.MapPath("excel\Informe" & NUMERO &".xls"))







Similar Threads
Thread Thread Starter Forum Replies Last Post
MessageBox en ASP.NET bloparod ASP.NET Espanol 4 September 24th, 2014 02:16 PM
Graficos en asp.net jesus00 ASP.NET Espanol 1 February 19th, 2008 02:55 PM
Error al registrar dll hecha en vb.net en el COM+. amantona ASP.NET Espanol 0 April 13th, 2004 02:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.