We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540b8b6 commit a094ad1Copy full SHA for a094ad1
README.md
@@ -786,7 +786,7 @@ worksheet.getColumn(5).outlineLevel = 1;
786
expect(worksheet.getColumn(4).collapsed).to.equal(false);
787
expect(worksheet.getColumn(5).collapsed).to.equal(true);
788
789
-// Insert a page break below the column
+// Insert a page break after the column
790
dobCol.addPageBreak();
791
792
// iterate over all current cells in this column
0 commit comments