About 38,700 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. 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 …

  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 · 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 when i …

  5. 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 …

  6. 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 …

  7. excel vba freeze pane without select - Stack Overflow

    Code causes bug, when you try to freeze and are you have a cell activated far away from where you intend to freeze. I intend to freeze the first column and a number of rows and the rows are …

  8. How to freeze entire header row in openpyxl? - Stack Overflow

    Aug 31, 2014 · Make sure cell isn't on row one - freeze_panes will freeze rows above the given cell and columns to the left.

  9. how to freeze a column in a table in power bi - Stack Overflow

    Apr 21, 2023 · I need to freeze the first column of my table in power bi so that when scrolling it stays fixed. How it happens in excel for example (screenshot) I've looked through all the …

  10. 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?