Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Creazione di un Excel con più sheets [VBScript]

    Ciao a tutti,
    ho un problemino al quale mi piacerebbe trovare una soluzione.

    Ho creato un file Excel in questo modo, molto semplice ed efficace:

    <%
    Response.ContentType = "application/vnd.ms-excel"
    Response.AddHeader "Content-Disposition", "attachment;filename=cipolline.xls"
    %>

    <html>
    <head>
    <title><%=varTitolo%></title>
    <style type="text/css">
    .testo
    {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    COLOR: #000000
    }
    .testoEl
    {
    FONT-FAMILY: Lucida Sans Unicode, Verdana;
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #D94401
    }
    </style>
    </head>
    <body>
    <%=varBody%>
    </body>
    </html>


    Pero' mi crea un solo Sheet ...


    come posso crearne diversi?


    Grazie in anticipo

  2. #2
    mi pare che funzioni anche in asp

    http://msdn.microsoft.com/library/it...tionobject.asp
    IP-PBX management: http://www.easypbx.it

    Old account: 2126 messages
    Oldest account: 3559 messages

  3. #3

    Più sheets

    Bene, ora ho trovato come creare più sheets ma non capisco come assegnare ad ogniuno di essi contenuti differenti.

    Qualcuno che l'ha già fatto puo' darmi una mano?

    Grazie

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.