create excel sheet on server without MS office

Last post 09-09-2009 4:41 AM by Puneri_25. 4 replies.

Sort Posts:

  • create excel sheet on server without MS office

    09-07-2009, 3:01 AM
    • Member
      48 point Member
    • Puneri_25
    • Member since 09-28-2008, 1:43 PM
    • Posts 131

     hello

    We are using Windows server edition 2003 standard edition on server and it does not have MS office installed. In my application I need to create report in excel. I used assembly, Microsoft.Office.Interop.Excel but this is not recognised on the server. Is there any way to create excel sheet without installing MS office on server?

     

    Regards,

    Puneri

  • Re: create excel sheet on server without MS office

    09-07-2009, 4:38 AM
    • All-Star
      22,266 point All-Star
    • vik20000in
    • Member since 12-30-2005, 6:02 AM
    • Kolkata
    • Posts 3,464
    • TrustedFriends-MVPs

    You need ddls for using that assembly. What you can do is format the data in XML or csv and save in the server. Excell can easily open these format and show the data.

    Vikram
    www.vikramlakhotia.com


    Please mark the answer if it helped you
  • Re: create excel sheet on server without MS office

    09-07-2009, 4:44 AM
    • Member
      48 point Member
    • Puneri_25
    • Member since 09-28-2008, 1:43 PM
    • Posts 131

     Excel sheet has very complex format and it is not possible to use XML or csv. From using 3-4 different tables to populate the excel sheet.

    vik20000in:

    You need ddls for using that assembly.

    What is ddls?

  • Re: create excel sheet on server without MS office

    09-07-2009, 9:17 PM
    • All-Star
      22,266 point All-Star
    • vik20000in
    • Member since 12-30-2005, 6:02 AM
    • Kolkata
    • Posts 3,464
    • TrustedFriends-MVPs

    sorry I meant dll's It was a bad typo.

    Vikram
    www.vikramlakhotia.com


    Please mark the answer if it helped you
  • Re: create excel sheet on server without MS office

    09-09-2009, 4:41 AM
    • Member
      48 point Member
    • Puneri_25
    • Member since 09-28-2008, 1:43 PM
    • Posts 131

    just found out including dll also does not work... http://forums.asp.net/t/1124743.aspx and http://forums.asp.net/t/1022102.aspx (last post by gsbell) any other way to create excel sheet?

Page 1 of 1 (5 items)