Skip to content

Commit

Permalink
๐Ÿ”€ :: ์—‘์…€ ๊ฐ„๊ฒฉ ์กฐ์ •๋ฐ sheet ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
lyutvs committed Mar 30, 2023
1 parent 4609279 commit 5be6f35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class ExcelSpiImpl(
sheet.setColumnWidth(4, 45 * 256)
sheet.setColumnWidth(5, 45 * 256)
sheet.setColumnWidth(6, 10 * 256)
sheet.setColumnWidth(6, 15 * 256)

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

0 comments on commit 5be6f35

Please sign in to comment.