Skip to content

Commit 873c296

Browse files
author
Rajeev Kumar Singh
committed
cleanup
1 parent b9965d2 commit 873c296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/java/ExcelWriter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public static void main(String[] args) throws IOException, InvalidFormatExceptio
4040
// Create a Workbook
4141
Workbook workbook = new XSSFWorkbook(); // new HSSFWorkbook() for generating `.xls` file
4242

43-
/* CreationHelper helps us create instances for various things like
44-
DataFormat, Hyperlink, RichTextString etc in a format (HSSF, XSSF) independent way */
43+
/* CreationHelper helps us create instances for various things like DataFormat,
44+
Hyperlink, RichTextString etc in a format (HSSF, XSSF) independent way */
4545
CreationHelper createHelper = workbook.getCreationHelper();
4646

4747
// Create a Sheet

0 commit comments

Comments
 (0)