Excel Report using ASP.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajesh

    Excel Report using ASP.NET

    Hi,

    Please help me to do an EXCEL report generation using ASP.NET.
    I am building an website. This should work in all machine.
    I need do load the data from SQL tables to excel sheet and user can
    modify the data in the excel sheet. Then i need to get the data from
    modified excel sheet and generate the graphical Chart.

    But the machine need not installed MS EXCEL application. At the same
    time the automated excel sheet should work in any machine that do not
    have specific component installed and also Microsoft Excel.

    Thanks in advance.

    Regards,
    Rajesh

  • Mark Rae

    #2
    Re: Excel Report using ASP.NET

    "Rajesh" <rajesh1808@gma il.comwrote in message
    news:1175238232 .030657.117630@ y80g2000hsf.goo glegroups.com.. .
    Please help me to do an EXCEL report generation using ASP.NET.
    I am building an website. This should work in all machine.
    I need do load the data from SQL tables to excel sheet and user can
    modify the data in the excel sheet. Then i need to get the data from
    modified excel sheet and generate the graphical Chart.
    >
    But the machine need not installed MS EXCEL application. At the same
    time the automated excel sheet should work in any machine that do not
    have specific component installed and also Microsoft Excel.
    Two ways:

    1) Use the XML file format:

    This is completely free, but most definitely not for the faint-hearted...

    2) Use Aspose:
    File Format SDKs for .NET, Java, PHP, JavaScript, SharePoint, Android, Reporting Services and JasperReports for web, desktop, and mobile platforms.

    This is not free, but is extremely simple to use

    Don't even think about server-side Office automation - there's a good chance
    it won't work, and Microsoft don't support it:



    Comment

    • Alexey Smirnov

      #3
      Re: Excel Report using ASP.NET

      On Mar 30, 9:03 am, "Rajesh" <rajesh1...@gma il.comwrote:
      I need do load the data from SQL tables to excel sheet and user can
      modify the data in the excel sheet.
      ...
      excel sheet should work in any machine that do not
      have specific component installed and also Microsoft Excel.
      You want to open a file on the client in the application that is not
      installed. It's not possible.

      I would consider another way. Why do you need to load anything on a
      client? Your goal is to make a chart, based on an user input. Therefor
      I would create an editable datagrid, bind data to a datagrid, collect
      an input and generate a chart. No Excel.


      Comment

      • Rajesh

        #4
        Re: Excel Report using ASP.NET

        On Mar 30, 1:58 pm, "Alexey Smirnov" <alexey.smir... @gmail.comwrote :
        On Mar 30, 9:03 am, "Rajesh" <rajesh1...@gma il.comwrote:
        >
        I need do load the data from SQL tables toexcelsheet and user can
        modify the data in theexcelsheet.
        ...
        excelsheet should work in any machine that do not
        have specific component installed and also MicrosoftExcel.
        >
        You want to open a file on the client in the application that is not
        installed. It's not possible.
        >
        I would consider another way. Why do you need to load anything on a
        client? Your goal is to make a chart, based on an user input. Therefor
        I would create an editable datagrid, bind data to a datagrid, collect
        an input and generate a chart. NoExcel.

        Hi Smirnov,

        thanks for ypur reply.

        Can you tell me how to do that.

        My requirement is: I need to load the table data to editable sheet and
        get the modified data to create a Graphical chart.

        is it possible to do without using the excel sheet. If then please let
        me know how to do that.


        regards,
        Rajesh


        Comment

        • Alexey Smirnov

          #5
          Re: Excel Report using ASP.NET

          On Mar 30, 11:09 am, "Rajesh" <rajesh1...@gma il.comwrote:
          On Mar 30, 1:58 pm, "Alexey Smirnov" <alexey.smir... @gmail.comwrote :
          >
          On Mar 30, 9:03 am, "Rajesh" <rajesh1...@gma il.comwrote:
          >
          I need do load the data from SQL tables toexcelsheet and user can
          modify the data in theexcelsheet.
          ...
          >excelsheet should work in any machine that do not
          have specific component installed and also MicrosoftExcel.
          >
          You want to open a file on the client in the application that is not
          installed. It's not possible.
          >
          I would consider another way. Why do you need to load anything on a
          client? Your goal is to make a chart, based on an user input. Therefor
          I would create an editable datagrid, bind data to a datagrid, collect
          an input and generate a chart. NoExcel.
          >
          Hi Smirnov,
          >
          thanks for ypur reply.
          >
          Can you tell me how to do that.
          >
          My requirement is: I need to load the table data to editable sheet and
          get the modified data to create a Graphical chart.
          >
          is it possible to do without using the excel sheet. If then please let
          me know how to do that.
          >
          regards,
          Rajesh
          Check the Quick Start samples:


          #1 Edit per row


          #2 Edit all rows


          More about datagrid


          More about charting


          Comment

          • Steve C. Orr [MCSD, MVP, CSM, ASP Insider]

            #6
            Re: Excel Report using ASP.NET

            You could open an existing Excel file and modify it as an ADO.NET data
            source:


            Or here are some other ways to create Excel output:
            HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.


            Here's a free control that can help with Excel output (and Word, PowerPoint,
            and WordPerfect output):
            HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.


            And here are a couple good 3rd party products that can make your chores
            easy:
            HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.

            HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.


            --
            I hope this helps,
            Steve C. Orr,
            MCSD, MVP, CSM, ASPInsider
            HALOJP adalah situs slot online resmi terpercaya yang tawarkan akses gampang maxwin. Cukup depo 10k, nikmati ribuan game gacor dengan sistem aman dan pembayaran lancar.



            "Rajesh" <rajesh1808@gma il.comwrote in message
            news:1175238232 .030657.117630@ y80g2000hsf.goo glegroups.com.. .
            Hi,
            >
            Please help me to do an EXCEL report generation using ASP.NET.
            I am building an website. This should work in all machine.
            I need do load the data from SQL tables to excel sheet and user can
            modify the data in the excel sheet. Then i need to get the data from
            modified excel sheet and generate the graphical Chart.
            >
            But the machine need not installed MS EXCEL application. At the same
            time the automated excel sheet should work in any machine that do not
            have specific component installed and also Microsoft Excel.
            >
            Thanks in advance.
            >
            Regards,
            Rajesh
            >

            Comment

            Working...