Skip to content

Commit

Permalink
Merge pull request #4289 from oleibman/doc4285
Browse files Browse the repository at this point in the history
Document Styling Whole Columns and Rows
  • Loading branch information
oleibman authored Jan 3, 2025
2 parents 483fd49 + 2c95ec3 commit c58a8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,8 @@ getStyle('A1:M500'), rather than styling the cells individually in a
loop. This is much faster compared to looping through cells and styling
them individually.

**Tip** If you are styling entire row(s) or column(s), e.g. getStyle('A:A'), it is recommended to use applyFromArray as described below rather than setting the styles individually as described above.

There is also an alternative manner to set styles. The following code
sets a cell's style to font bold, alignment right, top border thin and a
gradient fill:
Expand Down

0 comments on commit c58a8e3

Please sign in to comment.