We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af583d commit 026219cCopy full SHA for 026219c
src/test/groovy/com/jameskleeh/excel/CellStyleBuilderSpec.groovy
@@ -601,7 +601,7 @@ class CellStyleBuilderSpec extends Specification {
601
XSSFCell testCell2
602
XSSFCell testCell3
603
XSSFCell testCell4
604
- ExcelBuilder.output(new FileOutputStream('/Users/jameskleeh/test.xlsx')) {
+ ExcelBuilder.build {
605
sheet {
606
defaultStyle([border: BorderStyle.MEDIUM])
607
row {
0 commit comments