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. Excel Spreadsheet

Excel Spreadsheet

Scheduled Pinned Locked Moved C#
tutorialquestion
4 Posts 3 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.
  • M Offline
    M Offline
    Monin D
    wrote on last edited by
    #1

    Hello, How to create not scrollable row(s) in Excel file, like a header? For example: I want that first 3 rows in my excel file would always stay on top. Thanks.

    B G 2 Replies Last reply
    0
    • M Monin D

      Hello, How to create not scrollable row(s) in Excel file, like a header? For example: I want that first 3 rows in my excel file would always stay on top. Thanks.

      B Offline
      B Offline
      Braulio Dez
      wrote on last edited by
      #2

      Ehhh ummm... you know how to make it in excel and you want to generate a file like that programmatically ? In that case, an easy solution would be to record a macro do the steps manually, and then port that macro recorded to Excel Automation. A more cleaner way could be to use XMLSS but I dunno if this can be made using Excel XML (try to save the doc as XMLSS and see if it works, in that case you will get the XML entries to do that). Good Luck /// ----------------------- Braulio Díez http://www.bdiez.com /// -----------------------

      M 1 Reply Last reply
      0
      • B Braulio Dez

        Ehhh ummm... you know how to make it in excel and you want to generate a file like that programmatically ? In that case, an easy solution would be to record a macro do the steps manually, and then port that macro recorded to Excel Automation. A more cleaner way could be to use XMLSS but I dunno if this can be made using Excel XML (try to save the doc as XMLSS and see if it works, in that case you will get the XML entries to do that). Good Luck /// ----------------------- Braulio Díez http://www.bdiez.com /// -----------------------

        M Offline
        M Offline
        Monin D
        wrote on last edited by
        #3

        Thanks for answer. Actually I dont know even how to create it in Excel, I have only seen that in one excel file. But your second way helped me very much to know a lot about some spreadsheet features. So, thanks again for a good advice.

        1 Reply Last reply
        0
        • M Monin D

          Hello, How to create not scrollable row(s) in Excel file, like a header? For example: I want that first 3 rows in my excel file would always stay on top. Thanks.

          G Offline
          G Offline
          Graham Nimbley
          wrote on last edited by
          #4

          Hi. Select the last row you want to be fixed, then select Window...Freeze Panes from the menu bar Regards, Graham.

          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