Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Export a report to multiple excel files

Export a report to multiple excel files

Scheduled Pinned Locked Moved C#
csharphelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KSEI
    wrote on last edited by
    #1

    Hi, :) Can C# export a report (created using Crystal Reports 9) to multiple excel files automatically (in background)? Because the report is to big for only one excel file, so i need to split it into more than 1 excel files. Thank you for the help.

    A 1 Reply Last reply
    0
    • K KSEI

      Hi, :) Can C# export a report (created using Crystal Reports 9) to multiple excel files automatically (in background)? Because the report is to big for only one excel file, so i need to split it into more than 1 excel files. Thank you for the help.

      A Offline
      A Offline
      Arch4ngel
      wrote on last edited by
      #2

      What I use to do for exporting is exporting HTML file but under XLS extension (Excel can understand HTML). Response.ContentType = "application/vnd.ms-excel"; Response.AddHeader("Content-Disposition","attachement; filename=\"SomeFile.xls\""); That is the code that I entered in my Page_Load. Everything works fine after that :) If someone says "Die mortal!", don't stay to see if he isn't.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups