Skip to content

Commit

Permalink
πŸ”€ :: excel 색상 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
lyutvs committed Mar 31, 2023
1 parent 5be6f35 commit 74ab0f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ExcelSpiImpl(
sheet.setColumnWidth(4, 45 * 256)
sheet.setColumnWidth(5, 45 * 256)
sheet.setColumnWidth(6, 10 * 256)
sheet.setColumnWidth(6, 15 * 256)
sheet.setColumnWidth(7, 15 * 256)

ByteArrayOutputStream().use { stream ->
workbook.write(stream)
Expand Down

0 comments on commit 74ab0f2

Please sign in to comment.