About 35,400 results
Open links in new tab
  1. Freeze panes in Excel using C# and EPPlus - Stack Overflow

    Jan 21, 2015 · I want to freeze first 5 columns and three rows in excel. I have written the following code for that Worksheets.View.FreezePanes(5, 5); but it freezes columns in first 4 rows also. I …

  2. php - phpexcel freeze row and columns - Stack Overflow

    May 2, 2014 · Try this: $objPHPExcel->getActiveSheet()->freezePane('D2'); This will freeze Row 1 and Columns A,B & C This should get your work done! Note: freezePane works exactly how …

  3. Freeze Column Headers in excel after export from ssrs

    Apr 20, 2017 · Having Tablix headers freeze after export to Excel is simply not possible. The only part of the report that freezes in Excel after export is the page header.

  4. Freeze rows/ columns when data is filtered - Stack Overflow

    May 2, 2019 · 0 I have columns A-H on my worksheet that contain data which ideally needs to stay there. Columns J-W contains data which needs to be filtered. The issue I have is that …

  5. python - How to freeze the top row and the first column using ...

    Aug 10, 2018 · 22 I am exporting a pandas DataFrame to Excel, and since it contains a lot of rows and columns, it would be useful to keep the top row and the first column when browsing its …

  6. How to Freeze Top Row and Apply Filter in Excel Automation with …

    49 I have automation to create an Excel document from C#. I am trying to freeze the top row of my worksheet and apply filter. This is the same as in Excel 2010 if you select View > Freeze …

  7. excel - Vba code to freeze panes columnwise - Stack Overflow

    Mar 11, 2014 · Can anyone please suggest the syntax for freezing panes columns wise in excel VBA. I mean I have from column A to Z. I want to freeze columns A to D so that i can scroll …

  8. How can I programmatically freeze the top row of an Excel …

    The purpose of a macro in this case is to freeze the actual top row. When I am viewing row #405592 and I need to check the header for the column (because I forgot to freeze rows when …

  9. How to freeze multiple rows and columns in excel? - Stack Overflow

    Apr 30, 2013 · I want to freeze the range S1:Y17, hide the columns A:R, and from column Z onward I only want to freeze the top 2 rows. Is that possible?

  10. javascript - ExcelJS freeze rows - Stack Overflow

    Apr 6, 2020 · Just double-checking that you're using Node.js and the exceljs package...? I mistakenly read the question at first as being about Excel's own JavaScript API, but you used …